Hi, I have to tested this on a different machine or on the cloud, but the following instruction should be enough
In order to run on your local machine:
- set up python env, make sure that you have all modules in requirements.txt downlaoded; this program is built on python 3.8.12
pip install -r requirements.txt
-
create folder "temps" and "uploads" under /apps/(if they are not there)
-
use uvicorn to run local server(you have to install this module as well)
uvicorn app.main:app --reload