Skip to content

Deploy ML model with Fast API on localhost

Notifications You must be signed in to change notification settings

hdduytran/ML_Project_FastAPI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ML_Project_FastAPI

A demo of ML final project with Fast API

This is Video demo in Youtube

Clone project

git clone https://github.com/TruongChiDien/ML_Project_FastAPI.git
cd ML_Project_FastAPI
mkdir files_uploaded
mkdir result

Install dependencies

pip install -r requirements.txt

Download pretrained model

Link Google Drive Then move it to folder static

Run code

uvicorn main:app

About

Deploy ML model with Fast API on localhost

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.3%
  • Shell 1.3%
  • Other 0.4%