Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sayakpaul/manning-phishing-websites-detection
Starter repository for Manning LP: Use Machine Learning to Detect Phishing Websites
https://github.com/sayakpaul/manning-phishing-websites-detection
beginners machine-learning phishing-sites scikit-learn wandb
Last synced: 9 days ago
JSON representation
Starter repository for Manning LP: Use Machine Learning to Detect Phishing Websites
- Host: GitHub
- URL: https://github.com/sayakpaul/manning-phishing-websites-detection
- Owner: sayakpaul
- Created: 2019-11-24T06:40:56.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-11T05:49:02.000Z (over 4 years ago)
- Last Synced: 2025-01-10T23:33:57.716Z (11 days ago)
- Topics: beginners, machine-learning, phishing-sites, scikit-learn, wandb
- Homepage: https://www.manning.com/liveproject/use-machine-learning-to-detect-phishing-websites?a_aid=pyimagesearch&a_bid=643ce05e
- Size: 78.1 KB
- Stars: 6
- Watchers: 3
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Manning-Phishing-Websites-Detection
Starter repository for Manning liveProject: Use [Machine Learning to Detect Phishing Websites](https://www.manning.com/liveproject/use-machine-learning-to-detect-phishing-websites?a_aid=pyimagesearch&a_bid=643ce05e)## Setup
The liveProject (LP) requires Python 3.7. Create a virtual environment preferably using `virtualenv` and run `pip install -r "requirements"` to install the dependencies.
The dataset for this LP can be found here in [`Phishing.csv`](https://github.com/sayakpaul/Manning-Phishing-Websites-Detection/blob/master/Phishing.csv).