Skip to main content

Python SDK for the ASpace AI cognitive services

Project description

ASpace AI API: Python SDK & Sample

This repo contains the Python SDK for the ASpace AI cognitive services, an offering within ASpace AI Cognitive Services

Getting started

Install the module using pip:

pip install aspaceai

Use it:

import aspaceai

aspaceai.ASPACE_URL = 'https://<ASPACE-INSTANCE-URL>/v1/'  # Replace with your aspace endpoint URL
aspaceai.ASPACE_API_KEY = 'ASpace subscription key'  # Replace with a valid Subscription Key here.

text = "This is a great start to AI !!!"
result = aspaceai.sense.sentiment_analysis(text)
print (result)

Installing from the source code

python setup.py install

ASpace AI Themes

Contributing

We welcome contributions. Feel free to file issues and pull requests on the repo and we'll address them as we can. Learn more about how you can help on our Contribution Rules & Guidelines.

You can reach out to us anytime with questions and suggestions using our communities below:

Updates

License

All ASpace Cognitive Services SDKs and samples are licensed with the MIT License. For more details, see LICENSE.

Developer Code of Conduct

Developers using Cognitive Services, including this sample, are expected to follow the “Developer Code of Conduct for ASpace AI”, found at https://www.ey.com/en_in/consulting/accelerating-digital-transformation-with-ai.

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

aspaceai-1.0.11.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

aspaceai-1.0.11-py3-none-any.whl (6.4 kB view hashes)

Uploaded Python 3

Supported by

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