-
Run the following command on your desired directory: git clone https://github.com/ltourikis/behaviour_simulation_tool
-
Install python (version 3.6.9 or later)
-
Install the necessary python modules contained in the requirements.txt
-
On a windows pc run:
pip install -r requirements.txt
-
On a linux distro run:
pip3 install -r requirements.txt
-
-
Install the latest versions of Firefox and Chrome Browsers
-
Download the corresponding drivers of the aforementioned browsers (chromedriver and geckodriver) on a directory that is included in the PATH enviromental variable.
-
Set the IP and port that the server is listening to, by modifying the final line in API/server_config.json by setting:
"HOST": "0.0.0.0"
-
Start the server.
-
On a windows pc run:
python API/server.py
-
On a linux distro run:
python3 API/server.py
-
-
To initiate profiles visit:
http://localhost:5000/api/ui
-
Notifications
You must be signed in to change notification settings - Fork 0
epu-ntua/sphinx-behaviour-simulator
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published