-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements.txt
More file actions
34 lines (26 loc) · 802 Bytes
/
requirements.txt
File metadata and controls
34 lines (26 loc) · 802 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# The Not-So-Modern Dictionary - Python Dependencies
# GUI Framework
PyQt5>=5.15.0
# Audio Processing
gtts>=2.3.0
# playsound>=1.3.0 # Not compatible with Python 3.13+, use pygame or pydub instead
pygame>=2.5.0 # Alternative for playing audio files
sounddevice>=0.4.0
scipy>=1.9.0
numpy>=1.21.0
# Speech Recognition
SpeechRecognition>=3.10.0
# whisper>=1.0.0 # Uncomment if using Whisper
# PDF Generation
reportlab>=3.6.0
PyMuPDF>=1.23.0
PyPDF2>=3.0.0 # For PDF manipulation and merging
# Computer Vision (for motion detection)
opencv-python>=4.7.0
# Development Tools
rich>=13.0.0 # For console output formatting
# System Integration
pyaudio>=0.2.11 # For microphone access (may require system dependencies)
# Optional: For advanced text processing
# langdetect>=1.0.9
# textblob>=0.17.1