Warning
Python 3.9 is the verified working version; any version, newer or older, may not function properly.
Running Ellie is as simple as most Python projects:
git clone github.com/RaspJam/ellie && cd ellie
python3 -m venv . # optional but recommended
python3 -m pip install -r requirements.txt
python3 main.py
Keep in mind that the COINS model is not yet prebuilt and must be done via this script. Put this exported model into the project's root directory and run away! Once again this is temporary.