Skip to content

hadikhamoud/shopiDetectv2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ShopiDetect

snapshot

ShopiDetect is a tool to help detect whether a website is safe or phishy. It is a personal project. It is mostly targeted towards e-commerce websites.

All you have to do is input the URL of the item(preferrably) or e-shop that you plan on buying from. Behind the scenes, a machine learning model, trained using multiple features, analyzes your target URL and gives you a yes/no output.

the model is trained using a dataset which contains 991,638 safe websites and 56,937 fishy websites.

Test Accuracy Results:

Logistic Regression Classification: 0.96103

Support Vector Machines Classification: 0.98270

Gaussian Naive Bayes Classification: 0.93073


Correct the algorithm by clicking on "WAS SHOPI MISTAKEN" in the top right screen


Frontend: React.js with Cytoscape.js example graphs, hosted on Netlify

Backend: FastAPI hosted on Heroku

Database (result storage): postgresSQL

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published