Tfkalk / MultispeakerTranscription

Script to do multispeaker transcription with immediate transcript deletion
0 stars 0 forks source link

Take File by Path Instead of Assuming Path #5

Closed Tfkalk closed 2 months ago

Tfkalk commented 2 months ago

Right now, we assume the file is in ./Interviews/. We should remove that assumption and instead allow a path (either absolute or local). If there is no path provided, we will look in the present working directory (pwd).