Tinny-Robot / AI-ML-Jupyter-Notebooks

A collection of Jupyter notebooks for AI and ML tasks. Explore, learn, and contribute to advance your skills in artificial intelligence and machine learning. #Hacktoberfest friendly!
MIT License
16 stars 15 forks source link

added Iris Classification using CV #16

Closed prernamittal closed 10 months ago

prernamittal commented 10 months ago

Description

This pull request aims to add Iris classification using Computer Vision techniques in a Jupyter notebook. It includes implementing a classification model for the Iris dataset using OpenCV and other relevant libraries. Additionally, a Jupyter notebook with the code and necessary explanations is provided.

Changes Made

Implemented Iris classification using Computer Vision techniques. Created a Jupyter notebook (irisClassificationCV.ipynb) containing the code and explanations. Added necessary dependencies and imports. Included dataset files for testing.

I request @Tinny-Robot to kindly accept my pull request under Hacktoberfest'23. Thanks!