dromerosm commited on
Commit
4a5e2a6
β€’
1 Parent(s): 0c26770

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Crewai Groq Llama3
3
  emoji: πŸ“ˆ
4
  colorFrom: blue
5
  colorTo: blue
@@ -10,4 +10,44 @@ pinned: false
10
  license: cc-by-nc-nd-4.0
11
  ---
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: Crewai Groq Llama3 for Research
3
  emoji: πŸ“ˆ
4
  colorFrom: blue
5
  colorTo: blue
 
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
35
+
36
+ 1. **Enter a Topic**: Start by entering a research topic into the provided textbox on the Gradio interface.
37
+ 2. **Initiate Research**: Click the 'Start Research' button to kick off the automated research process.
38
+ 3. **View Results**: The result, a detailed and structured report, will be displayed directly in the Gradio interface.
39
+
40
+ ## Contributions and Feedback
41
+
42
+ Contributions to this project are welcome! Feel free to duplicate the Space, make improvements, and submit a pull request. For feedback and issues, please open an issue in the project's Community tab.
43
+
44
+ ## License
45
+
46
+ 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