MohitGoyal09 /
Artifiical-guruji
AI-powered exam-prep platform that generates personalized study plans, flashcards, quizzes, and learning workflows.
56/100 healthLoading repository data…
divyanshus2404 / repository
AI-powered exam prep for Indian engineering students — PDF copilot, mock tests, flashcards & study planner. Next.js 15 + Gemini + Firebase. Contributions welcome!
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
| Tool | In one line |
|---|---|
| 📄 PDF Copilot | Upload a textbook, ask it questions, get answers grounded in your pages |
| 📝 Mock Tests | AI-generated papers that mimic real JEE difficulty, with scoring & review |
| 🗂 Flashcards | Turn any chapter into a spaced-repetition deck in seconds |
| 📅 Study Planner | Feed it your syllabus + exam dates, get a day-by-day plan |
| 🔥 Streaks & Leaderboard | Daily streaks, streak-saves, and friendly competition |
| 📱 Installable PWA | Under 1 MB, works offline, installs straight from the browser |
%%{init: {"flowchart": {"nodeSpacing": 60, "rankSpacing": 55}}}%%
graph LR
UI(["Next.js 15<br/>App Router + PWA"])
API["API Routes<br/>(serverless)"]
DB[("Firebase<br/>Auth + Firestore")]
AI["Gemini AI"]
Pay["Razorpay"]
UI <--> API
API <--> DB
API <--> AI
API <--> Pay
classDef ui fill:#3B82F6,stroke:#1D4ED8,color:#fff;
classDef api fill:#10B981,stroke:#047857,color:#fff;
classDef ext fill:#F59E0B,stroke:#B45309,color:#fff;
classDef ai fill:#8B5CF6,stroke:#6D28D9,color:#fff;
class UI ui; class API api; class DB,Pay ext; class AI ai;
The PDF Copilot flow, end to end:
sequenceDiagram
autonumber
actor Student
Student->>Frontend: Uploads textbook PDF
Frontend->>Frontend: Extracts text client-side
Student->>Frontend: Asks a question
Frontend->>Gemini: Context chunks + question
Gemini-->>Frontend: Streamed answer
Frontend-->>Student: Answer, grounded in the PDF
Selected from shared topics, language and repository description—not editorial ratings.
MohitGoyal09 /
AI-powered exam-prep platform that generates personalized study plans, flashcards, quizzes, and learning workflows.
56/100 healthvishalgoyal25 /
TheKnowledgeOrbits — AI-powered UPSC exam-prep platform — Django/DRF + Next.js, built on a hybrid RAG pipeline (pgvector + BM25) and an isolated LangGraph research agent. Engine-first architecture, solo-built, in production.
66/100 healthgit clone https://github.com/divyanshus2404/BlueBottleCap-Saas.git
cd BlueBottleCap-Saas
npm install
cp .env.example .env.local # add your keys (see below)
npm run dev # → http://localhost:3000
You'll need Node 18+, a Gemini API key, and a free Firebase project (Auth + Firestore). Razorpay keys are only needed for payment flows.
This repo is actively looking for contributors, and beginner PRs are genuinely welcome.
good first issue — each one says exactly which files to touch and howBigger appetite? Check help wanted — dark mode, test coverage, performance work.
MIT — see LICENSE. Built by Divyanshu Singh.
inbharatai /
TestsPrep.in — AI-powered test prep: 13+ exams, 3D labs, AI IDE, daily GK digest, psychometric career diagnostic. Classes 8–12 & competitive exams.
46/100 healthbanty-seun /
AI-powered, personalized IELTS prep platform — generates exam-realistic listening content and coaches candidates toward their target band. Built with a contracts-first, governed-AI architecture.
59/100 health