Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Iris Prediction API

A simple machine learning API built with FastAPI to predict Iris flower species using a trained Random Forest model.
The project demonstrates how to serve ML models as REST APIs and containerize them using Docker.

You can run the app using

  1. Docker
docker build -t iris-prediction-api .
docker run -p 8080:8080 iris-prediction-api

OR

  1. Python
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
fastapi dev app.py

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages