Skip to content

ricosandyca/bayes-text-classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bayes Text Classifier

Text classifier using Naive Bayes algorithm (in development)

MongoDB must be installed on the local server

Quick Start

  1. Clone this repo git clone https://github.com/ricosandyca/bayes-text-classifier
  2. Change directory to the repositories location cd bayes-text-classifier
  3. Run npm install or yarn install to install all dependencies
  4. Start your MongoDB service. *for Linux users sudo service mongod start
  5. Run npm run dev or yarn dev to start the server
  6. Now if you go to http://localhost:4000 you'll get the app

Branch Info

  • 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

Project Info

  • This repo uses MERN as a technologies stack
  • This repo uses GraphQL as an API

Project Status

Back-end: In development
Front-end: -