# AI-Powered Posture & Focus Tracker Monitors posture and alertness in real-time using webcam. Tracks focus score, detects drowsiness, and displays a live dashboard using Streamlit. ## Features - Real-time posture detection (Mediapipe Pose) - Eye state detection & drowsiness alerts (Mediapipe Face Mesh) - Focus score calculation (posture + eye open frames) - Streamlit dashboard with session stats - Optional logging for analytics ## Tech Stack - Python, OpenCV, Mediapipe - Streamlit (dashboard) - NumPy (calculations) ## How to Run 1. Clone the repo 2. Install dependencies: `pip install -r requirements.txt` 3. Run: `streamlit run ai_focus_tracker.py` # PostureDection-openCV