Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 613 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 613 Bytes

AI Researcher

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.

Pre-requisites

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

Run the Streamlit app:

streamlit run ai_researcher.py