DarkNeuron-AI commited on
Commit
8dde059
·
verified ·
1 Parent(s): a1b91b9

Update README.md (#1)

Browse files

- Update README.md (b3ab9cfb0632ce345a6ad8ebb33948e26bff5524)

Files changed (1) hide show
  1. README.md +63 -1
README.md CHANGED
@@ -6,4 +6,66 @@ language:
6
  - en
7
  size_categories:
8
  - 1K<n<10K
9
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  - en
7
  size_categories:
8
  - 1K<n<10K
9
+ ---
10
+
11
+ # 📦 SMS Spam Detection Dataset
12
+
13
+ A curated dataset of **SMS messages** labeled as **Spam** or **Ham (Not Spam)**.
14
+ This dataset is ideal for building and testing **spam detection** models using Machine Learning or Deep Learning.
15
+
16
+ ---
17
+
18
+ ## 🧠 Overview
19
+ - **File Name:** `spam.csv`
20
+ - **Total Entries:** 5,000+ SMS messages
21
+ - **Format:** CSV (Comma Separated Values)
22
+ - **Columns:**
23
+ - `label` → Indicates whether the message is **spam** or **ham**
24
+ - `message` → The SMS text content
25
+
26
+ ---
27
+
28
+ ## 📊 Dataset Features
29
+ | Feature | Description |
30
+ |----------|-------------|
31
+ | **Message Type** | Categorized as `spam` or `ham` |
32
+ | **Text Content** | Real-world SMS messages |
33
+ | **Balanced Data** | Contains a good mix of spam and non-spam messages |
34
+ | **Cleaned Data** | Pre-processed and structured for ML usage |
35
+
36
+ ---
37
+
38
+ ## ⚙️ Use Cases
39
+ - Spam Detection using ML or DL models
40
+ - NLP Text Classification
41
+ - Preprocessing and feature extraction (TF-IDF, Word2Vec, etc.)
42
+ - Experimenting with model accuracy and F1-scores
43
+
44
+ ---
45
+
46
+ ## 📁 File Structure
47
+ - `Dataset` —> `spam.csv`
48
+
49
+ ---
50
+
51
+ ## 🧩 Example Rows
52
+ | label | message |
53
+ |--------|----------|
54
+ | ham | Hey, are we still meeting today? |
55
+ | spam | Congratulations! You’ve won a $1000 Walmart gift card! Click here to claim. |
56
+
57
+ ---
58
+
59
+ ## 📜 License(mit)
60
+ This dataset is provided for **educational and research purposes only**.
61
+
62
+ ---
63
+
64
+ ## 🙌 Author
65
+ **Gaurav Pandey (Mr. Def@ult)**
66
+ Co-founder of **DarkNeuronAI**
67
+ 📧 darkneuronai.official@gmail.com
68
+
69
+ ---
70
+
71
+ ## Developed With ❤️ By DarkNeuronAI