This API is currently in a very early state of development.
It's primary purpose will be to classify job advertisements based on its title and/or description text.
This will be accomplished by using php-ai/php-ml
, and building the API itself with zf-apigility
- Employment type via title/description
* Where employment types might be something likefull time
,part time
,internship
, etc.
The API will take a string as input and classify them to a label which is returned in the response payload.
The API will consume a posted csv-File to train the guesser.