Skip to main content
Version: 0.1.2

Tutorial Intro

Let's discover Textgrader in less than 3 minutes.

Getting Started

Get started by running the project with Docker.

info

This project works on Windows, but for better performance we advise running it on Linux.

Running the Project

The project will be automatically setup in your machine after you run the commands:

git clone https://github.com/MLRG-CEFET-RJ/textgrader

cd textgrader

git checkout release/v0.1.2

docker compose up -d

You can type this commands into Command Prompt, Powershell, Terminal, or any other integrated terminal of your code editor.

The command also installs all necessary dependencies and execute all necessary scripts you need to run Textgrader.

tip

You can also run just a sub project of this project by running the commands bellow:

Running just the Frontend
docker compose up frontend -d
Running just the Backend
docker compose up backend -d
Running just the Documentation
docker compose up docs -d

Viewing the Project

After you finish running the step above, you can checkout the project live on the links bellow:

Textgrader uses an AI model on backend capable of giving grades to essays on real time, this process is detailed in the image bellow:

diagram