A simple AI Agent using Deepseek, LangGraph, and Streamlit to find results from the web that matches the user's query and give a summarized answer based on those results.
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 Deepseek model:
ollama pull deepseek-r1:8b
Install the dependencies using pip:
pip install -r requirements.txt
Run the Streamlit app:
streamlit run ai_researcher.py