Fast, 100% local web page summarization with the Microsoft Phi-3 LLM!
- Install Ollama from https://ollama.com/
- Make sure the Ollama app is running
- Install the Phi-3 model:
ollama run phi3
- Address CORS Settings - tutorial
git clone git@github.com:samrawal/localsumm.git
- In Chrome, go to
chrome://extensions
-> Developer Mode (top right) -> Load Unpacked (top left) -> selectlocalsumm
folder
This extension has been very quickly put together, so any PRs with bugfixes/features are welcome!
Feel free to reach out to me with any comments, questions, or issues!