From 808592453bcb215ea944ef391dad013069f0c8c4 Mon Sep 17 00:00:00 2001 From: James Date: Wed, 20 Nov 2024 20:26:24 +1000 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 911b5b0..4952c3a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,13 @@ ## Description Automated-AI-Web-Researcher is an innovative research assistant that leverages locally-run large language models through Ollama to conduct thorough, automated online research on any given topic or question. Unlike traditional LLM interactions, this tool actually performs structured research by breaking down queries into focused research areas, systematically investigating via web searching and then scraping of relevant websites each area, and compiling it's findings all saved automatically into a text document with all content found and links for the source of each, and whenever you want it to stop it's research you can input a command which then results in the research terminating and the LLM reviewing all the content it found and providing a comprehensive final summary to your original topic or question, and then you can also ask the LLM questions about it's research findings if you would like. -Here's how it works: +## Project Demonstration + +[![My Project Demo](https://img.youtube.com/vi/hS7Q1B8N1mQ/0.jpg)](https://youtu.be/hS7Q1B8N1mQ "My Project Demo") + +Click the image above to watch the demonstration of My Project. + +## Here's how it works: 1. You provide a research query (e.g., "What year will global population begin to decrease rather than increase according to research?") 2. The LLM analyzes your query and generates 5 specific research focus areas, each with assigned priorities based on relevance to the topic or question.