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 an chatbot service leveraging the wit.ai platform for easier conversation between the patient and memorAi. The chatbot helps schedule tasks,remind medicines and records sentiments of the patient. More to be disclosed soon ;)
memorAi is flutter application that interacts with a flask backend.
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/ To test the chatbot go to: https://memorai.herokuapp.com/test
To view the app demo go to: https://youtu.be/VaIxt_ZYBwo