AMMCOAriaUniversal / memorAi

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Dart 74.2%Language:Python 13.0%Language:HTML 12.6%Language:Kotlin 0.1%