Skip to content

MS spam detection app, powered by Hugging Face's BERT model and deployed on Streamlit, offers users a simple yet powerful solution to identify spam messages in their SMS inbox. Through an intuitive user interface, users can input text messages for analysis. The app preprocesses the text, applies the BERT model trained on a SMS spam collection.

License

Notifications You must be signed in to change notification settings

surajkarki66/sms-spam-detection-BERT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SMS Spam Detection using BERT

Overview

MS spam detection app, powered by Hugging Face's BERT model and deployed on Streamlit, offers users a simple yet powerful solution to identify spam messages in their SMS inbox. Through an intuitive user interface, users can input text messages for analysis. The app preprocesses the text, applies the BERT model trained on a SMS spam collection dataset, and classifies the message as spam or non-spam with high accuracy. Leveraging the deep understanding of natural language provided by BERT, the app ensures reliable detection of spam messages, helping users protect themselves from unwanted communication.

Live Preview

Click here

Local Preview

  1. Clone the repository
    git clone https://github.com/surajkarki66/sms-spam-detection-BERT.git
  2. Create a Python virtual environment and activate the environment based on your machine(Linux, MacOS, and Windows)
  3. Install the requirements
    pip install -r requirements.txt
  4. Run the following command
    streamlit run app.py

You can now view your Streamlit app in your browser.

Happy Coding!

About

MS spam detection app, powered by Hugging Face's BERT model and deployed on Streamlit, offers users a simple yet powerful solution to identify spam messages in their SMS inbox. Through an intuitive user interface, users can input text messages for analysis. The app preprocesses the text, applies the BERT model trained on a SMS spam collection.

Resources

License

Stars

Watchers

Forks