Skip to content

moonadesign/talkdrop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TalkDrop

A simple web application that transcribes audio files using AssemblyAI's transcription service.

Features

  • Drag and drop interface for audio files
  • Real-time status updates
  • Persistent history of transcriptions using IndexedDB
  • Clean, minimal UI

Usage

  1. Open the application in a web browser
  2. Drag and drop any audio file onto the page
  3. Wait for the transcription to complete
  4. View your transcription history below the drop zone

Technical Details

  • Uses AssemblyAI's API for audio transcription
  • Stores transcription history in IndexedDB
  • Built with vanilla JavaScript, HTML, and CSS
  • No build process required - runs directly in the browser

Getting Started

  1. Clone this repository
  2. Replace the AssemblyAI API key in script.js with your own
  3. Open index.html in a web browser

Note

This application requires a modern web browser with support for:

  • IndexedDB
  • Drag and Drop API
  • Fetch API
  • Async/Await

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published