Email: [email protected]
A diary application that analyzes entries based on sentiment analysis, helping users track and understand their emotional states over time.
Public API: The application utilizes a publicly accessible sentiment analysis API, hosted on a private cloud. For more details, please visit the GitHub.
- Download the latest APK from the Releases page.
- Enable installation from unknown sources in your device settings.
- Install the APK file on your Android device.
Before you begin, ensure that you have the following dependencies installed on your local machine:
- Flutter SDK: Download Flutter SDK
For Android applications, you’ll also need:
- Java 17: Download Java 17
- Android SDK: Download Android SDK
To install all the necessary packages and build the app, run the following commands:
flutter packages get
flutter build apk