Skip to content

KasinMidari/student-learning-outcome-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Student Learning Outcome Prediction System

Dự án Student Learning Outcome Prediction là hệ thống demo phục vụ nghiên cứu nhằm dự đoán sớm kết quả học tập của sinh viên dựa trên các đặc trưng học tập (điểm số, hành vi học tập, dữ liệu lịch sử, v.v.).

Hệ thống được xây dựng với mục tiêu minh họa toàn bộ pipeline nghiên cứu từ:

Thu thập dữ liệu

Xử lý và suy luận mô hình

Cung cấp kết quả dự đoán thông qua giao diện web

Cách chạy

Frontend: Next.js

Lần đầu chạy sẽ cần cài đặt pnpm. Chạy lệnh sau:

npm install -g pnpm@latest

Sau đó chạy dự án bình thường:

  1. Cài đặt dependency:
pnpm install
  1. Chạy code:
pnpm dev

Trang web giờ đang ở http://localhost:3000.

các file data đặt trong /data nhé

About

This repository presents a demo research project that applies machine learning models to predict students' academic performance with MOOCubeX dataset based on learning and behavioral data. The goal is to analyze influencing factors and evaluate model effectiveness in educational outcome prediction.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors