git clone https://github.com/DAVINTLAB/StreamVis-2.1.git
cd StreamVis-2.1python3 -m venv ambiente_youtubeIf using windows:
.\ambiente_youtube\Scripts\activateIf using linux:
source ambiente_youtube/bin/activatepip install -r requirements.txt7 - API_KEY = ''
8 - VIDEO_ID = ''python3 v1/main.pystreamlit run app.py- Ensure you are using the venv when trying to run, or else it will fail
- Remember to install the requirements in the venv
- If the commands are not working try using only python as prefix instead of python3