Skip to content

ved-patel226/MadMoneyAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MadMONAI

The AI summarizer for MadMoney by Jim Cramer!

Demo

Loading Bar

Tech Stack

Client: React, Tailwind (Daisy UI)

Server: Python

Run Locally

⚠️ 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published