Metadata-Version: 2.1
Name: vipy
Version: 0.6.0
Summary: Visym Python Tools for Privacy Preserving Computer Vision
Home-page: https://github.com/visym/vipy
Author: Jeffrey Byrne
Author-email: jeff@visym.com
License: UNKNOWN
Download-URL: https://github.com/visym/vipy/archive/0.6.0.tar.gz
Description: Project
        -------------------
        vipy: Visym Python Tools for Computer Vision and Machine Learning  
        Author: Jeffrey Byrne <jeff@visym.com>  
        URL: https://github.com/visym/vipy/  
        
        
        Requirements
        -------------------
        python 3.*
        
        
        Installation
        -------------------
        
        Required
        ```python
        pip install numpy scipy matplotlib dill pillow ffmpeg-python
        ```
        
        Optional
        ```python
        pip install opencv-python ipython h5py nltk bs4 youtube-dl scikit-learn flickrapi dropbox torch
        ```
        
        
        
Keywords: vision,learning,ML,CV
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
