Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mendez-luisjose/iris-flower-classificator-with-scikit-learn-streamlit-and-deployed-with-flask-

Iris Flower Classificator with Scikit Learn, Streamlit and Deployed with Flask
https://github.com/mendez-luisjose/iris-flower-classificator-with-scikit-learn-streamlit-and-deployed-with-flask-

sckiit-learn streamlit

Last synced: 22 days ago
JSON representation

Iris Flower Classificator with Scikit Learn, Streamlit and Deployed with Flask

Awesome Lists containing this project

README

        

# Iris Flower Classificator with Scikit Learn, Streamlit and Deployed with Flask

![](./assets/prev-1.gif)

## Iris Flower Classificator with Scikit Learn, Numpy, Pandas, Streamlit and Deployed with Flask

The Model was trained with Tabular Iris Flower Data and with the `SVC` Scikit-Learn Architecture. The Model predicts if a given Iris Flower is either `Setosa`, `Versicolo` or `Virginica`, also the U.I. to select the parameters of the Iris Flower was built with Streamlit and the API with Flask.

## Check-it out the App Deployed in the Streamlit Services

Iris Flower Classificator App Deployed at: https://iris-flower.streamlit.app/

## Run it Locally

Test it Locally by running the `app.py` file, built with `Streamlit`, and the `api.py` file with `Flask`. Remember first to run the `api.py` file, copy the http url and saved in the API variable of the `app.py` file, and uncomment the code lines.

## App made with Streamlit
```sh
streamlit run app.py
```

## Deployed with Flash
```sh
python3 api.py
```

![](./assets/prev-2.gif)

## Resources
- Iris Flower Dataset: https://www.kaggle.com/datasets/arshid/iris-flower-dataset