| | --- |
| | license: mit |
| | task_categories: |
| | - text-classification |
| | language: |
| | - en |
| | size_categories: |
| | - 1K<n<10K |
| | --- |
| | |
| | # π¦ SMS Spam Detection Dataset |
| |
|
| | A curated dataset of **SMS messages** labeled as **Spam** or **Ham (Not Spam)**. |
| | This dataset is ideal for building and testing **spam detection** models using Machine Learning or Deep Learning. |
| |
|
| | --- |
| |
|
| | ## π§ Overview |
| | - **File Name:** `spam.csv` |
| | - **Total Entries:** 5,000+ SMS messages |
| | - **Format:** CSV (Comma Separated Values) |
| | - **Columns:** |
| | - `label` β Indicates whether the message is **spam** or **ham** |
| | - `message` β The SMS text content |
| |
|
| | --- |
| |
|
| | ## π Dataset Features |
| | | Feature | Description | |
| | |----------|-------------| |
| | | **Message Type** | Categorized as `spam` or `ham` | |
| | | **Text Content** | Real-world SMS messages | |
| | | **Balanced Data** | Contains a good mix of spam and non-spam messages | |
| | | **Cleaned Data** | Pre-processed and structured for ML usage | |
| |
|
| | --- |
| |
|
| | ## βοΈ Use Cases |
| | - Spam Detection using ML or DL models |
| | - NLP Text Classification |
| | - Preprocessing and feature extraction (TF-IDF, Word2Vec, etc.) |
| | - Experimenting with model accuracy and F1-scores |
| |
|
| | --- |
| |
|
| | ## π File Structure |
| | - `Dataset` β> `spam.csv` |
| | |
| | --- |
| |
|
| | ## π§© Example Rows |
| | | label | message | |
| | |--------|----------| |
| | | ham | Hey, are we still meeting today? | |
| | | spam | Congratulations! Youβve won a $1000 Walmart gift card! Click here to claim. | |
| |
|
| | --- |
| |
|
| | ## π License(mit) |
| | This dataset is provided for **educational and research purposes only**. |
| |
|
| | --- |
| |
|
| | ## π Author |
| | **Gaurav Pandey (Mr. Def@ult)** |
| | Founder of **DarkNeuronAI** |
| | π§ darkneuronai.official@gmail.com |
| |
|
| | --- |
| |
|
| | ## Developed With β€οΈ By DarkNeuronAI |