Text classifier using Naive Bayes algorithm (in development)
MongoDB must be installed on the local server
- Clone this repo
git clone https://github.com/ricosandyca/bayes-text-classifier
- Change directory to the repositories location
cd bayes-text-classifier
- Run
npm install
oryarn install
to install all dependencies - Start your MongoDB service. *for Linux users
sudo service mongod start
- Run
npm run dev
oryarn dev
to start the server - Now if you go to
http://localhost:4000
you'll get the app
- master: Master branch for development
- deployment: Branch for deployment. This repository uses Heroku to deploy the branch
- feature/feature-name: Branch that you use to add new features
Back-end: In development
Front-end: -