Fitmon is an AI-powered fitness game built using Godot 4.3 and TensorFlow.js. It detects and counts exercise repetitions in real-time using your webcam. This project integrates JavaScript through Godot's JavaScriptBridge to process exercise movements directly in the browser.
- 🔹 Exercise Detection: Supports Bicep Curls, Squats, Lateral Raises, and Lunges.
- 🔹 Real-Time AI Tracking: Uses TensorFlow.js for pose estimation.
- 🔹 Godot Integration: Runs TensorFlow.js inside a Godot HTML5 game.
- 🔹 Leaderboard & Authentication (Coming Soon): Secure login, score storage, and ranking.
- Godot 4.3 (Game Engine)
- TensorFlow.js (AI Model for Pose Detection)
- JavaScriptBridge (To integrate JavaScript with Godot)