The backend server for the visual analytics framework is developed with Python Flask.
- Python version
>= 3.10.0
To start the backend, you need to perform the following steps:
- Download the
data.zippacket we have provided and extract the files into the./datadirectory. - Start a terminal and go to the
backendfolder directory. - Ensure that you have a correct Python environment on your computer, and then execute
pip install -r requirement.txtin the terminal. - Execute
python ./src/main.pyin the terminal.