(In development) Text classifier using Naive Bayes algorithm
Text classifier using Naive Bayes algorithm (in development)
MongoDB must be installed on the local server
git clone https://github.com/ricosandyca/bayes-text-classifier
cd bayes-text-classifier
npm install
or yarn install
to install all dependenciessudo service mongod start
npm run dev
or yarn dev
to start the serverhttp://localhost:4000
you’ll get the app
Back-end: In development
Front-end: -