
A workout trainer Dash/Flask app that helps track your HIIT workouts by analyzing real-time video streaming from your sweet Pi using machine learning and Edge TPU..
The HIIT PI app offers a unique solution for fitness enthusiasts looking to enhance their High-Intensity Interval Training (HIIT) sessions. Utilizing advanced machine learning techniques, the app employs pose estimation on edge devices, particularly the Raspberry Pi, to track workout progress in real time. With a smooth frame rate of approximately 30fps, the application makes it easy to monitor performance while providing an engaging user experience.
Designed for accessibility, the HIIT PI operates locally on a Raspberry Pi, allowing users to interact with the app through any web browser connected to the same network. This innovative approach ensures that tracking your fitness journey is both seamless and efficient.

Flask is a lightweight and popular web framework for Python, known for its simplicity and flexibility. It is widely used to build web applications, providing a minimalistic approach to web development with features like routing, templates, and support for extensions.