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