How to use :
- Downlaod the repo
- download the libraries given in requirements.txt
pip install -r requirements.txt - Load the back end
uvicorn backend.main:app --reload --port 8000 - Load the front end
cd frontend && python -m http.server 3000
IMP : Make sure that you have ollama installed and have some models that you want to use in it