Use LLM to download websites and analyze them for you.
Find a file
2026-08-11 13:59:51 +00:00
go.mod Fixed so now it outputs to text as well as output to text file. 2026-08-11 13:06:30 +00:00
LICENSE Initial commit 2026-08-11 12:46:47 +00:00
logo.avif Upload files to "/" 2026-08-11 13:37:39 +00:00
main.go Can now analyze a text file 2026-08-11 13:15:08 +00:00
Modelfile Upload files to "/" 2026-08-11 13:38:33 +00:00
README.md Update README.md 2026-08-11 13:59:51 +00:00

AnalYzer

This is an LLM based AnalYzer that will scan URLs and text files so it can output an analysis or your own prompts.

Logo

Disclaimer:

This tool is vibe coded. I will analyze it myself to maintain it.

Basic usage

./AnalYzer -url "https://example.com"

With custom model

./AnalYzer -url "https://example.com" -model "gemma4"

With custom system prompt

./AnalYzer -url "https://example.com" -model "gemma4" -system "Summarize this in bullet points:"

With custom Ollama server URL

./AnalYzer -url "https://example.com" -ollama "http://192.168.1.100:11434"

Modelfile

I've also included a Modelfile for 16GB graphics cards. This is not required and replace "modelname" with the name you want to ID it.

ollama create modelname -f Modelfile