Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rishabkumar7/youtube-assistant-langchain

A LLM powered YouTube Assistant, ask question about a YouTube video.
https://github.com/rishabkumar7/youtube-assistant-langchain

langchain llm youtube

Last synced: 2 days ago
JSON representation

A LLM powered YouTube Assistant, ask question about a YouTube video.

Awesome Lists containing this project

README

        

# YouTube Assistant

Ask questions about any YouTube video to this LLM powered assistant.

## Running it locally

Install the required packages:

```bash
pip install -r requirements.txt
```

Run the streamlit app:

```bash
streamlit run main.py
```

![YouTube Assistant App](/YouTube-Assistant.png)

## Hosted On

The web-app uses streamlit and is hosted on [Azure Container Apps.](https://azure.microsoft.com/en-ca/products/container-apps)

## Author

- Twitter: [@rishabkumar7](https://twitter.com/rishabk7)
- LinkedIn: [rishabkumar7](https://linkedin.com/in/rishabkumar7)