This is an application built as a part of my Software Engineering course. It explores the concept of sentimental analysis with the help of Twitter.
- A user is welcomed to an onboarding screen where he or she registers their details which are securely committed onto the firestore database provided by Google.
- Once they are registered, they come to the main screen of the application. They can enter any text onto the textfield presented.
- On clicking continue, they are presented with a sentimental score based on tweets containing the text they sent.
- A Twitter API for searching and fetching tweets based on the text they sent is implemented. These tweets are processed through an mlmodel which predicts their sentimental score.
- The users can view their past records in the Past Records page.
- They can sign out and sign in with their account.
- Onboarding Screen
- Main Screen
- Emoji-based response
- Past Records View
- Once they sign out, they can login using the Login View