Skip to content

CodeObsessed-1234/flower_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

Flower Classification Project 🌸

This project demonstrates a flower image classification model using a sample dataset.
It includes exploratory analysis, training, and evaluation of the model.

Project Structure

.
β”œβ”€ .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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors