Skip to content

prasoonkandel/Mathex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

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" > .env
  1. Run backend
python main.py
  1. Run frontend (new terminal)
cd public
python -m http.server 8000
  1. Open browser at http://localhost:8000

Releases

No releases published

Packages

No packages published

Languages