Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.12 KB

File metadata and controls

47 lines (33 loc) · 1.12 KB

Alemia

Description

Alemia is a platform demonstrating the usage of machine learning techniques for automatic grading of projects build using object-oriented programming.

Demo

Alemia's demo

Setup

  1. install Python3 and Node.js
  2. set up and run the server
cd backend
pip3 install -r requirements.txt
python3 server.py
  1. set up and run the user interface
cd user-interface
npm install
npm start

Resources

User Interface

Backend