Even before the pandemic, I wanted to learn how to play the piano. Then we were all stuck inside our house, and as to pass the time, I started to learn how to do machine learning to combine my two newfound hobbies and use previous programming knowledge.
- Learn how to use the raspberry PyCamera
- Learn to use Jupyter
- Learn to use Pytorch
- Create a server for image clasifier
- Expose the camera as a stream
- Create an API to save a camera pic
- Create client
- Expose the stream and display it in the client
- Execute the API creation endpoint
- Capture 1000 images per note
- Use pytorch to create clasifier
- Package clasifer for REST
- Create stream and expose it to the client
- Create client to take image and compare it to the classifier