• Stars
    star
    3
  • Rank 3,944,066 (Top 79 %)
  • Language
    Python
  • Created almost 5 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This project aims to develop a news event detection framework that will detect newsworthy events from tweets and generate headlines from them. We will first pass the tweets through threshold based clustering techniques to cluster tweets corresponding to a certain event based on their similarity, retweet map and Links. Finally, we will use those clusters to topic categorize the events and then generate headlines for that event using ML summarization techniques.