Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 232 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 232 Bytes

Run

To start the api, install requriments.txt and execute the following in the /src/ml_fastapi directory:

uvicorn main:app --host 0.0.0.0 --port 5700 --workers 1

Then, go to your browser at http://0.0.0.0:5700.