Skip to content

It's an application for generating text of the audio file with SpeechRecgonition

License

Notifications You must be signed in to change notification settings

kaka-lin/audio-recognition-app

Repository files navigation

Audio Recognition

Generating text of the audio file.

Requirements

Install

  1. Python packages

    $ pip3 install -r requirements.txt
  2. ffmpeg

    # Ubuntu
    $ sudo apt install ffmpeg
    
    # Mac
    $ brew install ffmpeg

    For Windows, you can refer to this website: ffmpeg install

Usage

Using through command line interface (CLI)

  • For WAV File

    $ python audio_recognition.py -f <wav file>
  • For MP3 File

    We need to convert mp3 to wav, so we need to use -c argument.

    $ python audio_recognition.py -f <mp3 file> -c

Using through web application (made with Gradio)

$ python3 audio_recognition_app.py

About

It's an application for generating text of the audio file with SpeechRecgonition

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages