kaixxx / noScribe

Cutting edge AI technology for automated audio transcription. A nice GUI for OpenAIs Whisper and pyannote (speaker identification)
GNU General Public License v3.0
482 stars 99 forks source link

Find and Replace in Editor #96

Open Lod3 opened 1 month ago

Lod3 commented 1 month ago

Currently, using NoScribe (with WhisperV2 ) to transcribe our IIF meetings , the word IIIF is transcribed as AAAF.
On a side note when testing Whisper V3 mentiones of IIIF are correctly transcribed. Regardless if NoScribe should use Whisper V2 or V3, a find and replace function in the editing menu would be very useful to quickly replace wrongly transcribed words that appear multiple times.

noScribeEdit_9Tdw4bO1oX

Thank you, <3 NoScribe

kaixxx commented 1 month ago

Yes, implementing find and replace in the noScribe editor was already in the back of my mind too, good suggestion.

You can, however, also try something else, in case you want to have 'IIIF' transcribed correctly in the future:

I hope that this is going to resolve your issue. Make sure, however, to also check later passages in your transcript. Sometimes the AI forgets the initial prompt after a while.

gernophil commented 1 month ago

As a workaround, shouldn't it be possible to open the html file with any text editor and replace all AAAF with IIIF. I'd say the chances of destroying the html code by doing this are nearly 0.

Lod3 commented 1 month ago

@gernophil, but then you would lose the the audio playback functionality no?

gernophil commented 1 month ago

I would need to check tomorrow, but I don't think you will. Edit the html in a plain text editor, safe it and then open it again noScribeEditor.