https://github.com/codegram01/go-ai-crawl
Golang Web Crawl with AI
https://github.com/codegram01/go-ai-crawl
ai chromedp crawler golang ollama
Last synced: about 1 month ago
JSON representation
Golang Web Crawl with AI
- Host: GitHub
- URL: https://github.com/codegram01/go-ai-crawl
- Owner: codegram01
- License: mit
- Created: 2025-01-22T15:33:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-22T15:35:41.000Z (over 1 year ago)
- Last Synced: 2025-09-14T04:30:49.735Z (9 months ago)
- Topics: ai, chromedp, crawler, golang, ollama
- Language: Go
- Homepage: https://youtu.be/TI26Jql3Rp0
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Golang Crawl With AI
This is example use chromedp for crawl data in Golang
and Ask AI with ollama
## How it work ?
Crawl data with Chromedp
- chromedp is golang library
- chromedp call chrome devtools to crawl website (can run javascript)
Run AI in local with Ollama
- when have data crawl, use AI for filter Data
## Install
- install chrome
- install ollama
- install ollama model
## Use
Look test file for example