sidharthanup / Audio-Analyzer-and-Transcription-Tool

End to end information extraction from audio input.
MIT License
0 stars 2 forks source link

Using wav2vec2 with audio #3

Closed mnchase closed 5 months ago

mnchase commented 6 months ago

Simple implementation of wav2vec2 leads to relatively poor transcription. Try different audio data files as well as look deeper into the built-in models to see if there are better options.

More thorough comparison of noisy vs clean audio.

mnchase commented 5 months ago

Finished