Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 1.23 KB

README.md

File metadata and controls

45 lines (25 loc) · 1.23 KB

Semantic NLU CAPTCHA

This Repository provides the prototype created for my bachelor's thesis at IMS, University Stuttgart.

Current features are only to conduct a study.

Description

Prototype-Overview

It consists of two components that run in Docker Containers.

The data folder is the standard location for reading data (currently, the study challenges).

The description of the study data is in its README.

Getting Started

Dependencies

Docker: For the starting of the system as a whole.

Node + npm: To run the Captcha-Frontend without Docker.

Java SDK >= 21: To run the Captcha without Docker.

Installing

Download and unzip.

Executing program

In the prototype folder, open a terminal and run:

docker compose up 

On Linux, you might need to use sudo.

The Captcha-Front is reachable at http://localhost:8080/study

The Captcha is not supposed to be accessed directly, but is reachable at http://localhost:8081

Authors

Marcel Wolkober