Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 431 Bytes

File metadata and controls

21 lines (16 loc) · 431 Bytes

Sift

A web scraping tool for extracting data from websites and processing it for analysis using AI.

Features

  • Extract data from websites
  • Process data using local AI (Ollama)
  • Export processed data to CSV
  • Filter and sort data
  • Search data

Tech Stack

  • Python 3.14.3
  • UV (package manager)
  • FastAPI (web framework)
  • BeautifulSoup (web scraping)
  • Ollama (local AI)
  • LangChain (AI framework)
  • SQLite (database)