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:
-
download OLLAMA (https://ollama.com/download)
-
add
[Service]
Environment="OLLAMA_HOST=0.0.0.0"
Environment="OLLAMA_ORIGINS=*"
to Environment Variables (https://objectgraph.com/blog/ollama-cors/)
- git clone this repository
- Open "Manage Extensions", toggle "Developer Mode" and "Load Unpacked" this repository.