LuluW8071 / ASR-with-Speech-Sentiment-and-Text-Summarizer

Automatic Speech Recognition using Conformer with Speech Sentiment Analysis & Text Summarizer
GNU General Public License v3.0
4 stars 2 forks source link

Custom Script using FFMpeg and train-test split #5

Closed LuluW8071 closed 3 months ago

LuluW8071 commented 4 months ago

A custom script to convert lossy MP3 data to lossless WAV format and splitting them into train and test via JSON format

[
    {   
        "key": "/path/to/audio/speech.wav", 
        "text": "This is a sentence of converted speech audio."
    },
    ...
]
LuluW8071 commented 3 months ago