Skip to content

This repository contains and LLM powered Youtube Assistant, that you can copy the URL and ask questions about the video

Notifications You must be signed in to change notification settings

KimathiNewton/Youtube_Helper_Langchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Youtube Assistant

This is a powerful YouTube assistant that allows you to extract insights and answers from your favorite videos using advanced language models.

App Interface

Interface Interface

THe app is hosted in my Hugging Face Space

Setup

You need Python on your system to setup this app. Then you can clone this repo and being at the repo's root.

Let start by cloning the repository in your local machine:

git clone https://github.com/Newton23-nk/Youtube_Helper_Langchain.git

Then we will create a virtual environment and install the libraries required, contained in the requirements file:

Windows

    python -m venv venv; venv\Scripts\activate; python -m pip install -q --upgrade pip; python -m pip install -qr requirements.txt 

Linux & MacOs

    python3 -m venv venv; source venv/bin/activate; python -m pip install -q --upgrade pip; python -m pip install -qr requirements.txt

Run the App

Launch the app using Streamlit:

streamlit run main.py

About

This repository contains and LLM powered Youtube Assistant, that you can copy the URL and ask questions about the video

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages