An open API service indexing awesome lists of open source software.

https://github.com/gagb/autogen-yt-agent

A YouTube agent built using AutoGen
https://github.com/gagb/autogen-yt-agent

autogen autogen-extension autogen-sample

Last synced: about 1 year ago
JSON representation

A YouTube agent built using AutoGen

Awesome Lists containing this project

README

          

# 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:

```bash
pip install git+https://github.com/gagb/autogen-yt-agent
```

## Usage
See [example.py](./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.