Gemini Math Solver is an advanced tool designed to enhance and solve mathematical equations from images. Utilizing state-of-the-art image processing and LaTeX rendering, it provides accurate and efficient solutions for various mathematical problems.
- Image Text Enhancement: Automatically enhances text in images for better readability and accuracy.
- LaTeX Rendering: Converts enhanced text to LaTeX format for clear and professional presentation.
- Clipboard Integration: Easily paste images from the clipboard for quick processing.
- Drag and Drop: Supports drag-and-drop functionality for seamless user experience.
- Loading Overlay: Provides visual feedback during image processing with a stylish loading overlay.
To install the necessary dependencies, run:
pip install -r requirements.txt
Copy the example environment variables file to a new .env
file:
cp .env.example .env
-
Run the Application:
python main.py
-
Drag and Drop an image containing mathematical equations into the application window or use
Ctrl+V
to paste an image from the clipboard. -
View Results: The enhanced image and LaTeX-rendered equations will be displayed in the application window.
Clone the repository and navigate to the project directory:
git clone https://github.com/NightSling/gemini-math-solver.git
cd gemini-math-solver
Install the dependencies:
pip install -r requirements.txt
To run the tests, use:
pytest
We welcome contributions! Please read our Contributing Guidelines for more details.
This project is licensed under the MIT License. See the LICENSE file for more information.
For any inquiries or support, please contact [email protected].
Thank you for using Gemini Math Solver! We hope it makes solving mathematical equations easier and more efficient for you.