Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruban2205/iris_classification
This repository contains the Iris Classification Machine Learning Project. Which is a comprehensive exploration of machine learning techniques applied to the classification of iris flowers into different species based on their physical characteristics.
https://github.com/ruban2205/iris_classification
iris-classification iris-dataset k-nearest-neighbor-classifier logistic-regression logistic-regression-algorithm machine-learning navie-bayes-algorithm support-vector-classifier
Last synced: about 1 month ago
JSON representation
This repository contains the Iris Classification Machine Learning Project. Which is a comprehensive exploration of machine learning techniques applied to the classification of iris flowers into different species based on their physical characteristics.
- Host: GitHub
- URL: https://github.com/ruban2205/iris_classification
- Owner: Ruban2205
- License: mit
- Created: 2023-07-26T17:52:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-04T13:12:21.000Z (about 1 year ago)
- Last Synced: 2024-04-20T16:14:43.134Z (9 months ago)
- Topics: iris-classification, iris-dataset, k-nearest-neighbor-classifier, logistic-regression, logistic-regression-algorithm, machine-learning, navie-bayes-algorithm, support-vector-classifier
- Language: Jupyter Notebook
- Homepage: https://irisclassifier.streamlit.app/
- Size: 2.31 MB
- Stars: 17
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ๐ท Iris Classification
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
[![Twitter][twitter-shield]][twitter-url][contributors-shield]: https://img.shields.io/github/contributors/Ruban2205/Iris_Classification.svg?style=for-the-badge
[contributors-url]: https://github.com/Ruban2205/Iris_Classification/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/Ruban2205/Iris_Classification.svg?style=for-the-badge
[forks-url]: https://github.com/Ruban2205/Iris_Classification/network/members
[stars-shield]: https://img.shields.io/github/stars/Ruban2205/Iris_Classification.svg?style=for-the-badge
[stars-url]: https://github.com/Ruban2205/Iris_Classification/stargazers
[issues-shield]: https://img.shields.io/github/issues/Ruban2205/Iris_Classification.svg?style=for-the-badge
[issues-url]: https://github.com/Ruban2205/Iris_Classification/issues
[license-shield]: https://img.shields.io/github/license/Ruban2205/Iris_Classification.svg?style=for-the-badge
[license-url]: https://github.com/Ruban2205/Iris_Classification/blob/main/LICENSE
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/ruban-gino-singh
[twitter-shield]: https://img.shields.io/badge/X.com%20(Twitter)%20-black.svg?style=for-the-badge&logo=X&colorB=555
[twitter-url]: https://x.com/Rubangino
Iris-Classification
An Iris Classification project built with comparision of four different Machine Learning models
Explore the project ยป
View Demo
ยท
Report Bug
ยท
Request Feature
Table of Contents
## About the Project ๐ป
[![Iris_Classification_Product_Screenshot](assets/output2.jpg)](https://irisclassifier.streamlit.app/)
The Iris Classification Machine Learning Project is a thorough investigation of multi-modal machine learning methods used to classify iris blossoms into several species according to their morphological traits. This project includes the collection of data, data preprocessing, feature scaling, model training, model assessment, and finally the creation and implementation of an intuitive interface using Streamlit.
## Project Workflow ๐The project follows a structured workflow:
1) **Data Gathering:** Collecting the iris dataset, which includes measurements of sepal length, sepal width, petal length, petal width, and corresponding species labels.
2) **Data Preprocessing:** Cleaning and preparing the data for training, including handling missing values, encoding categorical variables, and splitting into training and testing sets.
3) **Feature Scaling:** Scaling the features to ensure that they have a consistent influence on the machine learning model.
4) **Model Training:** Choosing a machine learning algorithm and training the model using the preprocessed data.
5) **Model Evaluation:** Assessing the model's performance using various metrics such as accuracy, precision, recall, and F1-score to gauge its effectiveness in classifying iris species.
6) **Model Building and Deployment:** Developing a user-friendly Streamlit application to interact with the trained model. Users can input iris measurements and receive predictions on the species of the flower.
## Built With ๐ฅ๏ธ
[![Python](https://img.shields.io/badge/Python-FFD43B?style=for-the-badge&logo=python&logoColor=blue)](https://github.com/Ruban2205)
[![Jupyter Notebook](https://img.shields.io/badge/Jupyter-F37626.svg?&style=for-the-badge&logo=Jupyter&logoColor=white)](https://github.com/Ruban2205)[![Pandas](https://img.shields.io/badge/Pandas-2C2D72?style=for-the-badge&logo=pandas&logoColor=white)](https://github.com/Ruban2205)
[![Numpy](https://img.shields.io/badge/Numpy-777BB4?style=for-the-badge&logo=numpy&logoColor=white)](https://github.com/Ruban2205)
[![SciPy](https://img.shields.io/badge/SciPy-654FF0?style=for-the-badge&logo=SciPy&logoColor=white)](https://github.com/Ruban2205)
[![Scikit_Learn](https://img.shields.io/badge/scikit_learn-F7931E?style=for-the-badge&logo=scikit-learn&logoColor=white)](https://github.com/Ruban2205)[![Streamlit](https://img.shields.io/badge/Streamlit-FF4B4B?style=for-the-badge&logo=Streamlit&logoColor=white)](https://github.com/Ruban2205)
## Getting Started ๐Using this as an example, you may describe how to set up your project locally. Follow these easy sample steps to set up and operate a local copy.
### Prerequisites ๐
You must have Python installed on your machine in order to use this project. Python may be downloaded from [this page](https://www.python.org/downloads/) if you don't already have it installed.
### Installation ๐
1. Clone the repository to your local machine
```
git clone https://github.com/Ruban2205/Iris_Classification.git
```2. Change directory into the repository
```
cd Iris_Classification
```3. Explore the notebooks in the repository using a Jupyter Notebook or JupyterLab environment. You can launch the environment by running the following command:
```
jupyter notebook
```
or
```
jupyter lab
```## Usage ๐
1. Run the Streamlit application with the given command:
```
streamlit run streamlitapi.py
```2. Access the application in your web browser, input iris flower measurements, and receive predictions on the species.
## Contributing ๐ค
Contributions to this repository are welcome! If you have any improvements, additional examples, or new topics you would like to add, please follow these steps:
1) Fork the repository in GitHub.
2) Create a new branch with a descriptive name for your changes.
3) Make your modifications, additions, or improvements.
4) Commit and push your changes to your forked repository.
5) Submit a pull request to the original repository.Please ensure your contributions adhere to the coding style and guidelines used in the repository.
## License ๐
This repository is licensed under the [MIT LICENSE](/LICENSE). You are free to use, modify, and distribute the code and content within this repository for personal or commercial purposes. However, please provide attribution to the original repository by linking back to it.
## Acknowledgements ๐
I want to express my appreciation to the people who created the [Iris dataset](https://www.kaggle.com/datasets/uciml/iris) and the larger machine learning and data science community for their insightful contributions.
You may learn more about the principles of machine learning, the use of models, and the actual applications of AI in the categorization of issues by investigating and participating in my Iris categorization Machine Learning Project.
## Contact โ๏ธ
For any questions or inquiries, please feel free to approach me through the following channels:
- Ruban [[email protected]](https://mailto:[email protected]/)
[![Website](https://img.shields.io/badge/website-000000?style=for-the-badge&logo=About.me&logoColor=white)](https://rubangino.in/)
[![Mail](https://img.shields.io/badge/Email-D14836?style=for-the-badge&logo=gmail&logoColor=white)](mailto:[email protected])
[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/ruban-gino-singh/)
[![Kaggle](https://img.shields.io/badge/Kaggle-20BEFF?style=for-the-badge&logo=Kaggle&logoColor=white)](https://www.kaggle.com/rubanginosingh)
[![Hashnode](https://img.shields.io/badge/Hashnode-2962FF?style=for-the-badge&logo=hashnode&logoColor=white)](https://rubangino.hashnode.dev/)Feel free to report any issues or suggest improvements by creating an issue in the GitHub repository.
### Star โญ Some Of My Repositories for Future use ๐
Click below to gift a book to me.
[![BuyMeABook](https://img.shields.io/badge/Buy%20Me%20a%20Book-ffdd00?style=for-the-badge&logo=buy-me-a-book&logoColor=black)
](https://bit.ly/3M5jxLd)**Thank You!!**