Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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