AirMath is a computer vision-based calculator that lets you draw digits in the air using hand gestures, processes the input using AI, and performs mathematical calculations—all in real time.
git clone https://github.com/Abhinav2656/Airmath.git
cd Airmathpython -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activatepip install -r requirements.txtTo use AI features, you need a Gemini API key.
- Generate your key via Google AI Studio.
- Replace
YOUR_API_KEYinapp.pywith your own key.
python app.py- Uses computer vision to detect hand gestures.
- Recognizes drawn digits and symbols via a CNN-based model.
- Evaluates the mathematical expression using backend logic.
- Displays the result in real-time.
⭐ If you like this project, give it a star!