Summarize It!
Summarize it is a chat summarizer plugin for instant messaging applications. It summarizes the large content of chat logs which enables users to quickly understand the current context of the conversation. Currently Summarize it works on top of Slack as its plugin.
Installing Summarize It plugin for your slack
- Create a token for your team
https://api.slack.com/web
- Clone/fork this repository and create a file "config.py" like so:
keys = { "slack": "your-token-here" }
- Deploy the app at heroku/IBM bluemix etc.
- Visit
https://<your-team-name>.slack.com/services/new/slash-commands
- Enter the command name you wish to use
- Enter the request url as
<your-deployed-app-url>/slack
Using Summarize It plugin with slack
Type /your-command to initiate the plugin. The plugin will automatically summarize the above chat contents and display the summary.
Screenshots
Hackathon Discussion
Meeting Discussion
Authors and Contributors
Yask Srivastava (Developer), Ketan Bhatt (Developer), Pranu Sarna (Developer) and Vinayak Mehta (Data Scientist).
Support or Contact
Having trouble with summarize it? Create an issue in the repository GitHub Repo.