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

No packages published