street-lab-tech / street-whisper-app

STREET Lab Whisper App - a tool that transcribes and translates audio files into CSV files.
MIT License
2 stars 0 forks source link

Implementing dual transcription + translation features #11

Closed carmen-chau closed 4 months ago

carmen-chau commented 4 months ago

PR fix for issues: #9, #16

Status: Completed rough implementation of #9, #16

More details regarding #9: Implemented a new method called writing_comb_res_to_csv that takes the lists from transcription and translation results. It creates a new list that combines the transcription and translation results.

Note: If the amount of content from transcription and translation is NOT THE SAME, then for some fields, you would see the string "N/A" displayed.

More details regarding #16 : Only the small and medium have pure .en models. Therefore, checks are only added for these 2 cases. There is only 1 large-v2 model.