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 .