Skip to content

neha222222/Youtube-Buddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Youtube Buddy

How to run the project

  1. Clone the repository
  2. cd frontend
  3. Run yarn install to install the dependencies
  4. Run yarn start to start the project, Now the frontend will be running on http://localhost:3000
  5. Go to http://localhost:3000
  6. Download the Chrome extension from the top right corner of the page via clicking on download tubechat

download_tubechat

  1. Unzip the downloaded zip file(use the existing zip file) and open chrome and go to chrome://extensions/
  2. Click on "Load unpacked"
  3. Select the dist folder inside your unzipped tubechat-extension folder.

load_unpacked

  1. Now go to any youtube video and You must see the extension inserted in the youtube dom itself.

extension_in_youtube

  1. Now lets start the backend server, go to backend folder and run the following command
cd ..
cd backend
docker build -t tubechat .
docker run -d -p 8000:8000 tubechat

tubechat backend will be running on http://localhost:8000

backend_running

  1. Now we can talk on any youtube. Just visit any youtube video, a chat window will open, login in it

Youtube Buddy is a chrome extension that allows you to talk with youtube videos.

Design Implementation

  • Talk to youtube videos
  • Watch video in Multilingual Languages Working Diagram

Figma Design Files

https://www.figma.com/design/5rBFtL5t4HbwSi7FqnScN3/main?node-id=0-1&t=YA7Zb2lnpHT9aOQd-1

Frontend

frontend_working.webm

Backend and Database

Backend_endpoints_working.webm

Extension

extension_working_demo.mp4

About

Youtube Buddy is a chrome extension that allows you to talk with youtube videos using AI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors