mohanedy / Tweetect

๐Ÿ˜„๐Ÿ˜๐Ÿ˜ก iOS App that uses CoreML and Twitter API to perform sentiment analysis on tweets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

Tweetect

If you like the project, please give it a star โญ It will show the creator your appreciation and help others to discover the repo.

Know How People Feel About Anything From Their Tweets
Tweetect is an iOS App that uses CoreML and Twitter API to perform sentiment analysis on tweets

Report bug ยท Request feature

Platform Language Framework License

โœ๏ธQuick start

This app require Twitter API key and API Secret Key in order to run. you can sign-up for twitter developer account from here

  • To add your API Key and API Secret Key you need to assign these constants with your API key values the code located in Main/Constant.swift :
 static let APISecretKey = "YOUR_API_SECRET_KEY"
 static let APIKey = "YOUR_API_KEY"

Now you can run it!

The model used for setiment analysis is based on this dataset

๐ŸŒŸ This App Uses

๐ŸŒŸ Uses
Delegate Design Pattern
CoreML Framework
Swifter framework to get tweets from Twitter API
SDWebImage to load users profile images

and a lot more ๐Ÿ˜Š ...

๐Ÿ“ฑ Screenshots

Preview  Home Screen   Flower1  Flower2  

โœ”๏ธ Requirements

  • iOS 10.0+
  • Xcode 11.3.1

โ„น Creator

Mohaned Yossry

๐Ÿ›ก๏ธ Copyright and license

Code and documentation copyright 2020 the authors. Code released under the MIT License.

Enjoy

About

๐Ÿ˜„๐Ÿ˜๐Ÿ˜ก iOS App that uses CoreML and Twitter API to perform sentiment analysis on tweets


Languages

Language:Swift 97.8%Language:Ruby 2.2%