StepWise Math: AI Equation Solver
A Streamlit app for solving various math problems with step-by-step AI explanations using Hugging Face models.
Setup
- Clone the repo:
git clone <repo-url>
- Install dependencies:
pip install -r requirements.txt
- Replace
API_TOKEN in hf_math.py with your Hugging Face API token.
- Run the app:
streamlit run app.py
Usage
- Select problem type and AI model.
- Enter equations/expressions (e.g., "2x + 3 = 7" or "a^2 - b^2" for factorization).
- Click "Solve" for explanations and solutions.
Supports any variables, multiple types, and fallbacks to AI if needed.