The user interface is implemented using a web framework and a browser. To start the program:
cd elfs/software
./elfs.py
Then point a browser to the Raspberry Pi at the following URL:
http://<IP of raspberry pi>:5000
Run the following command to download the Python requirements:
pip3 install -r requirements.txt