Use LLM to download websites and analyze them for you.
- Go 100%
| go.mod | ||
| LICENSE | ||
| logo.avif | ||
| main.go | ||
| Modelfile | ||
| README.md | ||
AnalYzer
This is an LLM based AnalYzer that will scan URLs and text files so it can output an analysis or your own prompts.
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
