Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rubaramanan/phishing-website-detection
- Owner: rubaramanan
- Created: 2023-11-01T04:20:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-05T21:57:17.000Z (11 months ago)
- Last Synced: 2024-04-20T14:22:41.154Z (7 months ago)
- Topics: jupyter-notebook, keras-tensorflow, python3
- Language: Jupyter Notebook
- Homepage:
- Size: 296 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`