To get started, you'll need to follow these steps:
-
Dependencies: First, let's ensure you have all the necessary dependencies using this command:
pip install -r requirements.txt
-
Download the Model: Download the pre-trained model from Dropbox at the following URL: DROPBOX URL.✨
Once you have installed the dependencies and downloaded the model, you can run the project demonstrator using the following command:
python client.py --model <path> --display
Replace <path>
with the path to the model you downloaded earlier. 🚀