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.
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.