mirror of
https://github.com/patw/AudioSumma.git
synced 2025-04-25 18:19:08 +00:00
13 lines
No EOL
178 B
Text
13 lines
No EOL
178 B
Text
# This file is used by pip to install required python packages
|
|
# Usage: pip install -r requirements.txt
|
|
|
|
# UI
|
|
pyqt5
|
|
pyaudio
|
|
|
|
# Transcriber
|
|
requests
|
|
dotenv
|
|
|
|
# LLM Interface
|
|
openai |