Update README.md
Browse files
README.md
CHANGED
@@ -45,23 +45,26 @@ A lightweight **Streamlit** web application that utilizes a fine-tuned deep lear
|
|
45 |
git clone https://huggingface.co/spaces/your-username/Malicious-URL-Detector
|
46 |
cd Malicious-URL-Detector
|
47 |
|
48 |
-
2. **Install Dependencies**
|
49 |
-
pip install -r requirements.txt
|
50 |
|
51 |
-
3
|
52 |
-
streamlit run app.py
|
53 |
|
54 |
-
4
|
55 |
-
Paste an email’s content or a URL into the text box.
|
56 |
|
57 |
-
Click Analyze to see the classification results.
|
58 |
|
59 |
-
5
|
60 |
-
Input:
|
61 |
-
"Hello, your account has been locked. Please verify at http://suspicious-link.com"
|
62 |
|
63 |
-
|
64 |
-
|
|
|
|
|
|
|
|
|
|
|
65 |
|
66 |
|
67 |
## Limitations
|
@@ -73,8 +76,4 @@ Dataset Bias: Performance depends on how well the training data represents real-
|
|
73 |
Evolving Threats: Regular updates are recommended to keep pace with new phishing or malware tactics.
|
74 |
|
75 |
## Contact
|
76 |
-
Author: Eason Liu
|
77 |
-
|
78 |
-
Questions/Issues: Please open an issue or reach out via Hugging Face.
|
79 |
-
|
80 |
-
Enjoy safer browsing and emailing!
|
|
|
45 |
git clone https://huggingface.co/spaces/your-username/Malicious-URL-Detector
|
46 |
cd Malicious-URL-Detector
|
47 |
|
48 |
+
2. **Install Dependencies**
|
49 |
+
pip install -r requirements.txt
|
50 |
|
51 |
+
3. **Run the App**
|
52 |
+
streamlit run app.py
|
53 |
|
54 |
+
4. **Use It**
|
55 |
+
Paste an email’s content or a URL into the text box.
|
56 |
|
57 |
+
Click Analyze to see the classification results.
|
58 |
|
59 |
+
5. **Example**
|
|
|
|
|
60 |
|
61 |
+
Input:
|
62 |
+
|
63 |
+
"Hello, your account has been locked. Please verify at http://suspicious-link.com"
|
64 |
+
|
65 |
+
Output:
|
66 |
+
|
67 |
+
Malicious (Confidence: 0.95)
|
68 |
|
69 |
|
70 |
## Limitations
|
|
|
76 |
Evolving Threats: Regular updates are recommended to keep pace with new phishing or malware tactics.
|
77 |
|
78 |
## Contact
|
79 |
+
Author: Eason Liu
|
|
|
|
|
|
|
|