EduQueryGen is an AI-powered quiz question generator for educators.
It allows teachers to upload PDF chapters and automatically generates MCQs and True/False questions using Google Gemini API.
- 📂 Upload chapter PDFs
- 🧠 Extracts keywords & concepts using Gemini
- ❓ Generates MCQs & True/False questions from chapter
- 🎚️ Control number of questions & difficulty
- 🎨 Clean frontend built with React + Tailwind
- ⚡ Backend powered by Express (Node.js + TypeScript)
- 🔑 Secure API key handling via
.env
git clone https://github.com/synapticPush/EduQueryGen.git cd EduQueryGen
npm install
cd client npm install
cd ../server npm install
npm run dev
npm start