Skip to content

An iOS app to tell us about the current sentiment of a keyword on Twitter.

Notifications You must be signed in to change notification settings

shubham101096/Tweetimental

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweetimental

An iOS app to tell us about the current sentiment of a keyword on Twitter.

  1. I have used the dataset from Kaggle website (https://www.kaggle.com/crowdflower/twitter-airline-sentiment) to train my model using CreateML.
  2. The I imported the ml model into my Xcode project.
  3. The user types a keyword for which he wants to know the current sentiment. The latest tweets containing that keyword are fetched from Twitter using its API.
  4. Then all the tweets are classified into 3 categories: positive, negative and neutral using CoreML. Based on the number of tweets in each category, an emoji is displayed to the user.

Screenshots from the app:

About

An iOS app to tell us about the current sentiment of a keyword on Twitter.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published