Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.