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.
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 devOpen http://localhost:3000 with your browser to see the result.