From 095d20733bb9c199f0acb2b62b47e8b6b87c3da1 Mon Sep 17 00:00:00 2001 From: Fabiana Campanari Date: Thu, 26 Oct 2023 04:08:39 -0300 Subject: [PATCH] sumbot.rb added sumbot.rb Signed-off-by: Fabiana Campanari --- sumbot.rb | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 sumbot.rb diff --git a/sumbot.rb b/sumbot.rb new file mode 100644 index 0000000..6d0761b --- /dev/null +++ b/sumbot.rb @@ -0,0 +1,44 @@ +puts "

SumBot - Free Code

+ +

AI-Powered ChatBot with GPT integration.

+ +

This is a project that leverages Artificial Intelligence (AI) in the business sector. It was created specifically for the Project and Startup Competition promoted by the International Business School Americas (IBS Americas). This initiative is a collaborative effort with various universities and foundations, both public and private, from Europe and the United States. The project reveals the activities related to the competition, which centers on projects and startups utilizing AI.

+ +

Why SumBot?

+ +

In today's world of information overload, we are often bombarded with lengthy texts and messages. What if there was a solution to this problem that didn't require programming skills? +We introduce SumBot, a tool that automates the task of summarizing long messages for you. And the best part is, you don't need to be a programmer to use it. This project utilizes three essential tools: the OpenAI API, Slack (where our bot resides), and Zapier for integration.

+ +

How It Works:

+ +
    +
  1. OpenAI API: This is the brain of our bot. We will use the OpenAI API to harness the power of the GPT model, an artificial intelligence that excels at understanding and generating text.
  2. +
  3. Slack: This is the environment where our bot will reside. Slack is a communication platform that enables the creation and use of bots.
  4. +
  5. Zapier: This is the tool that will integrate Slack with the OpenAI API. Zapier is an automation tool that allows you to create workflows between different platforms.
  6. +
+ +

Who Is It For?

+ + + +

These are just a few examples; SumBot has the potential to be useful in many other scenarios!

+ +

Advantages of SumBot:

+ +

The use of SumBot or a similar chatbot employing Artificial Intelligence to summarize messages or information can offer several advantages, including:

+ +
    +
  1. :hourglass: Time Savings: One of the most significant advantages is time savings. SumBot can quickly analyze and summarize extensive messages or documents, saving users the effort of reading and comprehending the complete content.
  2. +
  3. :mag_right: Quick Access to Relevant Information: Helps users access relevant and critical information without the need to go through large volumes of text.
  4. +
  5. :rocket: Improved Productivity: The ability to obtain information summaries helps improve productivity, as users can focus on the most important and relevant content.
  6. +
  7. :inbox_tray: Information Overload Management: In a world with constant information overload, SumBot provides a solution for managing and filtering information, making it more manageable.
  8. +
" \ No newline at end of file