This project uses DeepScaleR via Ollama and a Gradio UI to solve complex math problems—symbolic, algebraic, calculus, and more. Everything runs locally, with no API costs or internet needed.
- ✅ Step-by-step math solutions using DeepScaleR
- ✅ Local inference with Ollama (no cloud required)
- ✅ Simple, interactive web interface built with Gradio
- ✅ Fast, secure, and private
- Python 3.8+
- Ollama (installed and running)
- Gradio (
pip install gradio
) - Ollama Python bindings (
pip install ollama
)
Download and install from: https://ollama.com
Pull the model:
ollama pull deepscaler
git clone https://github.com/riddhiairan/ai-math-solver-deepscaler.git
cd ai-math-solver-deepscaler
pip install -r requirements.txt
python app.py
├── app.py # Main Gradio application
├── requirements.txt # Required Python packages
├── README.md # Project documentation
A simple textbox interface that provides solutions to math problems via DeepScaleR.
- Model: DeepScaleR via Ollama
- UI: Gradio
- Course: Mastering DeepScaleR by Vivian Aranha