classifier-prototype

1.0.0 • Public • Published

classifier-prototype

What's this?

A prototype of a text based classifier. This means a tool that for a given text returns a list of possibly related tags and their relative probability.

It works based on training data, containing text with their corresponding tags. This prototype allows the entering and editing of such training data and can be used to test the output of the classifier.

Besides relating plain text to tags, this also allows training the relationships between tags. So for a set of given tags and some training data it can give back other probably related tags.

All the data is communicated through a simple JSON API. Editing and other admin functions are provided in a bare bones web based system.

Requirements

  • A local MongoDB instance available on mongodb://localhost:27017
  • Node.js with npm

Getting started

The app can also be easily deployed to heroku.

Tools used

Package Sidebar

Install

npm i classifier-prototype

Weekly Downloads

1

Version

1.0.0

License

ISC

Last publish

Collaborators

  • larixk