A convenient mobile app using LLMs to summarize sample conversation history.
Requirements:
- Flutter SDK
- Android emulator
To run this app:
- Execute the backend server by running
python flask_app/app.py - Open the android emulator and launch a new emulator instance (can be done via VSCode)
- If you are using VSCode, you can run the app by navigating to
/mobile/lib/main.dartand running the app in the IDE. If you are not using VSCode, first runflutter devicesto get the device ID of your android emulator. Then, runflutter run -d [emulator_id]