Scan hand-written score boards/score sheets and compute the sum for each column. Use it with a yahtzee score sheet for example.
Running scorescanner.py will start a local web server accessible on http://0.0.0.0:8080.
docker build -t scorescanner .
docker run -i -t --rm -p 8080:8080 scorescanner
pip install -r requirements.txt
python3 scorescanner.py
Using the example image when running the web server, you will get something like this
- Run the program on a simple web server using gradio
- Print the predicted digits
- Print the computed sums
- Add a Dockerfile and instructions for how to run it
- Implement digit classification
- Improve the grid detection
- Reduce the image size to a fix size, right now the image processing settings are set to match the example image