Spaces:
Runtime error
Runtime error
File size: 929 Bytes
1801c3b fa51412 1801c3b de5803c 1801c3b |
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 27 28 29 30 31 32 33 |
---
title: Visual Content Search Over Videos
emoji: 🐢
colorFrom: yellow
colorTo: green
sdk: streamlit
sdk_version: 1.21.0
app_file: video_semantic_search/app.py
pinned: false
python_version: 3.9
---
# semvideo-hackathon-230521
## Project Description
This project let's you search YouTube videos using a text string. The search is done over the actual video frames,
rather than any associated text. The search results are displayed as a list of videos, with the most relevant video
shown first. The user can then click on any of the videos to play it.
## Quick Start
Run the following commands to get started:
```bash
git clone https://github.com/sradc/semvideo-hackathon-230521.git
cd semvideo-hackathon-230521
poetry install
PYTHONPATH=. poetry run streamlit run video_semantic_search/app.py
```
If you do not have `poetry` installed, refer to the [poetry documentation](https://python-poetry.org/docs/#installation).
|