Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 323 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 323 Bytes

Master thesis

In this repository, I will store all scripts related to my master thesis work, due to be done from February to June 2021.

Running

To run this project, do the following

python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
cd src
python3 test_generator_server.py