We are designing a platform where every individual can come, and write their daily journal about what they feel? Their goals for the day, what are the things they are grateful for? daily logs, etc. In the input journal, we'll be applying sentiment analysis and predict, how was their day? Was it happy😄 or sad😔 and calculate the happiness score. Based on their happiness score, we'll be allocating them coins. If they have a high happiness score, they'll get more coins
Frameworks and kits used in this project:
For complete setup follow the steps:
This app is completely developed using Flutter open source SDK v2.2
-
Clone this repo
git clone https://github.com/your_username_/Project-Name.git
-
Using
flutter pub get
fetch all the dependencies required here. -
Install the required libraries for tensorflow lite in the project folder.
chmod +x requirements.sh ./requirements.sh
- Run the flutter app in either in run mode or debug mode using
flutter run --debug
orflutter run
respectively.