AttendanceApp / config.py
SpectraFaceAuth's picture
Upload 4 files
864d3c8 verified
raw
history blame contribute delete
No virus
166 Bytes
# config.py
import os
BASE_DIR = os.path.dirname(os.path.abspath(__file__))
TF_OPS_PATH = os.path.join(BASE_DIR, 'path', 'to', 'tensorflow', 'python', 'ops')