BuffettAI
BuffettAI is a specialized language model that emulates Warren Buffett’s investing philosophy, tone, and personality.
Setup
macOS
- Open a terminal.
- From the project's root directory, run:
to set up virtual environment with all dependencies installedsource setup_venv.sh
Windows
- Create virtual environment (if not yet done):
python -m venv venv
- Activate virtual environment
- Install required dependencies from
requirements.txt
pip install -r requirements.txt
Running backend
To run backend execute scripts/main.py
Running Frontend
- Change directory to frontend folder (buffettai)
cd buffettai
- Install frontend dependencies:
npm install
- Run the development server:
npm run dev
Hosted at: http://localhost:5173/