Liveness detection and face match module
This project provides liveness detection and face matching capabilities for identity verification systems.
- Install the required dependencies:
pip install -r requirements.txt- Run the application:
python main.py- Liveness detection to verify that the subject is a real person
- Face matching capabilities for identity verification
- RESTful API endpoints for integration
- Docker support for easy deployment
The application provides REST API endpoints for liveness detection and face matching functionality.
You can run this application using Docker:
docker-compose up --buildThis project is licensed under the MIT License.