Skip to content

patmooney/java-document-classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Document Classification Service

A small hobbiest attempt at a document classification service. Feed the service documents and the classification of the document, do this sufficiently and the accuracy of the classification will improve.

Is still very much in development

Usage

Seed

POST /seed
{
    "title": "Web Development",
    "body": "PHP Javascript and the HTML5s"
}
Classify

POST /classify
Javascript
Outcome

1: Web Development

About

An experimental, basic document classification service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages