https://github.com/avinash-vk/memorai
A mobile application to help ease the lives of alzheimers patients
https://github.com/avinash-vk/memorai
azure chatbot firebase flask flutter heroku witai
Last synced: 11 months ago
JSON representation
A mobile application to help ease the lives of alzheimers patients
- Host: GitHub
- URL: https://github.com/avinash-vk/memorai
- Owner: avinash-vk
- Created: 2020-06-15T15:38:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T10:57:12.000Z (over 3 years ago)
- Last Synced: 2025-04-14T03:38:44.124Z (about 1 year ago)
- Topics: azure, chatbot, firebase, flask, flutter, heroku, witai
- Language: Dart
- Homepage:
- Size: 47.7 MB
- Stars: 2
- Watchers: 1
- Forks: 4
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 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.
## Setup
**Clone the repo and navigate to it**
```bash
git clone https://github.com/avinash-vk/memorAi.git
cd memorAi
```
**To run the flutter app:**
Download [flutter](https://flutter.dev/docs/get-started/install) and follow the setup instructions.
After that from the root directory:
```bash
cd frontend
flutter run
```
**To run the flask backend**
- Download [pip](https://pip.pypa.io/en/stable/installing/)
- Download [python 3](https://www.python.org/downloads/)
- Create and activate your virtual environment
- Update config.py
- From the root directory run:
```bash
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