Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
## What is Open Source Text Shield (OTS)?
|
2 |
|
3 |
OTS (Open Source Text Shield) is an AI-driven solution designed to enhance the security of telecom networks by detecting and filtering spam and phishing messages in real time. This application leverages both BERT and FastText models for efficient text classification.
|
@@ -79,5 +84,4 @@ curl -X GET "http://localhost:8001/download-feedback/bert"
|
|
79 |
|
80 |
## Acknowledgements
|
81 |
|
82 |
-
Special thanks to the team at TelecomsXChange (TCXC) for their invaluable contributions to this project.
|
83 |
-
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- sms_spam
|
4 |
+
pipeline_tag: text-classification
|
5 |
+
---
|
6 |
## What is Open Source Text Shield (OTS)?
|
7 |
|
8 |
OTS (Open Source Text Shield) is an AI-driven solution designed to enhance the security of telecom networks by detecting and filtering spam and phishing messages in real time. This application leverages both BERT and FastText models for efficient text classification.
|
|
|
84 |
|
85 |
## Acknowledgements
|
86 |
|
87 |
+
Special thanks to the team at TelecomsXChange (TCXC) for their invaluable contributions to this project.
|
|