Skip to content

Project template for learning how to deploy ML models using FastApi

Notifications You must be signed in to change notification settings

Cpicon/MLFastAPI

Repository files navigation

MLFastAPI

Project template for learning how to deploy ML models using FastApi

Clone the repo, go to the directory MLFastAPI using your console and write

docker-compose up

then go your browser and write

http://my.mlapp.localhost/docs

you should see this tab:

image1

Try out /prediction/sentiment endpoint by passing a string sentence in english

image2

Using curl:

user:path # curl -H Host:my.mlapp.localhost http://127.0.0.1/health  
{"status":"ok"}%  

About

Project template for learning how to deploy ML models using FastApi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published