Skip to content

Commit

Permalink
Update libraries to latest. (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekuppal committed Apr 15, 2024
1 parent 33d69bd commit c74f83a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ app/transcribe/logs/response.txt
app/transcribe/logs/ffmpeg.txt
app/transcribe/logs/whisper.cpp.txt
app/transcribe/mic.wav.bak
app/transcribe/speaker.wav.bak
app/transcribe/speaker.wav.bak
app/transcribe/logs/deep.json
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"cwd": "${fileDirname}",
// "args": ["-stt", "deepgram"],
// "args": ["-stt", "deepgram"],
"justMyCode": false
}
]
Expand Down
4 changes: 2 additions & 2 deletions app/transcribe/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
numpy==1.26.4
openai-whisper==20231117
Wave==0.0.2
openai==1.13.3
openai==1.17.1
customtkinter==5.2.2
PyAudioWPatch==0.2.12.6
pyperclip
Expand All @@ -11,7 +11,7 @@ gtts
# Playsound version 1.3 has issues in playing back audio files
# in case of continuous play back of files in quick succession
playsound==1.2.2
deepgram-sdk==3.1.0
deepgram-sdk==3.2.5
# Use 117 to build for CPU only
# --extra-index-url https://download.pytorch.org/whl/cu117
#--extra-index-url https://download.pytorch.org/whl/cu118
Expand Down
Empty file added sdk/__init__.py
Empty file.
Empty file added tsutils/__init__.py
Empty file.

0 comments on commit c74f83a

Please sign in to comment.