Metadata-Version: 1.1
Name: compsyn
Version: 0.1.1
Summary: Python package to explore the color of language
Home-page: https://github.com/bakerwho/comp-syn
Author: Bhargav Srinivasa Desikan
Author-email: bhargavvader@gmail.com
License: MIT
Description: compsyn
        ~~~~~~~
        
        compsyn is a package which provides a novel methodlogy to explore relationships between words and abstract concepts through color. The work rose through a collaboration between the contributors at the Santa Fe Institute's Complex System Summer School 2019. 
        
        beta-release
        ~~~~~~~~~~~~
        
        Our beta release (0.1.0) includes only very basic functionality and the finished code to reproduce our entire analysis is on the horizon.
        
        
        Documentation and Examples
        ~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        The
        `notebooks <https://github.com/bakerwho/comp-syn/tree/master/notebooks>`__
        directory showcases the usage of compsyn, with examples and basic usage.
        
        
        Installation
        ~~~~~~~~~~~~
        
        Run ``pip install compsyn`` to download and install from PyPI.
        
        Run ``python setup.py install`` for default installation.
        
        Run ``pip install .`` to install from source.
        
        Dependencies
        ~~~~~~~~~~~~
        
        -  Python 2.7+, 3.4+
        -  numpy, scipy, scikit-learn, matplotlib, PIL
        
        Notes
        ~~~~~
        
        To use the package one would need to download the JzAzBz array to convert the images to the appropriate vector form. 
        
        
        Contributors
        ~~~~~~~~~~~~
        
        This is the work of:
        
        - Aabir Abubaker Kar
        - Bhargav Srinivasa Desikan
        - Donald Ruggiero Lo Sardo
        - Douglas Guilbeault
        - Ethan Nadler
        - Mark Chu
        
Keywords: Image Analysis,Computational Syn,Cognitive Science
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
