Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 372 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 372 Bytes

A basic NLP classification task to classify between spam and ham on a given SMS spam dataset of 5,574 messages. The files contain one message per line. Each line is composed by two columns: v1 contains the label (ham or spam) and v2 contains the raw text. It has been deployed using streamlit and heroku.