Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update libraries to latest. #197

Merged
merged 1 commit into from
Apr 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.