Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Backend

The backend server for the visual analytics framework is developed with Python Flask.

Environment Requirement

  • Python version >= 3.10.0

Deploy and Run

To start the backend, you need to perform the following steps:

  1. Download the data.zip packet we have provided and extract the files into the ./data directory.
  2. Start a terminal and go to the backend folder directory.
  3. Ensure that you have a correct Python environment on your computer, and then execute pip install -r requirement.txt in the terminal.
  4. Execute python ./src/main.py in the terminal.