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

https://github.com/muthu-kumar-u/ml-flower-classification

This repository contains a machine learning project for classifying the Iris dataset using multiple algorithms. It includes data preprocessing, model training, and evaluation. The project supports various algorithms, providing a comparison of performance, and automates workflows for model release and deployment.
https://github.com/muthu-kumar-u/ml-flower-classification

classification fastapi machine-learning ml

Last synced: about 1 month ago
JSON representation

This repository contains a machine learning project for classifying the Iris dataset using multiple algorithms. It includes data preprocessing, model training, and evaluation. The project supports various algorithms, providing a comparison of performance, and automates workflows for model release and deployment.

Awesome Lists containing this project

README

          

# ML Classification: With Iris Dataset

This project trains and evaluates ML models on the Iris dataset. It includes workflows to release trained models.

## Features

- Preprocessing pipeline
- Model training and evaluation
- Automated GitHub Actions workflow for software release
- Iris dataset included

## Getting Started

1. Clone the repository:
```bash
git clone https://github.com/yourusername/ml-project.git

2. Install Dependencies:
```bash
pip install -r requirements.txt

3. Run the main.py:
```bash
python main.py

## Note
- The Iris dataset is included in the repository and will be used during the preprocessing, training, and evaluation phases.