8000 GitHub - keerthi-umss/Fishers
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

keerthi-umss/Fishers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Fishers

Fishers is a website which detects phishing websites using AI/ML.

Methodology:
⮚ User can provide URL they've received to our 
website to check if it's safe to access.
⮚ URL is converted into vector of features 
using normalization and vectorization.
⮚ AI/ML Binary classification model will 
categorizes the website as phishing or 
legitimate.

Tech stack:
⮚ Ensemble learning to combine results from multiple 
models.
⮚ Classification models: Logistic regression, KNN, Support 
vector machine, Decision tree, Random forest, Gradient 
boost, ADA boost.
⮚ Algorithms: Ensemble model using voting classifier.
⮚ Model is deployed into an interactive website created using 
HTML, CSS, and Javascript.

Website:

image

Providing the url:

image

Detection of phishing website:

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 95.8%
  • Python 2.2%
  • Other 2.0%
0