Update README.md to reflect project name change and enhance acknowledgments
Browse files
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:
|
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 |
-
-
|
102 |
-
-
|
103 |
-
- OpenAI
|
104 |
-
-
|
105 |
-
-
|
106 |
-
-
|
|
|
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/)
|