Reference no: EM133649688
Minder
A memory support app for short-term memory loss individuals, using video recording and transcription for personalized memory aids. Reminds and revisit crucial moments effortlessly."
Table of Contents
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [Development](#development)
- [License](#license)
Getting Started
Before you can run and use this Flutter app, make sure you have the following software and tools installed.
Prerequisites
List any software or tools that users need to install before using your app.
1. Visual Studio Code (VS Code):
- We recommend using Visual Studio Code as the integrated development environment (IDE) for working with Flutter.
2. Flutter SDK:
- The app is built using Dart with Flutter. Make sure you have Flutter SDK installed.
3. Dart SDK:
- Dart is the programming language used with Flutter. It is included with the Flutter SDK, so you don't need to install it separately.
4. External APIs:
- The app utilizes external APIs for conversation analysis (Chat GPT) and transcription (Wispher).
5. AWS Account:
- For cloud-based storage, we use AWS (Amazon Web Services). You'll need an AWS account to set up and configure cloud storage functionalities.
Installation
Follow these steps to set up and run the app:
1. Clone the repository to your local machine:
```bash
cd minder
flutter pub get
flutter run
We would like to you use dart and flutter in visual studio code to code. The screen should be able to navigate from one screen to the next.