Skip to content

prasoonkandel/Mathex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

aa82abf · · Jan 23, 2026

History

75 Commits
Jan 23, 2026
Dec 24, 2025
Jan 23, 2026
Dec 27, 2025
Dec 25, 2025
Dec 26, 2025
Dec 24, 2025
Dec 24, 2025
Dec 26, 2025
Dec 24, 2025

Repository files navigation

Mathex

AI-powered mathematics platform for students.

Project Structure

Mathex/
├── Backend/
│   ├── main.py
│   ├── engine.py
│   ├── qngen.py
│   ├── formula.py
│   ├── bar_chart.py
│   ├── pie_chart.py
│   ├── quotes.py
│   ├── quotes.json
│   └── .env
│
├── public/
│   ├── index.html
│   ├── 404.html
│   ├── css/
│   ├── js/
│   ├── assets/
│   └── vercel.json
│
└── requirements.txt
�� requirements.txt

Setup

  1. Clone the repository
git clone https://github.com/prasoonkandel/Mathex.git

cd Mathex
  1. Install dependencies
pip install -r requirements.txt
  1. Configure environment
cd Backend

echo "GEMINI_API_KEY=your_api_key_here" >gt; .env
  1. Run backend
python main.py
  1. Run frontend (new terminal)
cd public
python -m http.server 80000
  1. Open browser at http://localhost:8000

Releases

No releases published

Packages

No packages published

Languages