Skip to content

Parth-Udawant/Spam-SMS-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ“ฉ Spam Message Detector (Streamlit + TensorFlow)

A simple spam detection web app built with Streamlit and a deep learning model trained on the SMS Spam Collection dataset.

๐Ÿš€ Features

  • Classifies messages as spam or not spam
  • Clean and modern UI using Streamlit
  • TensorFlow-based text classification model
  • Real-time predictions

๐Ÿ“ธ Screenshots

Spam Detected Not Spam Detected

Made with โค๏ธ by @theidealcoder

๐Ÿ”ง Installation

git clone https://github.com/Parth-Udawant/Spam-SMS-Detection.git
cd Spam-SMS-Detection
pip install -r requirements.txt
streamlit run app.py