An Android app that utilizes Microsoft Azure Face API and Google Map API to support people with Alzheimer's to maintain memories of loved ones and stay safe.
15 million American's have Alzheimer's disease. Our Android app is a personalized assistant for these individuals, allowing them to maintain their memory in the short and long-term with additional features for safety.
We understand that Alzheimer's patients experience personal frustration when they fail to recognize loved ones. We used Azure's Face API to help with this. To increase safety, we used the Google Map API with pre-set home location, with one click, they will be shown the way home.
Our primary goal is to provide enable individuals, with Alzheimer's, with what they need to become more integrated in society.
-
Navigate to the
/BackEnd
folder on the terminal -
Install pip requirements using the following command
pip install -r requirements.txt
-
Run asynchronous server using the following command
python run
-
Open your code editor or IDE of choice. Visual Code and Android Studio are good choices
-
Navigate to the
/FrontEnd
folder -
Ensure you have a compatable device connected
-
If you are using a text editor, enter
flutter run
with the device connected to run the project