Skip to content

SrivathsanRam/eduverse

Repository files navigation

Welcome to Eduverse!

Eduverse is a learning management system that keeps teachers in control of designing lesson plans and identifying links between topics. Teachers also control exactly what questions are shown to their students when creating assignments. Lastly, teachers also upload multimodal learning materials to aid students in actively revising while attempting questions.

Getting Started

First, run the AI model:

cd kt_models
python -m venv venv
venv\Scripts\activate.bat
pip install -r requirements.txt
pip list #Check
python main.py

Next, run the development server:

npm i #install necessary libraries
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

About

🏆LifeHack 2025 (2nd Place Overall)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors