A simple spam detection web app built with Streamlit and a deep learning model trained on the SMS Spam Collection dataset.
- Classifies messages as spam or not spam
- Clean and modern UI using Streamlit
- TensorFlow-based text classification model
- Real-time predictions
Made with โค๏ธ by @theidealcoder
git clone https://github.com/Parth-Udawant/Spam-SMS-Detection.git
cd Spam-SMS-Detection
pip install -r requirements.txt
streamlit run app.py
