Metadata-Version: 2.1
Name: computer-vision
Version: 0.0.5
Summary: Machine Learning utilities to make your Project Development Life easier
Home-page: https://github.com/nishgaba-ai/computer-vision
Author: Nishchal Gaba
Author-email: nishchal@unrealai.xyz
License: UNKNOWN
Description: # Welcome to Computer Vision Pip Package Docs
        
        For full documentation visit [mkdocs.org](https://github.com/nishgaba-ai/computer-vision).
        
        ## Modules
        
        * 'loadImage'
             as_bgr()   # Loads Imge as CV2 BGR format (numpy array as of OpenCV 4)
             as_rgb()   # Loads Image as RGB format using pillow
        * 'loadVideo'
             fromCamera  # Loads from camera from an external source
             fromVideo   # Loads from a video path into the camera
        
        ## Project layout
        
            src/
                loadImage.py    # Contains modules for Loading Images in differnet formats
                loadVideo.py    # Contains modules for Loading Video using different sources
        
            mkdocs.yml    # The configuration file.
            docs/
                .. index.md  # The documentation homepage.
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
