Skip to content

prasoonkandel/Mathex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 27, 2025
ed0ddd3 · · Dec 27, 2025

History

73 Commits
Dec 27, 2025
Dec 24, 2025
Dec 24, 2025
Dec 27, 2025
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
.envot; > .envv" tabindex="0" role="button">
  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