Skip to content

Classifies the flowers from images into 2 categories- Roses vs Sunflower

Notifications You must be signed in to change notification settings

anushakinikar/Binary-Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Binary-Classification

This project aims to implement a deep learning-based model to classify images into two categories: roses and sunflowers. The project demonstrates the effectiveness of convolutional neural networks (CNNs) for binary image classification tasks using the TensorFlow and Keras frameworks.

Key Components:

Dataset: A curated dataset of rose and sunflower images is used for training and testing. The dataset is split into training and validation sets.

Model Architecture: A CNN architecture is designed to extract spatial features from the images. Layers include convolution, pooling, and fully connected layers.

About

Classifies the flowers from images into 2 categories- Roses vs Sunflower

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages