Skip to content

AlinMH/fast-api-model-serving

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fast API model serving

  • This is a simple model serving using Fast API and uvicorn.

  • Models are provided by the huggingface module, it is easy to use and you can test and deploy SotA models easily.

  • TODO: Model deployment - Heroku / Deta / GCP

  • TODO: Try other models like BERT or other flavors of this model

  • TODO: Implement front end