$ virtualenv venv
$ source venv/bin/activate
$ pip install -r requirements.txtRequest API credentials here: https://infermedica.com then edit the following in infermedica.py file
app_id = '{get your key from infermedica}'
app_key = "{get your key from infermedica}"