| title | Flower Classification Project πΈ |
|---|---|
| description | A project demonstrating flower image classification using CNN / pre-trained models with a sample dataset. |
| author | Nitin Dwivedi |
| date | 2025-09-09 |
| license | All Rights Reserved |
This project demonstrates a flower image classification model using a sample dataset.
It includes exploratory analysis, training, and evaluation of the model.
.
ββ .gitignore
ββ main.ipynb # Jupyter Notebook with model code
ββ README.md # Project description
Description
This notebook trains a CNN or pre-trained model to classify flowers.
Sample classes: daisy, dandelion, rose, sunflower, tulip.
Code covers:
Data loading and preprocessing
Model training
Evaluation (accuracy, confusion matrix)
Prediction on new images
##Requirements
pip install torch torchvision matplotlib numpy pandas jupyter
##How to Run
Clone the repository:
git clone https://github.com/CodeObsessed-1234/flower_detection.git
cd flower_detection
Launch Jupyter Notebook:
jupyter notebook main.ipynb
Follow the notebook steps to train and test the model.