The AI summarizer for MadMoney by Jim Cramer!
Client: React, Tailwind (Daisy UI)
Server: Python
⚠️ Warning: There were no AI API keys in this project. All LLMS were run locally. A GPU is REQUIRED for running locally.
To run this project, you will need to add these to .env:
MONGO_URI
>VITE_GOOGLE_CLIENT_ID
>GOOGLE_SECRET_KEY
Clone the project
git clone https://github.com/ved-patel226/MadMoneyAI.git
Go to Frontend directory
cd MadMoneyAI/frontend
Install react dependencies
npm i
Go to Backend directory
cd .. /backend
Install python dependencies
pip install -r requirements.txt
Go to Frontend directory
cd frontend
Start Server
npm run dev