title | emoji | colorFrom | colorTo | sdk | sdk_version | app_file | pinned |
---|---|---|---|---|---|---|---|
Bert Video Search And Jump |
📚 |
blue |
blue |
streamlit |
1.28.0 |
app.py |
false |
Check Out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
An AI-powered web app to search and navigate YouTube videos with ease.
Demo link: https://huggingface.co/spaces/Instantaneous1/bert-video-search-and-jump
- Downloads subtitles from YouTube videos.
- Enables semantic search within videos using subtitle embeddings.
- Provides concise summaries of entire videos.
- Python
- Streamlit
- Streamlit Analytics
- Natural language processing (NLP) techniques
- Clone this repository.
- Install required dependencies:
pip install -r requirements.txt
- Save your gemini secrets in
.streamlit/secrets.toml
file asGOOGLE_API_KEY = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
- Run the app:
streamlit run app.py