CoolFace
Apppublic

blkrabbit/urltranscribe

sourceHugging Faceupdated 2y agoView on Hugging Face
1likes
App README

Multi-Source Audio Transcription with Faster Whisper

This application transcribes audio from multiple sources using Faster Whisper v3 turbo int8, providing a flexible and powerful transcription solution.

Features

  • —Transcribe audio from various sources:
  • —Uploaded audio files
  • —Direct URLs to MP3 files
  • —YouTube video URLs
  • —Utilizes the latest GitHub version of Faster Whisper for optimal performance
  • —Adjustable batch size for performance tuning
  • —Provides detailed metrics including transcription time and real-time factor

How to Use

  1. 1.Enter the source of your audio:
  2. 2.Path to a local audio file
  3. 3.URL of an MP3 file
  4. 4.URL of a YouTube video
  5. 5.Adjust the batch size if desired (default is 16)
  6. 6.Click 'Submit' to start the transcription process

Output

The application will provide:

  • —A full transcription of the audio
  • —Detected language and confidence
  • —Duration of the audio
  • —Transcription time and real-time factor
  • —File size of the processed audio

Note

This application is a prototype and may be subject to further improvements and optimizations. Performance may vary based on the input source and the processing capabilities of the hosting environment.

Feedback and Contributions

I welcome feedback and contributions to improve this transcription tool.