🏆 I am thrilled to announce that this project won the Best AI Tool Innovation Award at the Ready Tensor AI Project Showcase Competition 2024! 🪷
💡 Best AI Tool Innovation:
👉🏻 View the publication on the Ready Tensor SumBot FreeCode.
👉🏻 SumBot FreeCode by Fabiana Campanari.
https://github.com/user-attachments/assets/12d1bdde-f3c9-4651-9060-091da3b3dd23
SumBot FreeCode is an AI-powered chatbot, integrated with GPT-3.5 Turbo**, designed to summarize long messages and deliver concise information. This project was developed by Fabiana Campanari for the AI Project Showcase Competition 2024 organized by Ready Tensor AI.
For more information and access to the project, visit:
GitHub: SumBot FreeCode
Ready Tensor AI : SumBot FreeCode.
## 🔭๋ Table of Contents
Welcome to SumBot FreeCode, an AI-powered chatbot that transforms long texts into concise summaries, making communication more efficient. Developed with GPT-3.5 Turbo and integrated with platforms like Slack, it’s the perfect tool for managing information overload, whether in business settings or academic environments.
The purpose of SumBot FreeCode is simple: manage information overload. By summarizing long texts automatically, it saves time and increases productivity across various platforms, from business reports to academic papers.
Imagine having a personal assistant that condenses overwhelming amounts of information into manageable summaries. That’s the vision behind SumBot—to simplify workflows by summarizing messages in Slack with a single emoji, such as the :bowtie: bowtie, making communication more streamlined.
In a world overflowing with information, SumBot helps you cut through the noise by efficiently summarizing lengthy texts. By leveraging OpenAI, Slack, and Zapier, it provides a simple yet powerful solution to improve productivity and communication without requiring any programming knowledge.
Although SumBot FreeCode is designed to be a real-use solution without the need for direct coding, you may include a requirements.txt
file and a python-run.py
script if you wish to use Python for managing integration or running automations in your project.
To set up SumBot FreeCode, follow these steps:
git clone https://github.com/Mindful-AI-Assistants/SumBot.git
cd SumBot-ReadyTensorAI-Hackaton
pip install -r requirements.txt
export OPENAI_API_KEY='your_openai_api_key_here'
export SLACK_BOT_TOKEN='your_slack_bot_token_here'
python-run.py
To use SumBot FreeCode:
Example:
https://github.com/user-attachments/assets/971147f2-5de1-46f7-ba56-e4ef1bfae29b
https://github.com/user-attachments/assets/732e5bfe-fe61-4502-acd2-41e7bbaa4337
https://github.com/user-attachments/assets/9b407fcd-0835-492f-a6c6-c48e1f384586
https://github.com/user-attachments/assets/5fc934b1-200d-4f5b-a1f7-52f3e792d31b
5- :clapper: Extra Demo 5: Extra tools that can be integrated with OpenAI on Zapier
https://github.com/user-attachments/assets/c08948fb-4bbd-4d0c-a514-879a2274568f
6- :clapper: Extra Demo 6: Building the integration of Slack with ChatGpT and return a summary response in the Slack thread every time someone uses a reaction with the bowtie emoji
https://github.com/user-attachments/assets/d932be41-2ebb-4f21-8687-3ced710ee10b
Contributions are welcome! Here’s how to contribute:
git clone https://github.com/Mindful-AI-Assistants/SumBot.git
git checkout -b feature/YourFeature
git commit -m 'Add new feature'
git push origin feature/YourFeature
gh pr create --fill
We are committed to fostering an open and welcoming environment. Please take a moment to review our Code of Conduct to ensure that we can maintain a healthy and inclusive community.
By participating in this project, you agree to adhere to the standards outlined in the Code of Conduct.
(🌸❛ ֊ ❛„)♡
For more information and access to the project, visit:
-The GitHub repository:SumBot FreeCode
Back to top
## Main Theoretical Reference
✍️ * RAJ, S. Building Chatbots with Python. São Paulo: Novatec, 2020.
✍️ * NG, A. Machine Learning Yearning: Technical Strategy for AI Engineers, In the Era of Deep Learning. 2018. Available at: https://www.mlyearning.org.
#
######
[Copyright 2024 Mindful AI Assistants. Code released under the MIT license.](https://github.com/Mindful-AI-Assistants/SumBot-FreeCode/blob/ed50e73edbc89242bfb21dbf16aef236e1ec9d1f/LICENSE)