Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dalelane/mlforkids-phishing-sample
Sample code for predicting if a URL is for a phishing site
https://github.com/dalelane/mlforkids-phishing-sample
Last synced: 24 days ago
JSON representation
Sample code for predicting if a URL is for a phishing site
- Host: GitHub
- URL: https://github.com/dalelane/mlforkids-phishing-sample
- Owner: dalelane
- Created: 2020-01-11T20:12:45.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-07T16:26:42.000Z (4 months ago)
- Last Synced: 2024-07-07T17:47:40.361Z (4 months ago)
- Language: Python
- Homepage: https://machinelearningforkids.co.uk/worksheets
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Phishing
Sample code for a [Machine Learning for Kids](https://machinelearningforkids.co.uk/) project about recognising phishing URLs.
To run:
```
pip3 install -r requirements.txt
python3 run-test.py
```Detailed instructions available at https://machinelearningforkids.co.uk/worksheets
Note: This project is intended as a starting skeleton for school projects. It has almost no error handling, and is not intended for professional use.