Skip to content

SharathHebbar/SMS-spam-detection-using-machine-learning

Repository files navigation

SMS spam detection using machine learning

Live App Flask: SMS-Spam-Detection

Live App StreamLit: SMS-Spam-Detection

To Run this app

  • git clone https://github.com/SharathHebbar/SMS-spam-detection-using-machine-learning.git
  • pip install -r requirements.txt
  • python server.py

Then navigate to

  • http://127.0.0.1:5000

To Dockerize this

To publish this to dockerhub

  • docker build --tag username/tag_name .

Local

  • docker build --tag tag_name .

SMS Spam Detection using Naive Bayes

Page 1 Page 2 Page 3