/Udacity-Project-3-Deploying-a-ML-Model-to-Cloud-Application-Platform-with-FastAPI

Udacity-Project-3-Deploying-a-ML-Model-to-Cloud-Application-Platform-with-FastAPI

Primary LanguagePythonOtherNOASSERTION

Machine Learning Devops Project 3

Deploying a Machine Learning Model with FastAPI

Author: Bao Loc Pham

- Create Time: 2023-08-07 23:01:06
- Modified by: Bao Loc Pham
- Modified time: 2023-08-09 21:20:06
- Description:
- README for Udacity Machine Learning Devops Project 3

Installation

pip install -r requirements.txt

install starter module

pip install .

Testing

test API

pytest test_api.py

test modules

pytest /test/

Run

uvicorn main:app --host 0.0.0.0 --port 80