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 1Then, go to your browser at http://0.0.0.0:5700.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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 1Then, go to your browser at http://0.0.0.0:5700.