| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
It uses Text Extraction Feature like TF-IDF Vectorizer and simple python code, to classify the messages as spam or ham (normal).
To minimise spam and phising attacks and any kind of digital frauds.
Python3 can be installed from their official site https://www.python.org/ . Or you can use anaconda environment.
Pandas can be installed by
conda install -c anaconda pandas
or
pip3 install pandas
conda install -c anaconda scikit-learn
or
pip3 install -U scikit-learn
| Back | FazBrowse Home | New Git URL |