Metadata-Version: 2.1
Name: iMIX
Version: 0.1.0
Summary: multimodal deep learning framework
Home-page: https://github.com/inspur-hsslab/iMIX
Author: Inspur iMIX
Author-email: hsslab.inspur@gmail.com
License: Apache License 2.0
Description: ## Project description
        Inspur Multimodal Artificial Intelligence Framework (iMIX) is an open source multi-modal model building toolbox.
        
        The master branch works based on PyTorch.
        
        Documentation: https://imix-docs.readthedocs.io/en/latest/
        
        Github repository: https://github.com/inspur-hsslab/iMIX
        
        Note: when use pip to install imix, if `No matching distribution found for some dependent library` happens, you can
        
        - download `requirements.txt` in the github repository above;
        
        - run `pip install -r requirements.txt`;
        
        - use pip to install imix.
Keywords: multimodal,computer vision,object detection,multi-task vision
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
