dromerosm commited on
Commit
2b06018
β€’
1 Parent(s): 3c6c367

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -10
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 integrates advanced AI capabilities to streamline and automate the process of online research, compiling reports, and data extraction through web scraping.
17
 
18
  ## Description
19
 
20
- The CrewAI Research Tool leverages a combination of Gradio, CrewAI, and LangChain technologies to facilitate detailed and automated web research. It employs a sequence of AI-powered tasks to gather, analyze, and compile information on a wide range of topics, delivering comprehensive and structured reports.
21
 
22
  ## Features
23
 
24
- - **Web Search Automation**: Utilizes the DuckDuckGo search engine to perform initial searches and gather detailed results related to specified topics.
25
- - **Detailed Report Generation**: Automated agents, defined as a 'Researcher' and an 'Editor', work sequentially to create detailed and polished reports based on web findings.
 
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