From 788dba930bd5703f98273fa5578e48995a3a6a05 Mon Sep 17 00:00:00 2001 From: Son Nguyen Date: Sat, 28 Sep 2024 00:13:49 -0400 Subject: [PATCH] Finished React Frontend --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5f9e90b..4214c49 100644 --- a/README.md +++ b/README.md @@ -450,6 +450,13 @@ The emotion detection models are used to analyze user inputs and provide real-ti The models are integrated into the backend API services to provide real-time emotion detection and music recommendations for users. +**Note**: The models must be trained first before using them in the backend services. Ensure that the models are trained and placed in the `models` directory before running the backend server. Refer to the (Getting Started)[#getting-started] section for more details. + +

+ AI/ML Models + Examples of training the text emotion model. +

+ ## **Mobile App Version** There is also a mobile version of the Moodify app built using React Native and Expo. You can find the mobile app in the `mobile` directory.