Skip to content

GideonRoose/model-learning-experiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

model-learning-experiment

Below instructions are for running this project in the linux terminal.

Running the API

Requirements

  • Python 3: e.g. sudo apt-get install python3.6
  • Pip: e.g. sudo apt-get install python3-pip python-dev
  • Flask: pip install flask
  • Flask Restful: pip install flask-restful

Run the API

From the root of the project, run the command: python api/main.py or python3 api/main.py

Running the SUT

Requirements

  • Java JDK 11

Run the SUT

From the root of the project, run the command: java -jar sut/sut.jar

Running Tomte

Requirements

Run Tomte

From the root of the project, run the command: tomte_learn config.yaml

About

BSc Project VU: Model learning experiment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published