Preliminary setup

Use Ubuntu 24.04 for this.

Clone the Computer Repository

Clone the Computer repository from GitHub to your desired location (e.g., under “Documents”):

git clone https://github.com/ECC-BFMC/Computer

Libs

Run the following commands to update and upgrade your software and install required packages:

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install python3-opencv
sudo apt-get install python3-pil.imagetk python3-tk
pip3 install -r requirements.txt

Enjoy using the Computer repository

All is now set up. All the necessary software is installed. Enjoy tracking your progress with the Dashboard interface, use the Demo interface as way to an example and use the servers to improve your code.