indico: machine learning for human use
A python client library for the indico API.
Installation
From PyPI:
From source:
git clone https://github.com/IndicoDataSolutions/IndicoIo-python.git python setup.py install
Having trouble with installation? Missing system dependencies? Check out our complete installation guide.
API Keys + Setup
Are you a student or researcher? Register here for free API credit.
Interested in using indico for a commercial business? Sign up here.
Once you have an API key, setup is simple:
import indicoio indicoio.config.api_key = "YOUR_API_KEY_HERE"
Full Documentation
Detailed documentation and further code examples are available at indico.io/docs.


