https://github.com/devashishprasad/itc-tobacoo
This repo contains code for the SIH 2019 project. Tobaco classification on the basis of color, texture and ripeness
https://github.com/devashishprasad/itc-tobacoo
itc tobacco tobaco-classification
Last synced: 3 months ago
JSON representation
This repo contains code for the SIH 2019 project. Tobaco classification on the basis of color, texture and ripeness
- Host: GitHub
- URL: https://github.com/devashishprasad/itc-tobacoo
- Owner: DevashishPrasad
- Created: 2020-04-25T15:54:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-26T02:04:08.000Z (over 4 years ago)
- Last Synced: 2025-03-05T23:15:50.090Z (over 1 year ago)
- Topics: itc, tobacco, tobaco-classification
- Language: Python
- Homepage:
- Size: 44.1 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tobacoo Grade Classification System
This repo contains code for the Smart India Hackathon 2019 project. Tobacco classification is a difficult problem, and only highly expert humans can correctly tell the grade of tobacco. This project is an effort to automate this process using an AI-based system. Our method predicts the grade of tobacco leaves using images based on color, texture, and ripeness.
This project was built for ITC Ltd.
## Old implementation dataset
This dataset was easy as anyone can easily classify these images. No expertise needed.

Solution: Tensoflow based CNN to classify the images for various grades of the tobacco.
## New implementation dataset
This dataset is very difficult because each of these images belong to different tobacco grade.

Solution
Classical features were extracted from images
1) Gabor
2) LBP
3) Haralik
4) Color RGB
5) Color HSV
6) GLCM
7) Orb
8) And many more ...
and a machine learning model was trained.


## Final System