Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.31 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.31 KB

EduAssist

Real-time Q&A and Lecture Engagement

My motivation was that students often misses key points during lectures, leading to confusion and missed opportunities. Asking questions in class can feel intimidating for shy pupils or disruptive. EduAssist solves this by offering:

  • Real-time Q&A to discreetly ask questions about lecture content without interrupting the flow.
  • Live Transcript helps capture all information and ensure nothing is missed.
  • The tool can also be leveraged later to generate notes and study materials.

Disclaimer

EduAssist is designed to supplement, not replace, direct interaction with your professor. Open communication with your instructor is crucial for optimal learning.

Installation

First, get the environment variables from the .env.example file and create a .env file with the same variables. Then, run the following commands:

git clone https://github.com/manavukani/EduAssist.git
bun install

Usage

bun run dev

Contributing

This is not a complete project and new features are under progress. Contributions welcome.

Planned features:

  • "New lecture" button to start a new lecture
  • Store the chat and transcript in a database
  • Generate notes and study material from the transcript
  • Create flashcards for quick revision.