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-apifolder. - Open a terminal and launch the API with
./launch_api.shcommand inlinear-apifolder. - Open another terminal and launch the web server with
./launch_app.shcommand inlinear-appfolder. - Once the application is launched, open your favorite web-browser at
http://localhost:4200.