Skip to content

sebastianschramm/ml_fastapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages