Skip to content

๐ŸŽ CalcVision 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

ShaanManchanda/CalcVision-Calculator-Using-Computer-Vision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

8 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Calculator Using Computer Vision - CalcVision ๐Ÿ“ธ

Tech Stack

Python OpenCV Flask HTML5 TailwindCSS JavaScript

image

How To Run?

โš ๏ธ Note: This project has 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. ADD GOOGLE_API_KEY in .env with your 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/ShaanManchanda/CalcVision-Calculator-Using-Computer-Vision.git
cd CalcVision-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.

How To Use?

image

Watch the Demo video for explanation.(provided in the repo itself)

License

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

About

๐ŸŽ CalcVision is an Apple Calculator like math-solver with a twist of Computer Vision. Inspired by the iPad calculator.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published