Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

paresh122/Butterfly-Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

4 Commits

Repository files navigation

Butterfly Classification using CNN Project

Dataset:https://www.kaggle.com/datasets/phucthaiv02/butterfly-image-classification

Overview

This repository contains code and resources for the Butterfly Classification project, which uses Convolutional Neural Networks (CNN) to classify butterfly species based on their images.

Getting Started

Prerequisites

  • Python 3.x
  • Tensorflow 2.x
  • Keras
  • Numpy, Pandas
  • Matplotlib, Seaborn (for visualization)

Setup

  1. Clone the Repository: git clone <repository_link>

  2. Navigate to the Directory: cd path_to_directory

  3. Install the Dependencies: pip install -r requirements.txt

  4. Setup Dataset Path: Before running any script, make sure to change the dataset path in your_script_name.py:

DATA_PATH = 'path_to_your_dataset'
Model Details
The CNN model implemented in this project uses multiple convolutional layers, followed by pooling layers and dense layers. The output layer uses a softmax function to classify butterfly species.
 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

AltStyle によって変換されたページ (->オリジナル) /