This directory contains the web version of PosturePro, built with HTML, CSS, and JavaScript using MediaPipe for pose detection.
- Modern web browser (Chrome recommended)
- Webcam
- Internet connection (for MediaPipe libraries)
- Navigate to the web app directory
cd web-app
- Running Locally
# Install live-server if you haven't
npm install -g live-server
# Run the server
live-server
- Access the Application
- Open your web browser
- Navigate to
http://localhost:8000
- Allow camera access when prompted
web-app/
├── index.html
├── style.css
└── script.js
- Camera Access Issues
- Ensure you've granted camera permissions in your browser
- Check if other applications are using the camera
- Try refreshing the page
- Performance Issues
- Close other resource-intensive browser tabs
- Ensure you have a stable internet connection
- Update your browser to the latest version
For more details about the project, visit the main README.
- Ensure your webcam is properly connected
- Check if other applications are using the camera
- Try running the script with administrator privileges
- Dependencies Issues
pip install --upgrade pip
pip install -r requirements.txt --force-reinstall
- Recommended to use in well-lit conditions
- Keep your face and upper body clearly visible
- Maintain a reasonable distance from the camera (approximately arm's length)
For more details about the project, visit the main README.