Skip to main content

Python sdk for Neokami API

Project description

Neokami Python SDK v0.2

This SDK allows you to connect your Python web-applications to the Neokami SDK.

In order to use the SDK, you need to obtain a free API Key from www.neokami.com.

Installation

  • via pip:

    pip install neokami-sdk

    Inside your python project

    import neokami

Usage

Here is a simple usage example for gender & age detection for images:

import os
import neokami

req = neokami.ImageAnalyser()
directory = os.path.dirname(os.path.abspath(__file__))
req.setFile(directory + '/data/team1.jpg')
req.setType('gender')
req.setApiKey('your api key here')
req.setWait(1)
analysis = req.analyse()

#get the results
results = analysis.result()

Chained function calls are also supported for syntax brevity:

import os
import neokami

directory = os.path.dirname(os.path.abspath(__file__))
analysis = neokami.ImageAnalyser().setApiKey(NeokamiTestCredentials.api_key).setFile(directory +'/data/team1.jpg').setType('gender').analyse()

For in-depth details on how to use the SDK, check out:

Neokami Wiki

Tests

  • To run the tests, the pytest package is required:

    Install pytest

    pip install -U pytest # or
    easy_install -U pytest
  • Create a NeokamiTestCredentials.python inside the tests/ folder based on the template in NeokamiTestCredentials.python.replace and enter your API Key.

    Repository contributors can apply for api keys to be used inside unit tests at team@neokami.com.

  • The tests can be executed by running:

    py.test

Contributing

Coming soon.

Release History

0.2

  • Send API key on the header.

  • Add Visual Cortex.

  • Add Sentiment Analysis.

0.1.1

  • HTTPS connection for the base url.

0.1

  • Birth.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

neokami-sdk-0.2.tar.gz (313.5 kB view details)

Uploaded Source

File details

Details for the file neokami-sdk-0.2.tar.gz.

File metadata

  • Download URL: neokami-sdk-0.2.tar.gz
  • Upload date:
  • Size: 313.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for neokami-sdk-0.2.tar.gz
Algorithm Hash digest
SHA256 f1ffb92f76e3b645ca698265d6eb6b6d07af3524a97f146ae9048f2eebacda95
MD5 b5a5f57faaf12b40fb57782c9a787969
BLAKE2b-256 755c5e008d35cd4b52a28e798bab39656f9c71ed3646f648d2aba1d2b4c59298

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page