dromerosm commited on
Commit
8e046c1
Β·
1 Parent(s): 42ed23b

Update README.md to reflect project name change and enhance acknowledgments

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -6,10 +6,10 @@ colorTo: blue
6
  sdk: gradio
7
  sdk_version: 5.9.1
8
  app_file: app.py
9
- pinned: false
10
  license: cc-by-nc-nd-4.0
11
  ---
12
- # CrewAI Research Tool
13
 
14
  Welcome to the **CrewAI Research Tool** on Hugging Face Spaces! This tool leverages **Gradio**, **Cohere**, **CrewAI**, and **Azure/OpenAI technologies** to automate and streamline online research, compile reports, and extract data through web crawling.
15
 
@@ -98,9 +98,9 @@ This project is licensed under the **cc-by-nc-nd-4.0**.
98
  ## πŸ™ Acknowledgments
99
 
100
  Special thanks to the open-source projects and APIs that made this tool possible:
101
- - Gradio
102
- - CrewAI
103
- - OpenAI
104
- - Azure OpenAI Services
105
- - Cohere
106
- - DuckDuckGo
 
6
  sdk: gradio
7
  sdk_version: 5.9.1
8
  app_file: app.py
9
+ pinned: true
10
  license: cc-by-nc-nd-4.0
11
  ---
12
+ # CrewAI Multiagent Research Tool
13
 
14
  Welcome to the **CrewAI Research Tool** on Hugging Face Spaces! This tool leverages **Gradio**, **Cohere**, **CrewAI**, and **Azure/OpenAI technologies** to automate and streamline online research, compile reports, and extract data through web crawling.
15
 
 
98
  ## πŸ™ Acknowledgments
99
 
100
  Special thanks to the open-source projects and APIs that made this tool possible:
101
+ - [CrewAI](https://crewai.com)
102
+ - [OpenAI](https://openai.com)
103
+ - [Azure OpenAI Services](https://azure.microsoft.com/en-us/products/ai-services/openai-service)
104
+ - [Cohere](https://cohere.com)
105
+ - [Groq](https://groq.com)
106
+ - [DuckDuckGoSeach](https://pypi.org/project/duckduckgo-search/)