To download the dependencies, run pip install -r requirements.txt
The work of independent modules (front-end, back-end, populating the DB, etc) are spread among different code branches. The main branches are:
main
test_clustering
front_vini
backend
To execute code style linting, run make lint-python
To execute the labeling tool, run python tools/labeling_tool.py --data={file with data}
from the project root