TinyOCR: A prototype of an OCR that I built for JAI hackathon that happened in Feb. It had the following conditions that it fulfills:
- Fully offline, lightweight and fast
- The model.bin file is under 2 MB! (Without any quantization or prun…
TinyOCR: A prototype of an OCR that I built for JAI hackathon that happened in Feb. It had the following conditions that it fulfills:
- Fully offline, lightweight and fast
- The model.bin file is under 2 MB! (Without any quantization or pruning)
It doesn’t have the greatest accuracy right now because of the way it works but it’s more of a proof-of-concept
(Not marked as an update since it was not started before Dec 15 2026 and is not submitted to a Hack Club program, it was a local Hackathon near my home)
Only used Gemini for one small part of the code (Mentioned in the notes), otherwise coded everything myself.