Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lkhphuc/slack-visual-summary

Using Machine Learning to create a visual summary for Slack channels.
https://github.com/lkhphuc/slack-visual-summary

Last synced: 5 days ago
JSON representation

Using Machine Learning to create a visual summary for Slack channels.

Awesome Lists containing this project

README

        

# slack-visual-summary
Using Machine Learning to create a visual summary for Slack channels.

![preview](media/visually.png)

## Google slide about project
[![slide](media/slide.png)](https://docs.google.com/presentation/d/1mQObMleOFzaXWg7cu0K7-9UPR1gbQV9drxPymNLH88M/edit?usp=sharing)

## Sentences Clustering
The Machine Learning model in **sent2vec-ver2** folder turns sentences in a messages into a sentence-embeddings and extract other sentence's features.
The model need the file : https://drive.google.com/open?id=0BxO5mNtEpj_gZ2YtSFFOcG9SSXc

## Slack's Slash command
The Slack's Slash command interface is hosted in AWS Lambda function.
Each file/folder in **aws-lambda** is a AWS Lambda function.

## Website to visually summarize the conversations
In **website** model.