Skip to content

akhil838/FuelBlend_ShellAI_Prototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FuelBlend_ShellAI_Prototype

How to Deploy

git clone https://github.com/akhil838/FuelBlend_ShellAI_Prototype.git

Backend

Replace image_name with custom name you want to give for image
Currently the repo and model weights are private, it can be accessed only through authorized HF_TOKEN

cd Backend
docker build -t image_name .
docker run -p 8000:8000 -e HF_TOKEN=authorized_hugging_face_token --gpus all -v mongo-data:/data/db image_name

The Backend will start running on port 8000

Frontend

cd Frontend
npm install
npm start

The frontend will start running on port 3000

About

prototype for Shell AI Hackathon 2025 - Team BroCode, 5th position in Level 1 (96.24 LB)

Resources

License

Stars

Watchers

Forks