File size: 747 Bytes
5c52a79 58ac08a 5c52a79 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
---
title: Blip
emoji: π
colorFrom: pink
colorTo: indigo
sdk: gradio
sdk_version: 5.19.0
app_file: app.py
pinned: false
short_description: Soccer Word-Based-Search Football Highlights Generator
---
This is the main app module for a word-search-based football highlights extractor.
This starts out with a gradio web app to upload a video.
The video then gets labelled using a variety of input + a labeller LLM hosted on TogetherAI.
Then the app calls a model space hosted on HuggingFace and embeds the video and the labels with InternV
Then through the gradio web app UI search, we can query the mf.
I get by with a little help from my friends
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|