Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
title: Crewai Groq Llama3 for Research
|
| 3 |
emoji: π
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: blue
|
|
@@ -9,26 +9,26 @@ app_file: app.py
|
|
| 9 |
pinned: false
|
| 10 |
license: cc-by-nc-nd-4.0
|
| 11 |
---
|
| 12 |
-
|
| 13 |
-
|
| 14 |
# CrewAI Research Tool
|
| 15 |
|
| 16 |
-
Welcome to the CrewAI Research Tool on Hugging Face Spaces! This tool
|
| 17 |
|
| 18 |
## Description
|
| 19 |
|
| 20 |
-
The CrewAI Research Tool leverages
|
| 21 |
|
| 22 |
## Features
|
| 23 |
|
| 24 |
-
- **Web Search Automation**: Utilizes the DuckDuckGo search engine to perform
|
| 25 |
-
- **
|
|
|
|
| 26 |
- **Interactive Gradio Interface**: Users can input their research topic directly into the Gradio interface and initiate the research process with a simple button click.
|
| 27 |
|
| 28 |
## Tools and Technologies
|
| 29 |
|
| 30 |
- **CrewAI**: Integrates agents with specific roles and tasks to automate complex workflows.
|
| 31 |
- **LangChain and Groq**: Employs large language models for deep understanding and generation of content.
|
|
|
|
| 32 |
- **Gradio**: Provides an interactive web interface to facilitate easy user interaction with the CrewAI system.
|
| 33 |
|
| 34 |
## How to Use
|
|
@@ -47,7 +47,5 @@ This project is licensed under the cc-by-nc-nd-4.0.
|
|
| 47 |
|
| 48 |
## Acknowledgments
|
| 49 |
|
| 50 |
-
Special thanks to the open-source projects and APIs that made this tool possible: Gradio, CrewAI, LangChain, and DuckDuckGo.
|
| 51 |
-
|
| 52 |
|
| 53 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Crewai, Groq, Llama3 and Cohere for Research
|
| 3 |
emoji: π
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: blue
|
|
|
|
| 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 employs a combination of Gradio, Cohere, CrewAI, and LangChain technologies to automate and streamline the process of online research, compiling reports, and extracting data through web scraping.
|
| 15 |
|
| 16 |
## Description
|
| 17 |
|
| 18 |
+
The CrewAI Research Tool leverages advanced AI capabilities to gather, analyze, and compile information on a wide range of topics, delivering comprehensive and structured reports. It automates the entire research process from web searching to report generation.
|
| 19 |
|
| 20 |
## Features
|
| 21 |
|
| 22 |
+
- **Web Search Automation**: Utilizes the DuckDuckGo search engine to perform web searches and gather detailed results related to specified topics.
|
| 23 |
+
- **Data Extraction and Summarization**: Employs web scraping tools and Cohere's language models to extract and summarize web content.
|
| 24 |
+
- **Detailed Report Generation**: Automated agents, defined as 'Researcher' and 'Editor', work sequentially to craft detailed and polished reports based on web findings.
|
| 25 |
- **Interactive Gradio Interface**: Users can input their research topic directly into the Gradio interface and initiate the research process with a simple button click.
|
| 26 |
|
| 27 |
## Tools and Technologies
|
| 28 |
|
| 29 |
- **CrewAI**: Integrates agents with specific roles and tasks to automate complex workflows.
|
| 30 |
- **LangChain and Groq**: Employs large language models for deep understanding and generation of content.
|
| 31 |
+
- **Cohere**: Uses advanced NLP models for generating summaries and text analysis.
|
| 32 |
- **Gradio**: Provides an interactive web interface to facilitate easy user interaction with the CrewAI system.
|
| 33 |
|
| 34 |
## How to Use
|
|
|
|
| 47 |
|
| 48 |
## Acknowledgments
|
| 49 |
|
| 50 |
+
Special thanks to the open-source projects and APIs that made this tool possible: Gradio, CrewAI, LangChain, Cohere, and DuckDuckGo.
|
|
|
|
| 51 |
|
|
|