Skip to content

YashhCanCode/Project-HandWritten-Digit-Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project: Handwritten Digit Recognition (Real-Time Air Drawing)

This project demonstrates a real-time handwritten digit recognition system using a webcam. It tracks your index finger in the air (via MediaPipe), draws the path onto a virtual canvas, and uses a Convolutional Neural Network (CNN) to classify the drawn digit.


🎯 Features

  • 📷 Real-time finger tracking using MediaPipe
  • 🧠 Digit recognition using a trained CNN (on MNIST dataset)
  • 🖼️ Live canvas drawing with OpenCV
  • 🧪 Keyboard shortcuts to predict, clear, or quit

🔧 Tech Stack

  • Python 3.10+
  • TensorFlow / Keras
  • OpenCV
  • MediaPipe
  • NumPy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages