| --- |
| title: Voice Journal |
| emoji: ποΈ |
| colorFrom: green |
| colorTo: gray |
| sdk: gradio |
| sdk_version: 4.44.0 |
| app_file: app.py |
| pinned: true |
| license: mit |
| --- |
| |
| # ποΈ Voice Journal |
|
|
| **Speak your day. Get it reflected back.** |
|
|
| A voice journaling app built for the [Build Small Hackathon](https://huggingface.co/build-small-hackathon). |
|
|
| Record a voice note about anything β how your day went, what's on your mind, something that happened. |
| A small AI model listens and gently reflects it back to you with a mood summary, a pattern it noticed, and a question to sit with. |
|
|
| ## How it works |
|
|
| 1. Click the microphone and record your journal entry |
| 2. Hit **Reflect β** |
| 3. Read your transcription and the reflection |
|
|
| ## Stack |
|
|
| - **Whisper base** (~140M params) β transcription |
| - **Qwen2.5-7B-Instruct** β reflection |
| - **Gradio** β UI |
| - No cloud APIs β everything runs on the Space hardware |
|
|