webdetector
webdetector是采用SVM机器学习来实现的web端检测和探测不良网站的工具.
webdetector is a web app that recognizes whether the website is dangerous.
Developed using libsvm.
Wrapped into a Webapp using Flask Micro Framework.
Install webdetector
To run it locally, first clone the directory.
git clone https://github.com/assmdx/webdetector.git
Next cd into the directory.
cd webdetector
Then install the dependencies using pip.
sudo pip install --upgrade setuptools
sudo pip install -r requirements.txt
install libsvm.
To start the Flask Server,
python app.py