GithubHelp home page GithubHelp logo

cognixir's Introduction

Cognixir

Elixir API Wrapper for Cognitive Services from Microsoft

Installation

The package can be installed as:

  1. Add Cognixir to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:cognixir, "~> 0.4.0"}]
end
```
  1. Ensure Cognixir is started before your application:
```elixir
def application do
  [applications: [:cognixir]]
end
```

Configuration

You need a subscription key to access the different cognitive service api. Head over to https://www.microsoft.com/cognitive-services, create an account and fetch your api key. You can get started with a free subscription.

Add to your config.exs:

# api key for text analytics
config :cognixir, ta_api_key: "<your key>"
# api key for computer vision
config :cognixir, cv_api_key: "<your key>"
# api key for face api
config :cognixir, fa_api_key: "<your key>"

Implemented Features

Text Analytics

  • detect language [x]
  • initiate topic analysis [x]
  • detect key phrases [x]
  • detect sentiment [x]

Computer Vision

  • analyze image [x]
  • describe image [x]
  • get thumbnail []
  • list domain specific models []
  • OCR [x]
  • recognize domain specific content []
  • tag image [x]

Face Api

  • face detection [x]
  • find similar []
  • group []
  • identify []
  • verify [x]

Api Documentation

You can find the api documentation for published packages on Hex Doc

Demo Application & Usage

If you want to see this api in action, check out CognixirDemo. That application tries to illustrate the main features and usage of this library. For api examples you might also have a look in the tests directory.

cognixir's People

Contributors

brummbq avatar nathany avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  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.