13.5.2024
This commit is contained in:
@@ -113,7 +113,7 @@ def save_as_docx(minutes, filename):
|
|||||||
doc.add_paragraph()
|
doc.add_paragraph()
|
||||||
doc.save(filename)
|
doc.save(filename)
|
||||||
|
|
||||||
audio_file_path = "ai_meeting/EarningsCall.wav"
|
audio_file_path = "./ai_meeting/EarningsCall.wav"
|
||||||
transcription = transcribe_audio(audio_file_path)
|
transcription = transcribe_audio(audio_file_path)
|
||||||
minutes = meeting_minutes(transcription)
|
minutes = meeting_minutes(transcription)
|
||||||
print(minutes)
|
print(minutes)
|
||||||
|
60
test.ipynb
Normal file
60
test.ipynb
Normal file
@@ -0,0 +1,60 @@
|
|||||||
|
{
|
||||||
|
"cells": [
|
||||||
|
{
|
||||||
|
"cell_type": "code",
|
||||||
|
"execution_count": 2,
|
||||||
|
"metadata": {},
|
||||||
|
"outputs": [
|
||||||
|
{
|
||||||
|
"name": "stdout",
|
||||||
|
"output_type": "stream",
|
||||||
|
"text": [
|
||||||
|
"/config/workspace/ai_meeting\n"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"source": [
|
||||||
|
"import os\n",
|
||||||
|
"print(os.getcwd())"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"cell_type": "code",
|
||||||
|
"execution_count": 3,
|
||||||
|
"metadata": {},
|
||||||
|
"outputs": [
|
||||||
|
{
|
||||||
|
"name": "stdout",
|
||||||
|
"output_type": "stream",
|
||||||
|
"text": [
|
||||||
|
"['ai_meeting_transcript.py', '.git', 'test.ipynb', 'README.md', '.gitignore', 'EarningsCall.wav']\n"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"source": [
|
||||||
|
"print(os.listdir(\"/config/workspace/ai_meeting\"))"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"metadata": {
|
||||||
|
"kernelspec": {
|
||||||
|
"display_name": "Python 3",
|
||||||
|
"language": "python",
|
||||||
|
"name": "python3"
|
||||||
|
},
|
||||||
|
"language_info": {
|
||||||
|
"codemirror_mode": {
|
||||||
|
"name": "ipython",
|
||||||
|
"version": 3
|
||||||
|
},
|
||||||
|
"file_extension": ".py",
|
||||||
|
"mimetype": "text/x-python",
|
||||||
|
"name": "python",
|
||||||
|
"nbconvert_exporter": "python",
|
||||||
|
"pygments_lexer": "ipython3",
|
||||||
|
"version": "3.10.12"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"nbformat": 4,
|
||||||
|
"nbformat_minor": 2
|
||||||
|
}
|
Reference in New Issue
Block a user