- To install some requirements and create and activate environment
poetry install --only main
poetry shell
- To install some more requirement as well as files required
chmod +x setup.sh
./setup.sh
- Then execute the start.sh script
- You can now use this at [0.0.0.0:5000]
NOTE - tested and used in linux only and docker doesn't work right now