No description
Find a file
2024-08-14 09:16:15 +02:00
.env.example initial commit 2024-08-14 09:16:15 +02:00
.gitignore initial commit 2024-08-14 09:16:15 +02:00
README.md initial commit 2024-08-14 09:16:15 +02:00
requirements.txt initial commit 2024-08-14 09:16:15 +02:00
whisper.py initial commit 2024-08-14 09:16:15 +02:00

python3 -m venv .venv
source .venv/bin/activate
pip3 install -r requirements.txt