Project interfacing webcam with image recognition and graphic output for ENSC 482. Contributors are Hamza Kamal, Kirill Melnikov, and Roy Ataya.
- Clone this repository
- Navigate to the repository
- Check if you have Poetry installed on your machine through
poetry --version- If you don't have Poetry installed, install it through following these instructions: Install Poetry
- If you have Poetry installed, run
poetry installin the repository's root.
- Run the following commands to install all the required python packages for the project:
pip install opencv-python==4.6.0.66pip install mediapipe==0.8.10.1pip install numpy==1.23.0
- Open unity and import the project labelled: body-stress-inference
- Press run in unity to start the "game"
- In terminal/CMD navigate to the cloned repo
- Once in the folder /Body-Stress-Inference run the following command:
poetry run python body-stress-inference-python/main.pyorpython body-stress-inference-python/main.py