🎙️ Convert your daily voice notes to a digital diary using Whisper or Wav2Vec!
- Upload audio (.wav, .mp3, etc.)
- Transcribe using Whisper or Wav2Vec2
- Store text entries with timestamps
- Simple web UI
pip install -r requirements.txt
uvicorn app.main:app --reloaddocker build -t voice-diary .
docker run -p 8000:8000 voice-diaryVisit http://localhost:8000