├── CODE_OF_CONDUCT.md ├── ExtractContent.py ├── LICENSE ├── README.md ├── Spam detection.ipynb ├── TR.tar.gz ├── data.tar.gz ├── email_input.py ├── picture.png └── spam-mail.csv /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoAbd/Spam-detection/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /ExtractContent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoAbd/Spam-detection/HEAD/ExtractContent.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoAbd/Spam-detection/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoAbd/Spam-detection/HEAD/README.md -------------------------------------------------------------------------------- /Spam detection.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoAbd/Spam-detection/HEAD/Spam detection.ipynb -------------------------------------------------------------------------------- /TR.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoAbd/Spam-detection/HEAD/TR.tar.gz -------------------------------------------------------------------------------- /data.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoAbd/Spam-detection/HEAD/data.tar.gz -------------------------------------------------------------------------------- /email_input.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoAbd/Spam-detection/HEAD/email_input.py -------------------------------------------------------------------------------- /picture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoAbd/Spam-detection/HEAD/picture.png -------------------------------------------------------------------------------- /spam-mail.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MoAbd/Spam-detection/HEAD/spam-mail.csv --------------------------------------------------------------------------------