https://github.com/assemblyai-community/vidgist
With this Streamlit app you can get pros and cons list of a product as discussed in the YT review videos you select.
https://github.com/assemblyai-community/vidgist
Last synced: about 1 year ago
JSON representation
With this Streamlit app you can get pros and cons list of a product as discussed in the YT review videos you select.
- Host: GitHub
- URL: https://github.com/assemblyai-community/vidgist
- Owner: AssemblyAI-Community
- Created: 2024-07-29T17:34:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-09T09:52:38.000Z (almost 2 years ago)
- Last Synced: 2025-03-25T23:51:19.221Z (over 1 year ago)
- Language: Python
- Size: 350 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VidGist - Product Review Summarizer
This is a webapp to extract insights from product review videos on YouTube with a couple of clicks!
👆 Try it here: https://vidgist.onrender.com
P.S.: Due to YouTube blocking the download option, the last step of the app might not always be able to work. If you run it locally, you should be able to get the app running right away.
### To run locally:
1. Clone this repo
2. Paste your own YouTube Data API Key on line 86 of main.py (or save your YT API key as an environment variable)
3. Make sure you have an AssemblyAI account
4. Run the app with "streamlit run main.py"

## 🔑 What you need for this app:
* An AssemblyAI API Key: [get it here](https://www.assemblyai.com/?utm_source=youtube&utm_medium=referral&utm_campaign=yt_mis_69)
* Streamlit
* YouTube Data API Key: [get it here](https://developers.google.com/youtube/v3/getting-started)
🙏 Please report any issues with the app on GitHub. Thank you!