Metadata-Version: 2.1
Name: physiognomy
Version: 0.1.2
Summary: All hail god of physiognomy! Long live the pseudoscience!
Home-page: https://github.com/davidwdw/physiognomy
Author: Dawei Wang
Author-email: david.wang@kellogg.northwestern.edu
License: BSD 2-clause
Project-URL: Bug Tracker, https://github.com/davidwdw/physiognomy/issues
Description: # Physiognomy Manifesto
        
        All hail god of physiognomy! Long live physiognomy, the king of all pseudosciences! I praise him when I run out of research ideas and desperately need a publication. I give thanks to him for providing a theoretical framework to cite when I lack contributions in my articles. I am truly grateful for his help in inventing more snake oils! Yes, all kinds of snake oils... from criminality detection, sexual orientation detection, political orientation detection, personality detection and more! All using the cheap and available facial images... I want to drown in your blessings and anointing! Anoint me with more publications! More research grants! More consulting money! More talks and conferences! More publicity! Hallelujah! To the god of physiognomy be the glory and praise forever and ever!
        
        ## Recommended
        
        Run using a virtual environment:
        
        ```bash
        conda create -n physiognomy python=3.6 dotenv tensorflow=2.3.0 numpy=1.18.5 pandas=1.0.5 opencv-python-headless=4.2.0.34 dlib=19.21.0 imutils=0.5.3 scikit-learn=0.21.3 moviepy=1.0.3 pyaudioanalysis=0.3.2
        ```
        
        After creating the environment:
        
        ```bash
        conda deactivate
        source activate physiognomy
        ```
        
        ## Usage
        
        To let the hand of physiognomy move in your research:
        
        ```python
        from physiognomy.utils import rotate
        model = DeepFace.build_model(model_name)
        DeepFace.verify("img1.jpg", "img2.jpg", model_name = model_name, model = model)
        ```
        
        ## Installation
        
        The easiest way to enjoy the salvation of physiognomy is to download it from [`PyPI`](https://pypi.org/project/physiognomy/).
        
        ```python
        pip install physiognomy
        ```
        
        ## Support
        
        There are many ways to show your support to physiognomy. Apart from praying to him before you sleep, citing him in your publications, you can also star⭐️ this GitHub repository. 
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
