Spaces:
Running
Running
metadata
title: YT Agent Streamlit
emoji: 🤖
sdk: docker
app_port: 8501
tags:
- streamlit
license: apache-2.0
short_description: Example Space for running YT agent Streamlit app.
yt-agent-streamlit
Example code for creating a YouTube agent with Streamlit and hosting via Hugging Face Spaces.
Resources:
How to Run This Example
Clone this repo
git clone https://github.com/ShawhinT/yt-agent-streamlit.gitOpen repo directory
cd yt-agent-streamlitInstall dependencies
uv syncRun Streamlit app
uv run streamlit run main.py
Hosting on HF Space
Create new Hugging Face Space
Name: yt-agent-streamlit Description: Example Space for running YT agent Streamlit app. Space SDK: Docker Docker Template: Blank Space Hardware: CPUAdd another remote to git repo
# In your yt-agent-streamlit directory git remote add hf https://huggingface.co/spaces/{your_hr_username}/yt-agent-streamlit.gitPush code to HF spaces (may need to force first push)
git push --force hf