Skip to content

An Ai powered Drawing Calculator that solves any thing user draws with the help of Gemini text model.

Notifications You must be signed in to change notification settings

DevVardhan/CalculateAi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

CalculateAI 🔢✏️

CalculateAI is an innovative calculator application that solves mathematical expressions by interpreting hand-drawn equations using Google's Gemini AI model. Simply draw your mathematical problem, and let CalculateAI solve it for you!

Features

  • ✍️ Hand-drawn equation recognition
  • 🧮 Supports basic arithmetic operations (+, -, ×, ÷)
  • 📐 Handles complex mathematical expressions
  • 🔄 Real-time processing and results
  • 💾 History of calculations
  • 📱 Responsive design for both desktop and mobile

Tech Stack

  • Frontend: React.js
  • Backend: django
  • AI Model: Google Gemini
  • Canvas Drawing: Html Canvas

Installation

  1. Clone the repository:
git clone https://github.com/devvardhan/calculateAI.git
cd calculate
  1. Install dependencies:
npm install
  1. Set up environment variables:
cp .env.example .env

Edit .env with your configurations:

GEMINI_API_KEY=your_api_key
PORT=3000

About

An Ai powered Drawing Calculator that solves any thing user draws with the help of Gemini text model.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published