https://github.com/cross-solution/classification-api
API to classify an input text to a set of labels
https://github.com/cross-solution/classification-api
Last synced: about 1 month ago
JSON representation
API to classify an input text to a set of labels
- Host: GitHub
- URL: https://github.com/cross-solution/classification-api
- Owner: cross-solution
- License: mit
- Created: 2018-11-12T15:30:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-13T14:58:31.000Z (over 7 years ago)
- Last Synced: 2025-01-16T04:13:25.717Z (over 1 year ago)
- Language: PHP
- Size: 65.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CROSS Classification Api
_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`
## Planned classifications
* Employment type via title/description
\* Where employment types might be something like `full time`, `part time`, `internship`, etc.
## Basic operation
### Predicting
The API will take a string as input and classify them to a label which is returned in the response
payload.
### Training
The API will consume a posted csv-File to train the guesser.