Skip to content
#

machine-learning-engineering

Here are 24 public repositories matching this topic...

The project comprises a real-time tweets data pipeline, a sentimental analysis of the tweets module, and a Slack bot to post the tweets' sentiments. The project uses SentimentIntensityAnalyzer from the VaderSentiment library. The analyzer gives positive, negative, and compound scores for small texts (such as tweets in this case). The real-time data pipeline flow is as follows: 1.Tweets are collected and stored in a database. 2.The sentiment of the tweets is analyzed. 3.The tweet sentiment is posted on a Slack channel using a Slack bot.

  • Updated Jun 10, 2022
  • Python

Improve this page

Add a description, image, and links to the machine-learning-engineering topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the machine-learning-engineering topic, visit your repo's landing page and select "manage topics."

Learn more