Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 872 Bytes

File metadata and controls

17 lines (10 loc) · 872 Bytes

TrendzMap

This Project shows real-time trending Hashtags in the world over Twitter.

It was developed during Big Data Hackathon in ABES College.

It also aims to classify the trending hashtag as sexist/racist/none.

  • This project is reverse engineering replication of Twitter Trends with ML capabilities in terms of hashtags.
  • It uses Apche Kafka for ingesting the tweets. Apche Spark for proecessing and applying machine learning.
  • ML algo used is naive bayes.