git clone https://github.com/akhil838/FuelBlend_ShellAI_Prototype.gitReplace 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_nameThe Backend will start running on port 8000
cd Frontend
npm install
npm startThe frontend will start running on port 3000