Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 382 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 382 Bytes

RWTH Gym Occupancy

The RWTH Gym Occupancy api endpoint returns an Image containing the number of people in the gym.

This API wrapper matches the Image against digits generated with a similar font by comparing the pixels and returning the digits which match best.

Why not OCR?

Every OCR library downloads a machine learning model, which is very unnecessary for this purpose.