top of page

28 February 2026

Detecting The Number 67

I trained a vision model to detect the number 67.

Why?


Because I was bored and thought it would be funny. (Also I needed a way to practice Python, and to learn more about AI)

I  collected and labeled a dataset of images using Roboflow, then used it  to train a YOLOv11 model. After some trial and error, the model is now  able to identify the number 67 in images.

Of  course, there’s still plenty of room for improvement. Sometimes, the  model misses instances of the number or struggles when 67 appears upside  down. Maybe I need more images in the dataset. I'm still new to this so  any advice will be greatly appreciated.

bottom of page