Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaditagarwal/classification_of_caffeine
A classification project to classify various caffeine products into coffee types using Fourier Transformed Infrared Spectroscopes of products.
https://github.com/aaditagarwal/classification_of_caffeine
caffeine-classification classification-model data-visualization ftir-data-analysis
Last synced: 30 days ago
JSON representation
A classification project to classify various caffeine products into coffee types using Fourier Transformed Infrared Spectroscopes of products.
- Host: GitHub
- URL: https://github.com/aaditagarwal/classification_of_caffeine
- Owner: aaditagarwal
- Created: 2020-06-29T17:18:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-30T21:57:20.000Z (over 4 years ago)
- Last Synced: 2024-11-16T02:12:46.147Z (3 months ago)
- Topics: caffeine-classification, classification-model, data-visualization, ftir-data-analysis
- Language: Jupyter Notebook
- Homepage:
- Size: 5.46 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Classification of Caffeine Products
## Project Description:
To create a classification model which can classify various caffeine products into numerous coffee types from its FTIR data. To train a validated classification model on the Infrared Spectroscopy of various caffeine products from different classes of coffee types## Project Objectives:
1. A quick fast and effecient test for product classification as well as quality control of the product.
2. Provide a way to classify the product without causing any damage to the product.
3. This is where The FTIR Spectroscopes step in. They provide a very detailed chemical composition of the product at the same time uses a very small amount of the product, but also does not cause any damage to it.## Project Pipeline:
1. Find IR Spectroscopy values for various classes of caffeine products.
2. Apply FTIR pre-processing algorithms such as smootening, interpolatation, SNV normalization to eliminate noise, normalize the intensities and wavelnegths.
3. Validate Dimensionalty Reduction and Data split
4. Validate multiple Classification models for optimum parameters to achieve maximum accuracy and finally build a classification model to classify caffeine products.
5. Visualize FTIR Spectroscopes and Final Model.#### For tech stack used:
```
pip install requirements.txt
```