Skip to content

Scan a hand-written score sheet and compute the sum for each column

Notifications You must be signed in to change notification settings

slarwise/scorescanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Score scanner

Scan hand-written score boards/score sheets and compute the sum for each column. Use it with a yahtzee score sheet for example.

Usage

Running scorescanner.py will start a local web server accessible on http://0.0.0.0:8080.

Using docker

docker build -t scorescanner .
docker run -i -t --rm -p 8080:8080 scorescanner

Without docker

pip install -r requirements.txt
python3 scorescanner.py

Examples

Using the example image when running the web server, you will get something like this

Todo

  • 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

About

Scan a hand-written score sheet and compute the sum for each column

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages