19 lines
749 B
JSON
19 lines
749 B
JSON
{
|
|
"$schema": "../schema.json",
|
|
"name": "Transcribe",
|
|
"id": "transcribe",
|
|
"available": true,
|
|
"short_desc": "Voice transcription PWA with local Whisper AI and Web Speech API",
|
|
"author": "Jeff Emmett",
|
|
"port": 3000,
|
|
"categories": ["utilities", "media"],
|
|
"description": "A progressive web app for voice transcription featuring both browser-native Web Speech API (fast, requires internet) and local Whisper AI model (works offline). Perfect for transcribing meetings, notes, and dictation.",
|
|
"tipiVersion": 1,
|
|
"version": "1.0.0",
|
|
"source": "https://github.com/jeffemmett/transcribe-app",
|
|
"website": "https://transcribe.jeffemmett.com",
|
|
"exposable": true,
|
|
"supported_architectures": ["arm64", "amd64"],
|
|
"form_fields": []
|
|
}
|