GithubHelp home page GithubHelp logo

vipervs / researchcrew Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 27 KB

How to automate the generation of a scientific article using CrewAI

License: GNU General Public License v3.0

Python 100.00%

researchcrew's Introduction

ResearchNET

# Automated Research Article Generation with CrewAI

This project demonstrates how to automate the generation of a scientific article using CrewAI, a framework for orchestrating multi-agent AI collaboration.

Key Features:

  • AI-Powered Research and Writing: Leverages multiple AI agents with distinct roles to conduct research, gather information, and craft a comprehensive article.
  • Collaborative AI Workflow: Employs CrewAI to coordinate the agents' efforts, ensuring a cohesive and efficient process.
  • Customizable Topic Selection: Allows users to specify the desired research topic, enabling tailored content creation.
  • Integrated Research and Writing Tools: Utilizes external tools like Google Custom Search and text scraping capabilities for comprehensive data retrieval.
  • Scientific Writing Style: Generates articles in a concise, academic writing style, incorporating citations and a bibliography.

Getting Started:

  1. Install required libraries:
    pip install crewai langchain langchain-openai dotenv
  2. Create a .env file and add your API Information.
  3. Run the project:
    python main.py
  4. Enter the desired research topic when prompted.

Workflow:

  1. Researcher Agent:
    • Generates relevant keywords for the specified topic.
    • Conducts a literature search using Google Custom Search.
  2. Scraper Agent:
    • Scrapes text from the provided links using a custom scraping tool.
  3. Writer Agent:
    • Retrieves the scraped text.
    • Composes a detailed scientific article with citations and a bibliography.
    • Formats the article in Markdown.

Output:

The project prints the generated article to the console.

researchcrew's People

Stargazers

 avatar BrunoRealities avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.