Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/coding-ai/raspberrypi_handwritten_recognition

Virtual Pen + Recognition of handwritten digits
https://github.com/coding-ai/raspberrypi_handwritten_recognition

artificial-intelligence computer-vision handwriting-recognition handwritten-character-recognition handwritten-digit-recognition image-processing machine-learning machine-learning-algorithms mnist mnist-handwriting-recognition model python python37 raspberry-pi raspberry-pi-4 raspberry-pi-camera

Last synced: 2 days ago
JSON representation

Virtual Pen + Recognition of handwritten digits

Awesome Lists containing this project

README

        

# Handwritten Recognition with Raspberry Pi

The idea of this project was to create a virtual pen and apply a handwritten recognition model in the backend to recognize handwritten digits from a Raspberry Pi camera.

I have adapted the code created by the amazin people at LearnOpenCV: [Create a Virtual Pen And Eraser with OpenCV](https://www.learnopencv.com/creating-a-virtual-pen-and-eraser-with-opencv/) to predict the written images.

## Requirements

Run `conda env create` to create the virtual environment with the requirements from `requirements.txt`.

## Steps

Following the steps from the mentioned tutorial, run the following lines:

`python step1.py` - remember to press the 's' key to save your color range image.

`python step2.py`

`python step3.py` and now you can play and predict!

## Suggestions

Please open an issue if you have ideas on how to improve this! Have fun!