cross-solution / classification-api

API to classify an input text to a set of labels
MIT License
0 stars 0 forks source link

Create first working implementation #1

Open TiSiE opened 5 years ago

TiSiE commented 5 years ago

I've created a gist to demonstrate a sample of how the classification could work.

This API needs at least one entry points to classify input strings, and another to train / seed data (via uploading CSV-files.)

There are different attributes for a job ad to be classified, such as employment type or language

The API entry points should be


This is a first draft and is open to suggestions.

The entry points urls could also be

There's no need to use JSON, if there are other methods better fitted for this use that I'm not aware of.

Leave your thoughts in the comments.

cbleek commented 5 years ago

Maybe we should use https://github.com/RubixML/RubixML for the first implementation