Shinegupta commited on
Commit
c4ad665
·
1 Parent(s): 198dab4

Readme updated

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -1,3 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # 🧠 Deep Research AI Agentic System
2
  ### Overview
3
  This project is a Deep Research AI Agentic System that crawls websites using Tavily for online information gathering. Implemented using a dual-agent system with one agent focused on research and data collection, while the second agent functions as an answer drafter. It allows users to enter a question and receive a summarized, accurate response based on current information gathered from the web.
 
1
+ ---
2
+ title: Deep Research AIAgent
3
+ emoji: 👁
4
+ colorFrom: red
5
+ colorTo: red
6
+ sdk: streamlit
7
+ sdk_version: 1.44.1
8
+ app_file: app.py
9
+ pinned: false
10
+ short_description: An agentic system that performs deep web research and drafts
11
+ ---
12
+
13
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
14
+
15
+
16
  # 🧠 Deep Research AI Agentic System
17
  ### Overview
18
  This project is a Deep Research AI Agentic System that crawls websites using Tavily for online information gathering. Implemented using a dual-agent system with one agent focused on research and data collection, while the second agent functions as an answer drafter. It allows users to enter a question and receive a summarized, accurate response based on current information gathered from the web.