This project converts audio recordings into text transcripts and potentially generates memos.
- Install the required dependencies:
pip install -r requirements.txt
- Configure any necessary environment variables (refer to
env.pyif it exists).
To process an audio file, run the main script run.py and provide the path to the audio file as an argument:
python run.py <path_to_your_audio_file>For example:
python run.py 0_raw_audio/meeting_notes.mp3The output files (transcript, word-for-word text, memo, etc.) will be placed in the corresponding numbered directories (e.g., 1_transcript/, 2_wordforword/, 3_memo/).