Metadata-Version: 2.1
Name: hdface
Version: 0.1.3
Summary: heils face detector
Home-page: https://github.com/hanson-young/hdface
Author: hanson
Author-email: hanson.young@foxmail.com
License: MIT
Description: ### hdface
        
        https://github.com/hanson-young/hdface
        
        
        python3 -m pip install --user --upgrade setuptools wheel
        
        python3 setup.py sdist bdist_wheel
        pip install hdface-0.1.2-py3-none-any.whl 
        
        twine upload dist/*
        python3 -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*
        
        
        pip install hdface==0.1.2
        pip uninstall hdface
Keywords: heils face detection pytorch pip package
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
