A web interface to showcase demos of the AIKON project.
Please refer to api/README and front/README for installing and running each individual part.
- Sudo privileges
- Python >= 3.10
- Git:
sudo apt install git- Having configured SSH access to GitHub
- To install the API and Front application following the instructions in api/README and front/README
bash setup.sh
- Change the
.env.devvariables to fit your requirements. - To start everything in one killable process, run (after installing each part like advised in the subfolders):
bash run.sh
- Specific optional steps are needed for the front-end development, see front/interface/README.md.