Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gustavohenriqueschmitz/ai-iris-flower-classification

A classification AI model, that basing on the width and length of the sepals and petals of an Iris flower, identify the specie. Between setosa, versicolor and virginica.
https://github.com/gustavohenriqueschmitz/ai-iris-flower-classification

machine-learning python3 tensorflow

Last synced: about 2 months ago
JSON representation

A classification AI model, that basing on the width and length of the sepals and petals of an Iris flower, identify the specie. Between setosa, versicolor and virginica.

Awesome Lists containing this project

README

        

# AI-Iris-Flower-Classification

## About the model
A classification AI model, that basing on the width and length of the sepals and petals of an Iris flower, identify the specie. Between setosa, versicolor and virginica.

## Used technologies
- Python
- TensorFlow

## How to test it?
**1 -** First clone the project:
```
git clone https://github.com/GustavoHenriqueSchmitz/Insurance-Costs-Prediction-AI.git
```

**2 -** First install the necessary dependencies:
```
pip install -r requirements.txt
```

After installing the required dependencies, to create the model run:
```
python train.py
```

To use the model run:
```
python main.py
```

## Author
**Gustavo Henrique Schmitz**

**Linkedin:** https://www.linkedin.com/in/gustavo-henrique-schmitz
**Portfolio:** https://gustavohenriqueschmitz.com
**Email:** [email protected]