gitextract_uj0rtyli/ ├── .vscode/ │ └── settings.json ├── LICENSE ├── README.md ├── common.py ├── livenessmodel.py ├── main_code.py ├── model/ │ ├── model.h5 │ └── model.json └── v1/ ├── liveness_detection/ │ ├── create_data.py │ ├── labels.py │ └── liveness_data.csv ├── main_code.py └── model/ ├── checkpoint ├── my_model.tflearn.data-00000-of-00001 ├── my_model.tflearn.index └── my_model.tflearn.meta