Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rubaramanan/phishing-website-detection


https://github.com/rubaramanan/phishing-website-detection

jupyter-notebook keras-tensorflow python3

Last synced: about 10 hours ago
JSON representation

Awesome Lists containing this project

README

        

# phishing-website-detection

Follow below steps to setup phishing detector

1. Clone repo
```bash
git clone https://github.com/rubaramanan/phishing-website-detection.git
cd phishing-website-detection
mkdir -p models/sota
mkdir -p models/ensemble
mkdir -p models/traditional_ml
```
2. build docker image
```bash
docker build . -t phish_detector:1.0
```
3. Run the training model
```bash
docker-compose up train_model
```
4. Run the testing UI
```bash
docker-compose up -d streamlit
```

5. Open the ui using the link: `http://localhost:8501`