Activity
Update paths to work on all platforms
Update paths to work on all platforms
Add unit tests for data preprocess.py and app.py
Add unit tests for data preprocess.py and app.py
Add /week_mood_percentages route and fix the queries to use localtime
Add /week_mood_percentages route and fix the queries to use localtime
Return the frequency of suicidal texts received on the current day as…
Return the frequency of suicidal texts received on the current day as…
Add emoji to text conversion while preprocessing
Add emoji to text conversion while preprocessing
Modify /recent-text-activity function to return None when no data is …
Modify /recent-text-activity function to return None when no data is …
Modify function to return None when no data is available
Modify function to return None when no data is available
Fix SQL query to order results by record timestamp and count
Fix SQL query to order results by record timestamp and count
Add /today_mood_percentages route to retrieve mood percentages
Add /today_mood_percentages route to retrieve mood percentages
Fix response and order of the SQL query
Fix response and order of the SQL query
Add /recent-text-activity route to retrieve the latest typing actvity
Add /recent-text-activity route to retrieve the latest typing actvity
Add /today-mood route to retrieve the mood of the day
Add /today-mood route to retrieve the mood of the day
Add check for model file existence
Add check for model file existence