ArijitMishra's picture
Upload 2 files
b0e108e verified
|
Raw
History Blame Contribute Delete
887 Bytes

A newer version of the Gradio SDK is available: 6.19.0

Upgrade
metadata
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.

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