autogen-yt-agent
autogen-yt-agent copied to clipboard
A YouTube agent built using AutoGen
AutoGen YouTube Agent
autogen-yt-agent is a Python package that provides an agent capable of downloading and processing YouTube videos. It includes functionalities such as extracting audio, transcribing audio with timestamps, and getting video length.
Installation
To install the package from the GitHub repository, use the following command:
pip install git+https://github.com/gagb/autogen-yt-agent
Usage
See example.py for a simple example of how to use this agent. Note, this example requires the OpenAI client, so please install the relevant extension.
License
This project is licensed under the MIT License.