iosdevted / twitter-hashtag-analytics

Using the Twitter API, this app examines the search term entered and shows people's perception of the search term by an emoticon in real-time.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🤔 Twitter Hashtag Analytics

Using the Twitter API, this app examines the search term entered and shows people's perception of the search term by an emoticon in real-time. This app is based on the data which classifies text according to set {Pos, Neg, Neutral}.

Features

  • CoreML & NLP (Natural language processing).
  • Created the mlmode by using apple's CreatML.
  • Simplified the JSON code by SwiftyJSON.
  • Twitter's API & Swifter.
  • Clean, scalable and maintainable code.

How to run a demo app

  1. Download the source code by cloning this repository
  2. Sign up for the Twitter development site and get your own API Key.
  3. Open the xcodeproj file with the latest version of Xcode and paste your API Key.

About

Using the Twitter API, this app examines the search term entered and shows people's perception of the search term by an emoticon in real-time.

License:MIT License


Languages

Language:Swift 100.0%