Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/echosingh/math-wizard
Math Solver Using (DeepSeek) 🐋🐋
https://github.com/echosingh/math-wizard
deepseek-llm easy-to-use gradio-interface math-solver
Last synced: 2 days ago
JSON representation
Math Solver Using (DeepSeek) 🐋🐋
- Host: GitHub
- URL: https://github.com/echosingh/math-wizard
- Owner: EchoSingh
- License: mit
- Created: 2024-05-24T20:31:05.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-24T03:53:03.000Z (4 months ago)
- Last Synced: 2024-07-25T05:33:21.241Z (4 months ago)
- Topics: deepseek-llm, easy-to-use, gradio-interface, math-solver
- Language: Jupyter Notebook
- Homepage: https://huggingface.co/spaces/adi2606/Math_Wizard
- Size: 704 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Math Wizard 🧠 Using DeepSeek 🐋
Math Wizard is a powerful tool that helps users solve mathematical problems and understand the steps involved in finding solutions.
## Interface
![First](https://github.com/EchoSingh/Math-Wizard/blob/main/1.png)
![Second](https://github.com/EchoSingh/Math-Wizard/blob/main/2.png)## Features
- **Step-by-Step Solutions**: Provides detailed step-by-step solutions for a wide range of mathematical problems.
- **Intuitive Interface**: User-friendly interface allows users to input math questions and receive instant solutions.
- **Educational Tool**: Helps users learn and understand mathematical concepts through interactive problem-solving.
- **Example Questions**: Offers a collection of example questions to get users started.
- **Flagging System**: Allows users to flag incorrect solutions, helping to improve the accuracy of the tool over time.## Getting Started
To use Math Wizard, simply input your math question into the provided text box and hit enter. The tool will generate a solution and display it on the screen.
## Installation
Math Wizard requires the following dependencies:
- Python 3.x
- Gradio
- Transformers
- PyTorchYou can install these dependencies using ``` pip install gradio transformers torch ```
## Usage
1. Clone the repository: ```git clone https://github.com/EchoSingh/math-wizard.git ```
2. Navigate to the project directory: ```cd math-wizard```
3. Run it
4. Open your web browser and go to given link provided by gradio to access the Math Wizard interface.## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Acknowledgements
Math Wizard relies on the following open-source libraries:
- Gradio
- Transformers
- PyTorch
- DeepSeek-Math-7b-BaseModel [Link](https://huggingface.co/deepseek-ai/deepseek-math-7b-base)