This project contains a Forge app written in Javascript that performs text classification for a JIRA issue description. Text Classification classifies texts based on a hierarchical categorization or taxonomy. It can be used for several NLP based applications.
See Set up Forge for instructions to get set up.
-
Clone this repo
-
Register this application on your site using:
forge register
- Install node modules:
npm install
- Build and deploy your app by running:
forge deploy
- Install your app in an Atlassian site by running:
forge install
- Develop your app by running
forge tunnelto proxy invocations locally:
forge tunnel