Skip to content

A local AI-powered math solver built with DeepScaleR and Gradio. Solve algebra, calculus, and other math problems offline using Ollama for fast, cost-free inference.

Notifications You must be signed in to change notification settings

RiddhiAiran/AI-Math-Solver-DeepScaleR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

9 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿงฎ AI-Powered Math Solver with DeepScaleR

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.


๐Ÿš€ Features

  • โœ… 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

๐Ÿ“ฆ Requirements

  • Python 3.8+
  • Ollama (installed and running)
  • Gradio (pip install gradio)
  • Ollama Python bindings (pip install ollama)

๐Ÿ› ๏ธ Setup Instructions

1. Install Ollama

Download and install from: https://ollama.com

Pull the model:

ollama pull deepscaler

2. Clone the Repository

git clone https://github.com/riddhiairan/ai-math-solver-deepscaler.git
cd ai-math-solver-deepscaler

3. Install Dependencies

pip install -r requirements.txt

4. Run the App

python app.py

๐Ÿ“ File Structure

โ”œโ”€โ”€ app.py                  # Main Gradio application
โ”œโ”€โ”€ requirements.txt        # Required Python packages
โ”œโ”€โ”€ README.md               # Project documentation

๐Ÿ“ธ Preview

A simple textbox interface that provides solutions to math problems via DeepScaleR. Deepscaler


๐Ÿ™Œ Credits


About

A local AI-powered math solver built with DeepScaleR and Gradio. Solve algebra, calculus, and other math problems offline using Ollama for fast, cost-free inference.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages