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!
- ✍️ 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
- Frontend: React.js
- Backend: django
- AI Model: Google Gemini
- Canvas Drawing: Html Canvas
- Clone the repository:
git clone https://github.com/devvardhan/calculateAI.git
cd calculate
- Install dependencies:
npm install
- Set up environment variables:
cp .env.example .env
Edit .env
with your configurations:
GEMINI_API_KEY=your_api_key
PORT=3000