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

This branch is 5 commits ahead of avinash-vk/memorAi:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

08d5652 · Mar 26, 2021

History

92 Commits
Jul 1, 2020
Jul 1, 2020
Jul 1, 2020
Jul 1, 2020
Jul 2, 2020
Jul 1, 2020
Mar 26, 2021
Jun 16, 2020
Jul 14, 2020
Jul 1, 2020
Jul 1, 2020
Jul 1, 2020
Jun 30, 2020
Jun 29, 2020

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%