pip install -r requirements.txt
conda env create -n robopear python=3.12
conda activate robopear
python -m pip install -r requirements.txt
create a file called openaikey
and put your OpenAI API key in it.
uvicorn main:app --reload
python webserver.py
to make the website available to the internet, use ngrok
ngrok http 8000