8 lines
246 B
Python
8 lines
246 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
__author__ = """Adam Geitgey"""
|
|
__email__ = 'ageitgey@gmail.com'
|
|
__version__ = '1.2.3'
|
|
|
|
from .api import load_image_file, face_locations, batch_face_locations, face_landmarks, face_encodings, compare_faces, face_distance
|