Android sentiment analysis app with TensorFlow. Emotional classification on text. MEZES AI project, code on GitHub.
A mobile app that analyses the emotional tone of text and displays results in a simple, visual way.
Understanding sentiment behind written messages is useful for customer support, feedback analysis or content moderation. We needed a concrete, fast and understandable demo.
We trained a classification model on Android with TensorFlow, integrated into a simple interface where users enter text and get detected emotions with their scores.
The project shows how to go from an AI use case to a testable mobile app with results anyone can read.