The main file to modify is transcribe.py in the DeepSpeech repository. Look for how transcription is currently performed, especially for directory processing and long audio files with VAD splitting. Consider using tqdm or a similar library to add progress bars for both file level and chunk level progress. Check existing comments for any prior discussion about implementation details.