Skip to content

pruthvill/chat-with-youtube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chat with Youtube

This application allows users to enter a video link and chat with the content of that video. A UI will be added shortly.

Steps to Run:

  1. Obtain your client_secret.json from the Google Cloud Console with the YouTube Data v3 API enabled.
  2. Paste the client_secret.json into the root directory of this project.
  3. Install the required Python packages by running:
pip install -r requirements.txt
  1. Run the following command to pull the necessary data for Ollama:
ollama pull nomic-embed-text
  1. Start the application by running:
python app.py
  1. Once the application is running, enter the video link when prompted.
  2. Chat with the content of the video.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages