What's new

.NET IBM Natural Language Classifier Service

  • Thread starter NukeZilla
  • Start date
  • Views 493
N

NukeZilla

Enthusiast
Messages
144
Reaction score
40
Points
105
Sin$
0
Hi All,

I've just made a new service that integrates into IBM Natural Language Classifier which is a AI which learns from a CSV file to classify questions.

Nuget Package: https://www.nuget.org/packages/JordanHall.IbmClassifierService/

Source Code: [Click here to view this link]

Required App settings:

Code:
<add key="IbmClasifierUsername" value="username" />
<add key="IbmClasifierPassword" value="password" />
<add key="IbmClasifierBaseUrl" value="https://gateway.watsonplatform.net" />

What can you do with this?
You have to ability to train your own classifier for whatever purpose. Companies could use this to sort emails and distribute to the correct department.

How to use your own IBM Natural Language Classifier?

Go to http://www.ibm.com/cloud-computing/bluemix/ and sign up. From their you can select the Natural Language Classifier. You get so many free.

I don't want to sign up. Now what?
I've actually made my own API that uses their service to hook up into the API. It's free of charge under free usages as I'll keep it going. http://jordanclassifier.azurewebsites.net/swagger/ui/index#/Classifier API Documentation

Upload your own classification?
using the post /API/Classifier which takes a file and the following form data: name: string and language: string.

Feel free to use. If you have any questions please ask and I'll be happy to help. Over the coming weeks I'll try and find time to integrate into more IBM bluemix API services.

Kind regards,
Jordan Hall
 
Top Bottom
Login
Register