13.5.2024

This commit is contained in:
2024-05-13 14:58:18 +00:00
parent 2c7a464fb3
commit 3a30911c01
2 changed files with 61 additions and 1 deletions

View File

@@ -113,7 +113,7 @@ def save_as_docx(minutes, filename):
doc.add_paragraph()
doc.save(filename)
audio_file_path = "ai_meeting/EarningsCall.wav"
audio_file_path = "./ai_meeting/EarningsCall.wav"
transcription = transcribe_audio(audio_file_path)
minutes = meeting_minutes(transcription)
print(minutes)