Metadata-Version: 2.1
Name: Naun
Version: 0.0.1
Summary: This is a package that will do the mentioned task
Home-page: UNKNOWN
Author: Andreas Evensen
Author-email: Andreas.evensen11@gmail.com
License: UNKNOWN
Description: # Nuan
         This is a standard package created in python for the use of facial-detection and facial-recognition.
        
         ## Installation
        
         Run the following to install this package
         ``` python
        pip install nuan
         ```
        
         ## Usage
        
         This is an example of the code
         ```python
        folder = '/Users/andreasevensen/Documents/GitHub/Nuan/src'
        unknown = 'unknown.jpeg'
        known = 'Andreas.jpeg'
        
        facedetection(unknown, known, folder, folder)
        ```
        
        
Keywords: Facial Detection
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
