arminstr / reremeter

This repository contains the software and hardware for a low-cost and handheld system for the identification of plastic types based on discrete near infrared (NIR) reflectance spectroscopy.
https://www.researchgate.net/publication/337868860_Identification_of_Plastic_Types_Using_Discrete_Near_Infrared_Reflectance_Spectroscopy
GNU General Public License v3.0
38 stars 10 forks source link

Detection of plastic types #5

Open arminstr opened 4 years ago

arminstr commented 4 years ago

Currently only previously trained plastic types can be detected by the machine learning algorithm. This way the reremeter is not practically useful and should not be built for the purpose of detecting plastic. It is still a good project for spectroscopy, signal processing and machine learning labs.

gnanakeethan commented 3 years ago

Is it possible to rewire this architecture to be used with a Raspberry Pi?

arminstr commented 3 years ago

That's possible. You might want to check out https://github.com/Jerzeek/PlasticScanner. He did this work already.

gnanakeethan commented 3 years ago

Thanks a lot.