# ReMe
**Repository Path**: mirrors_microsoft/ReMe
## Basic Information
- **Project Name**: ReMe
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: frontend
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-04-04
- **Last Updated**: 2025-04-05
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
ReMe: Personalized Cognitive Training Framework
## π Introduction
With the emergence of new capabilities in ambient sensing technology and Large Language Models, we were inspired to create **ReMe**, a personalized cognitive training framework designed to create AI chatbots that facilitate personalized cognitive training. It has the potential to be highly beneficial in the area of cognitive health, such as in the prevention and early intervention of Alzheimerβs disease.
## π Quick start
### π οΈ setup Backend Service
```
In backend folder:
1. Install the required dependencies
pip install -r requirements.txt
2. Initialize the database
python manage.py init_db
python manage.py seed_db
3. Configure environment variables in `.env` file, follow the `.env.template` file
4. Run flask app for ReMe backend
python app/run.py
5. Test the API
python test/api_test.py
```
### π Setup Frontend Service
```
In frontend folder:
1. Install dependencies using npm
npm install
2. Set .env.development
3. Start the development server
npm run dev
```
More details can be found in the [backend docs](backend/Readme_ReMe_Backend.md) and [frontend docs](frontend/README.md).
## π± Cognitive Training Puzzle Demos
Training case: Life Recall |
Training case: Word Guess |
 |
 |
## π Paper
```
@article{wang2024potential,
title={The Potential and Value of AI Chatbot in Personalized Cognitive Training},
author={Wang, Zilong and Chen, Nan and Qiu, Luna K and Yue, Ling and Guo, Geli and Ou, Yang and Jiang, Shiqi and Yang, Yuqing and Qiu, Lili},
journal={arXiv preprint arXiv:2410.19733},
year={2024}
}
```
## π€ Contributing
We welcome research collaborations on the application of LLM chatbots in the healthcare field, especially in the area of cognitive training. If you are interested in using this framework to explore human-computer interaction, training, and testing methods in various scenarios, please feel free to contact us.
## βοΈ Disclaimer
ReMe was developed for research and experimental purposes with usability assessment involving only participants without cognitive impairments Further testing and validation are needed before considering its application in commercial or real-world scenarios.
ReMe does not provide medical or clinical opinions and is not designed to replace the role of qualified medical professionals in appropriately identifying, assessing diagnosing or managing medical conditions.
Further details
- [Transparency Document](TRANSPARENCY_DOCUMENT.md)
- [License](LICENSE)
- [SUPPORT](SUPPORT.md)