Skip to content

AdarshDev9349/nextq-frontend

Repository files navigation

NextQ: AI-Powered Exam Paper & Notes Generator

NextQ is a modern EdTech platform that uses AI to automate question paper generation, notes summarization, and more. Built with Next.js, FastAPI, and Azure OpenAI, it empowers students and educators to create, summarize, and analyze academic content with ease.

🚀 Features

  • Custom Question Paper Generation: Upload syllabus and previous papers, and generate new question papers using AI.
  • Notes Summarizer: Upload your notes and get concise, actionable summaries as PDF.
  • Predictive Question Paper: Analyze past papers to generate likely exam questions.
  • Modern UI: Built with Next.js, shadcn/ui, and a beautiful dark theme.

🛠️ Getting Started

  1. Clone the repository:

    git clone <your-repo-url>
    cd nextq
  2. Install dependencies:

    npm install
    # or
    yarn install
    # or
    pnpm install
    # or
    bun install
  3. Set up environment variables:

    • Copy .env.local.example to .env.local and fill in your API keys (Azure OpenAI, Together AI, etc).
  4. Run the development server:

    npm run dev
    # or
    yarn dev
    # or
    pnpm dev
    # or
    bun dev
  5. Open your browser: Visit http://localhost:3000 to use the app.

📝 Usage

  • Custom Question Paper: Go to /features/custom-question-paper to generate question papers from your syllabus and previous papers.
  • Notes Summarizer: Go to /features/notes-summarizer to upload notes and get a summarized PDF.
  • Predictive Question Paper: Go to /features/questionpaper-ai to generate likely exam questions from past papers.

🧑‍💻 Tech Stack

  • Frontend: Next.js, React, shadcn/ui
  • Backend: FastAPI, Azure OpenAI, Together AI
  • PDF Handling: fpdf, pdfplumber

🌐 Deploy on Vercel

The easiest way to deploy is with Vercel.

📚 Learn More

About

AI-powered EdTech platform for automated question paper generation, notes summarization, and exam prediction. Built with Next.js, tailwind css and Azure OpenAI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors