Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (4 days ago)
- Default Branch: main
- Last Pushed: 2025-01-22T15:35:41.000Z (4 days ago)
- Last Synced: 2025-01-22T16:34:39.558Z (4 days 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