// PROJECT SETUP NOTES:

// There are two main folders in this project:

// 1) Website Folder:
//    - Contains the files for the main website interface
//    - You need to run/start the website manually when you want to use it

// 2) Python Folder:
//    - Contains Python scripts for exercise detection (jump, pushup) and game control
//    - You need to run the Python scripts manually as well

// IMPORTANT:
// - Currently, these two parts (website and Python) are separate and NOT automated to start together
// - You must start the website and Python scripts separately every time before you use the exercise system or game

// FUTURE WORK:
// - Automate running both website and Python scripts together for smoother experience
