Giter VIP home page Giter VIP logo

deepaffects-python's Introduction

deepaffects-python

Build Status PyPI version

Python client library for DeepAffects APIs

Requirements.

Python 2.7 and 3.3+

pymediainfo >= 2.1.9, this is a wrapper library around mediainfo, which we use to extract the sampling rate and codec information from audio files.

Installation

pip install

The python package can be installed directly from pip using:

pip install deepaffects

pip install from github

The python package is hosted on Github, you can install directly from Github

pip install git+https://github.com/SEERNET/deepaffects-python.git

(you may need to run pip with root permission: sudo pip install git+https://github.com/SEERNET/deepaffects-python.git)

Then import the package:

import deepaffects 

Setuptools

Install via Setuptools.

python setup.py install --user

(or sudo python setup.py install to install the package for all users)

Then import the package:

import deepaffects

Documentation for Authorization

DeepAffects API authenticates all the api requests via API Key.

For API key registration and setup, checkout our quickstart guide

UserSecurity

  • Type: API key
  • API key parameter name: apikey
  • Location: URL query string

Getting Started

Please follow the installation instruction and execute the following python code:

from __future__ import print_function
import time
import deepaffects
from deepaffects.rest import ApiException
from pprint import pprint

# Configure API key authorization: UserSecurity
deepaffects.configuration.api_key['apikey'] = 'YOUR_API_KEY'
# create an instance of the API class
api_instance = deepaffects.DenoiseApi()
body = deepaffects.Audio.from_file('/path/to/file') # Audio | Audio object that needs to be denoised.
webhook = 'webhook_example' # str | The webhook url where result from async resource is posted
request_id = 'request_id_example' # str | Unique identifier for the request (optional)

try:
    # Denoise an audio file
    api_response = api_instance.async_denoise_audio(body, webhook, request_id=request_id)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling DenoiseApi->async_denoise_audio: %s\n" % e)

Documentation for API Endpoints

All URIs are relative to https://localhost

Class Method HTTP request Description
DenoiseApi async_denoise_audio POST /api/v1/async/denoise Denoise an audio file
DenoiseApi sync_denoise_audio POST /api/v1/sync/denoise Denoise an audio file
DiarizeApiV2 async_diarize_audio POST /api/v2/async/diarize Diarize an audio file
DiarizeApi async_diarize_audio POST /api/v1/async/diarize Diarize an audio file (Legacy)
DiarizeApi sync_diarize_audio POST /api/v1/sync/diarize Diarize an audio file (Legacy)
EmotionApi async_recognise_emotion POST /api/v1/async/recognise_emotion Find emotion in an audio file
EmotionApi sync_recognise_emotion POST /api/v1/sync/recognise_emotion Find emotion in an audio file
FeaturizeApi async_featurize_audio POST /api/v1/async/featurize featurize an audio file
FeaturizeApi sync_featurize_audio POST /api/v1/sync/featurize featurize an audio file

Documentation For Models

UserSecurity

  • Type: API key
  • API key parameter name: apikey
  • Location: URL query string

About

DeepAffects is an emotional intelligence analysis engine that measures the effect emotional intelligence has on team dynamics, and provides emotional analytics that serve as the basis of insights to improve project management, performance and satisfaction across organizations, projects, and teams. To watch DeepAffects in action: check out DeepAffects Atlassian JIRA addon and our Github addon.

deepaffects-python's People

Contributors

dependabot[bot] avatar s16h avatar sushant-hiray avatar venkatesh-1729 avatar viveknimkarde avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.