54 lines
911 B
Plaintext
54 lines
911 B
Plaintext
#1. ADTK (python>3.5)
|
|
adtk
|
|
|
|
#2. Face_recognition (python>3.3)
|
|
# cmake ,dlib 설치 필요
|
|
face-recognition
|
|
opencv-python
|
|
|
|
#3. Yolov5
|
|
# torch,torchvision 별도 설치
|
|
# --- base ---
|
|
gitpython
|
|
ipython # interactive notebook
|
|
matplotlib>=3.2.2
|
|
numpy>=1.18.5
|
|
opencv-python>=4.1.1
|
|
Pillow>=7.1.2
|
|
psutil # system resources
|
|
PyYAML>=5.3.1
|
|
requests>=2.23.0
|
|
scipy>=1.4.1
|
|
thop>=0.1.1 # FLOPs computation
|
|
#torch>=1.7.0 # see https://pytorch.org/get-started/locally (recommended)
|
|
#torchvision>=0.8.1
|
|
tqdm>=4.64.0
|
|
|
|
# --- Logging ---
|
|
tensorboard>=2.4.1
|
|
|
|
# --- Plotting ---
|
|
pandas>=1.1.4
|
|
seaborn>=0.11.0
|
|
|
|
#4. REST server
|
|
fastapi==0.70.1
|
|
uvicorn==0.16.0
|
|
pymysql==1.0.2
|
|
sqlalchemy==1.4.29
|
|
bcrypt==3.2.0
|
|
pyjwt==2.3.0
|
|
yagmail==0.14.261
|
|
boto3==1.20.32
|
|
pytest==6.2.5
|
|
cryptography
|
|
pycryptodomex
|
|
pycryptodome
|
|
email-validator
|
|
python-multipart
|
|
|
|
#5. MQTT
|
|
paho-mqtt
|
|
|
|
#6. FTP
|
|
paramiko |