keerthanakothoju/Dance_movement_analysis
0
Welcome to Streamlit!
Edit /src/streamlit_app.py to customize this app to your heart's desire. :heart:
If you have any questions, checkout our documentation and community forums.
Dance Movement Analysis (Streamlit + Docker)
This project detects human body movements in dance videos using MediaPipe and OpenCV, and visualizes pose landmarks via Streamlit.
How to Run (Locally)
- Clone the project or download ZIP
- Build Docker image: docker build -t dance-analysis .
- Run the container: docker run -p 8501:8501 dance-analysis
- Open your browser at http://localhost:8501
Features
- Upload any short .mp4 dance video
- Real-time body pose visualization
- Lightweight Docker container
Tools Used
- Python, Streamlit, MediaPipe, OpenCV
- Docker
