# Dancify Frontend

Next.js frontend for the Dancify pose comparison app.

## Setup

1. Install dependencies:

```bash
npm install
```

2. Run the development server:

```bash
npm run dev
```

Open [http://localhost:3000](http://localhost:3000) in your browser.

## Usage

1. Make sure the Python backend is running on port 8000
2. Upload a reference pose image
3. Click "Start Comparing" to begin real-time pose comparison
4. Strike poses and see your similarity score!

## Features

- Real-time webcam capture
- Pose comparison with MediaPipe
- Beautiful gradient UI
- Score visualization with colors and emojis
