Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1011 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 1011 Bytes

Welcome on Uchidata SDK for python developpers

About Uchidata

Uchidata is a Text-Mining API which provides state-of-the art algorithms for text classification.

This repository presents 4 use cases which are free to use (ask for your free access on our website).

Feel free to contact us if you need a specific model ([email protected]).

How it works

Every request must have the following format :

{
  "key":"your_api_key",
  "model":"model_to_request",
  "observations":[{"id":1, "content":"XXX"}, {"id":2, "content":"YYY"}, {"id":3, "content":"ZZZ"}]
}

Where :

  • key = your API key. If you don't have access to the demo, feel free to ask on our website
  • model = the model to request. Accepted values : "sentiment", "review", "topic", "product-classification"
  • maximum number of observations per request : 10

Please send the request to the url specified when you ask for a free access on uchidata.com