CoolFace
Apppublic

keerthanakothoju/Dance_movement_analysis

sourceHugging Faceupdated 11mo agoView on Hugging Face
0likes
App README

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)

  1. 1.Clone the project or download ZIP
  2. 2.Build Docker image: docker build -t dance-analysis .
  3. 3.Run the container: docker run -p 8501:8501 dance-analysis
  4. 4.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