This is a demo of Algorithmia's Document Classifier
Further reading:
- Train a Machine to Turn Documents into Keywords via Document Classification
- Acquiring Data for Document Classification
This demo can be viewed at https://demos.algorithmia.com/doc-classifier/
This demo only contains frontend code and requires no specialized hosting (or even a server).
- download the repository
- edit /JavaScript/doc-classifier/public/js/main.js to place your own API Key (free signup w/ 5k credits monthly) in the line containing "Algorithmia.client()"
- if you have not already, run the setup steps outlined in /PUBLISH.md
- build the demo:
grunt build:doc-classifier - open /build/doc-classifier/index.html in a web browser
Find more information in the Algorithmia Developer Center or the API Docs.