Group = C241-PS061
Member =
β’ (ML) M281D4KX3241 β Tasya Ade Amelia
β’ (ML) M129D4KX2350 β Eka Sulistyaningsih
β’ (ML) M004D4KY2039 β Royhan Nurisalam
Teran App is an application designed to help college students manage stress by providing resources and tools for stress detection and management. The app features a machine learning algorithm to assess stress levels π, articles on stress management π, and a networking platform for users to share their experiences π£οΈ. It is built using various technologies, including TensorFlow π§ , Firebase for cloud integration βοΈ, and a user-friendly interface designed with material components π.
Our dataset include 3 type of stress (anxiety, depressed, panicking) in Indonesia and total dataset is 500 data.
The data processing steps we follow include loading the dataset, performing label encoding on categorical variables, separating the dataset into features and labels, and splitting the data into training and testing sets.
We use a Neural Network model with TensorFlow and Keras for training data and create layer model (dense layer and dropout layer). We achieved an accuracy of > 99% for students stress detection and saved the model with keras model h5.
After model already, we use tensorflow lite to convert the model and ready deploy to Android Studio.