Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 404 Bytes

File metadata and controls

12 lines (10 loc) · 404 Bytes

ai-code-doctor

How to use :

  1. Downlaod the repo
  2. download the libraries given in requirements.txt
     pip install -r requirements.txt
  3. Load the back end
     uvicorn backend.main:app --reload --port 8000
  4. 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