Metadata-Version: 2.1
Name: liveness_detect
Version: 0.1.1
Summary: A Python SDK for liveness detection using a pre-trained model.
Home-page: https://github.com/gayathri-kannanv/liveness-detection-sdk
Author: rapiddata
Author-email: datascience.rapiddata@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: tensorflow
Requires-Dist: opencv-python-headless
Requires-Dist: flask
Requires-Dist: flask-cors
Requires-Dist: imutils
Requires-Dist: numpy

# Liveness Detection SDK

This is a Python SDK for performing liveness detection using a pre-trained deep learning model. The SDK uses OpenCV for face detection and TensorFlow for liveness prediction.

## Installation

You can install this SDK using pip:

