Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 608 Bytes

File metadata and controls

27 lines (16 loc) · 608 Bytes

YouTube Video - AI Assistant

Developing a Google Chrome extension for YouTube that utilizes the captions and a local running AI assistant (OLLAMA) to provide video assistance and information [Work in Progress]


TODO:

  • write documentation

INSTALL:

  1. download OLLAMA (https://ollama.com/download)

  2. add

[Service]
Environment="OLLAMA_HOST=0.0.0.0"
Environment="OLLAMA_ORIGINS=*"

to Environment Variables (https://objectgraph.com/blog/ollama-cors/)

  1. git clone this repository
  2. Open "Manage Extensions", toggle "Developer Mode" and "Load Unpacked" this repository.