MathMind AI is an intelligent virtual math tutor that helps solve mathematical problems with step-by-step solutions. It leverages AI-powered algorithms to analyze and provide accurate solutions based on uploaded images of math problems.
- 📸 Image-Based Problem Solving – Upload an image containing a math problem, and MathMind AI will process and solve it.
- 🔢 Step-by-Step Solutions – Get detailed explanations for each problem.
- 🧠 AI-Powered Accuracy – Uses advanced AI models to ensure precise calculations.
- 🎯 User-Friendly Interface – Simple and intuitive UI for easy interaction.
- Frontend: HTML, CSS, JavaScript
- AI Model: Gemini AI API
- Upload an Image – Click the upload button and select an image with a math problem.
- AI Processing – The AI extracts text and processes the problem.
- Get Solution – Displays a step-by-step solution.
- Clone the repository:
git clone https://github.com/ritikkumar55/MathMindAI.git cd MathMindAI
- Install dependencies:
npm install
- Create a
.env
file and add your API key:GEMINI_API_KEY=your_api_key_here
- Start the server:
node server.js
Feel free to submit issues or contribute by making a pull request.
This project is licensed under the MIT License.
Made with ❤️ by [Ritik Kumar]