GitXplorerGitXplorer
b

node-topics-classifier

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.

No commits found

There are no commits on branch master.

README

The README file for this repository.

node-topics-classifier

A Node.js app using uClassify to assign topics to words.

This application was built using the "Getting Started with Node on Heroku" article - check it out.

Running Locally

Make sure you have Node.js and the Heroku Toolbelt installed.

npm install
npm start

The app should now be running on localhost:5000. Word categorization is done by visiting a URL with the following scheme: localhost:5000/recognize/your-word.

Example

Calling "http://localhost:5000/recognize/macbook" will result in "Computers".

Deploying to Heroku

heroku create
git push heroku master
heroku open

or

Deploy to Heroku

Documentation

For more information about using Node.js on Heroku, see these Dev Center articles: