An open API service indexing awesome lists of open source software.

https://github.com/mabjq/fastapi_iris_ml_project

Simple FastAPI ML application project
https://github.com/mabjq/fastapi_iris_ml_project

fastapi jinja2-templates macine-learning scikit-learn

Last synced: about 1 month ago
JSON representation

Simple FastAPI ML application project

Awesome Lists containing this project

README

        

# FastAPI-iris-ml-project
Building a simple FastAPI ML application for Iris dataset.
Credit: Project from Kingabzpro, great training!

## Usage
```shell
pip install -r requirements.txt
python app.py
```

## Output
![predict.png](./predict.png)
![results.png](./results.png)