Skip to content

🍎 MathCam is an Apple Calculator like math-solver with a twist of Computer Vision. Inspired by the iPad calculator.

License

Notifications You must be signed in to change notification settings

Saifullahrao8/Apple-Calculator-Using-Computer-Vision

 
 

Repository files navigation

Apple Calculator Using Computer Vision - MathCam 📸

Tech Stack

Python OpenCV Flask HTML5 TailwindCSS JavaScript

How To Run?

image

⚠️ Note: This project hasn't been tested with a python-dotenv file. To use the AI features, you need a Gemini API key. You can create a key with one click in Google AI Studio. Replace YOUR_API_KEY in app.py with your own API Key.

Ensure you have the latest version of Python installed on your system. Quickly clone the repository and change the working directory.

git clone https://github.com/ayush-that/Apple-Calculator-Using-Computer-Vision.git
cd Apple-Calculator-Using-Computer-Vision/

We have to install all the dependencies of the project. Optionally, you can create a Python virtual environment. Run the following commands in your terminal:

python -m venv venv
pip install -r requirements.txt

Now we can run the flask server with python app.py command.

License

Distributed under The GNU General Public License v3.0 License.
See LICENSE.txt for more information.

About

🍎 MathCam is an Apple Calculator like math-solver with a twist of Computer Vision. Inspired by the iPad calculator.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 62.8%
  • HTML 30.9%
  • CSS 5.1%
  • JavaScript 1.2%