--- 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