Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 617 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 617 Bytes

AI Scraper

A simple AI web scraper using Ollama, LangChain, and Streamlit by building a RAG(Retrieval-Augmented Generation) system to chat with websites and answer complex questions about the content.

You can watch the video on how it was built on my YouTube.

Pre-requisites

Install Ollama on your local machine from the official website. And then pull the llama model:

ollama pull llama3.2

Install the dependencies using pip:

pip install -r requirements.txt

Run

Run the Streamlit app:

streamlit run ai_scraper.py