Skip to content

binibiningjenna/rice-classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

🌾 Rice Classification using CNN

📌 Project Overview

This project applies Convolutional Neural Networks (CNNs) to classify different rice varieties based on image datasets.
The model is trained using TensorFlow/Keras, and it supports prediction with visual outputs such as class probabilities, training graphs, and performance metrics.

Rice varieties included:

  • Arborio
  • Basmati
  • Ipsala
  • Jasmine
  • Karacadag

📂 Dataset

This project uses the 75K Rice Image Dataset containing 15,000 images for each of the 5 rice classes.

├── Train/ │ ├── Arborio/ │ ├── Basmati/ │ ├── Ipsala/ │ ├── Jasmine/ │ └── Karacadag/ └── Test/ ├── Arborio/ ├── Basmati/ ├── Ipsala/ ├── Jasmine/ └── Karacadag/ 
  • Training data is split into 80% Train / 20% Validation.
  • Test data is used for final evaluation.

⚙️ Technologies Used

  • Python 3.x
  • TensorFlow / Keras
  • NumPy
  • Matplotlib
  • scikit-learn

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors