CrewAI-Youtube-AI-Agents

▶️ Video Fact Finder for YouTube, using CrewAI agents and Perplexity to verify facts.

Stars
3
Committers
2

Video Fact Finder

This project analyzes a YouTube video podcast and provides a summarized version of the content. Simply input the YouTube URL, and the CrewAI agents handles the rest.

Setup

Before running the application, add your API keys in a .env file.

Install the packages:

pip install -r requirements.txt

Before running this script, ensure FFmpeg is installed and added to your system's PATH. Alternatively, you can specify the location of FFmpeg in the script using the 'ffmpeg_location' option. For Windows users, download FFmpeg from https://ffmpeg.org/download.html and add the 'bin' folder to the PATH.

Time to spin up the application:

streamlit run main.py

Acknowledgment:

This project is forked from the original work by Siddarth from Composio. You can find the original repository and more examples on podcast summarization here.

Related Projects