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.
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 the Streamlit app:
streamlit run ai_scraper.py