Skip to content

An app developed for patients suffering from Alzheimer's to help keep track of day to day activities.

License

Notifications You must be signed in to change notification settings

praatibhsurana/memorAi

 
 

Repository files navigation

memorAi

memorAi is an application aimed at helping individuals diagnosed with alzheimers disease. The app helps patients keep track of their tasks,medicines,close family friends and relatives. The app has a chatbot service leveraging the wit.ai platform for easier conversation between the patient and memorAi. The chatbot helps schedule tasks, remind the patient about medicines and records sentiments of the patient.

memorAi is flutter application that interacts with a flask backend.

Setup

Clone the repo and navigate to it

git clone https://github.com/avinash-vk/memorAi.git
cd memorAi

To run the flutter app: Download flutter and follow the setup instructions. After that from the root directory:

cd frontend
flutter run

To run the flask backend

  • Download pip
  • Download python 3
  • Create and activate your virtual environment
  • Update config.py
  • From the root directory run:
    pip install -r requirements.txt
    flask run
  • navigate to 127.0.0.1:5000 and your app should be running there.

Get the app : https://memorai.herokuapp.com/ Note: Testing the chatbot on the website may give some errors, we request you to download the apk if feasible. Thanks!

To view the app demo go to: https://youtu.be/VaIxt_ZYBwo

About

An app developed for patients suffering from Alzheimer's to help keep track of day to day activities.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 74.3%
  • Python 13.0%
  • HTML 12.6%
  • Kotlin 0.1%