Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 550 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 550 Bytes

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