Spaces:
Sleeping
Sleeping
File size: 532 Bytes
a1c8651 bc03e39 554e5f5 a1c8651 bc03e39 a1c8651 bc03e39 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
---
license: mit
sdk: gradio
emoji: 🦀
colorFrom: blue
sdk_version: 5.35.0
---
# Video Fit Score Space
This Hugging Face Space lets you evaluate how closely a YouTube video matches your goal:
- **Meta scoring**: Uses title & description only
- **Full scoring**: Includes transcript (if available)
## How to use
1. Paste a YouTube URL
2. Enter your goal
3. Choose **Meta** or **Full**
4. View Title, Description, Transcript, and Fit Score (0–100)
## Development
```bash
pip install -r requirements.txt
python app.py |