This app allows users who experienced the loss of a loved one to connect with others who went through a similar experience. Users enter information about their experience and then are matched anonomously in a live chat with someone else.
This folder contains the android studio portion of the app. To run this, navigate to MainActivity.java in Android Studio and hit play to see how the app appears on an Android Device.
This contains code for the back end of the app. It uses the nearest neighbor algorithm to find close matches between users. This then connects to a Flask database and sends the matches back over to the front end.