To launch the FELINE demonstration, you need the following packages:
- Angular (12.2.16)
- Angular CLI (12.2.16)
- Python 3
- Pip 3
- Download the pre-computed dataset from https://drive.uca.fr/f/461a6e1b81ec4204a05b/?dl=1
- Unzip the downloaded archive in the
linear-api
folder. - Open a terminal and launch the API with
./launch_api.sh
command inlinear-api
folder. - Open another terminal and launch the web server with
./launch_app.sh
command inlinear-app
folder. - Once the application is launched, open your favorite web-browser at
http://localhost:4200
.