Skip to content

dinmukhamedm/talk-yt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Talk to YouTube extension

Talk to any YouTube video

Installation

Backend

  1. Create a json file tokens.json that will have your model provider tokens in the following format
{
  'openai': <YOUR_OPENAI_TOKEN>,
  'anthropic': <YOUR_ANTHROPIC_TOKEN>,
  ...
}
  1. Install the requirements: pip install -r requirements.txt
  2. Run the server from the talk-yt directory: python websocket.py

Frontend

  1. Open any Chromium-based browser (e.g. Google Chrome, Opera, Brave)
  2. Go to the extension page at chrome://extensions, or by following sandwich button > More Tools > Extensions
  3. Make sure "Developer mode" is enabled, usually in the top-right corner
  4. Click "Load unpacked" and select the chromium directory from the frontend directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published