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.

Home Page:https://irisclassifier.streamlit.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🌷 Iris Classification

Contributors Forks Stargazers Issues MIT License LinkedIn Twitter


Logo

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
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. License
  6. Acknowledgments
  7. Contact

About the Project πŸ’»

Iris_Classification_Product_Screenshot

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.

(back to top)

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.

(back to top)

Built With πŸ–₯️

Python Jupyter Notebook

Pandas Numpy SciPy Scikit_Learn

Streamlit

(back to top)

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 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
  1. Change directory into the repository
cd Iris_Classification
  1. 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

(back to top)

Usage πŸ“‹

  1. Run the Streamlit application with the given command:
streamlit run streamlitapi.py
  1. Access the application in your web browser, input iris flower measurements, and receive predictions on the species.

(back to top)

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.

(back to top)

License πŸ“„

This repository is licensed under the MIT 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.

(back to top)

Acknowledgements πŸ™

I want to express my appreciation to the people who created the Iris dataset 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.

(back to top)

Contact ☎️

For any questions or inquiries, please feel free to approach me through the following channels:

Website Mail LinkedIn Kaggle Hashnode

Feel free to report any issues or suggest improvements by creating an issue in the GitHub repository.

(back to top)

Star ⭐ Some Of My Repositories for Future use πŸ˜‰

Click below to gift a book to me.

BuyMeABook

Thank You!!


About

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://irisclassifier.streamlit.app/

License:MIT License


Languages

Language:Jupyter Notebook 99.7%Language:Python 0.3%