https://github.com/ayush-that/apple-calculator-using-computer-vision
🍎 MathCam is an Apple Calculator like math-solver with a twist of Computer Vision. Inspired by the iPad calculator.
https://github.com/ayush-that/apple-calculator-using-computer-vision
apple-calculator artificial-intelligence azure flask html machine-learning opencv python tailwindcss
Last synced: 6 months ago
JSON representation
🍎 MathCam is an Apple Calculator like math-solver with a twist of Computer Vision. Inspired by the iPad calculator.
- Host: GitHub
- URL: https://github.com/ayush-that/apple-calculator-using-computer-vision
- Owner: ayush-that
- License: gpl-3.0
- Created: 2024-07-25T06:14:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-30T07:13:44.000Z (almost 2 years ago)
- Last Synced: 2025-04-05T12:51:09.278Z (over 1 year ago)
- Topics: apple-calculator, artificial-intelligence, azure, flask, html, machine-learning, opencv, python, tailwindcss
- Language: Python
- Homepage: https://mathcam.azurewebsites.net/
- Size: 8.45 MB
- Stars: 62
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Apple Calculator Using Computer Vision - MathCam 📸
### Tech Stack







### How To Run?
**⚠️ 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](https://makersuite.google.com/app/apikey). Replace ```YOUR_API_KEY``` in ```app.py``` with your own API Key.
Ensure you have the latest version of [Python](https://www.python.org/downloads/) installed on your system. Quickly clone the repository and change the working directory.
```bash
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:
```bash
python -m venv venv
pip install -r requirements.txt
```
Now we can run the flask server with ```python app.py``` command.
### How To Use?

https://github.com/user-attachments/assets/2946c4d8-8f46-46c0-8604-48f18f39881e
### License
Distributed under The GNU General Public License v3.0 License.
See `LICENSE.txt` for more information.