├── .github └── workflows │ └── python-package.yml ├── Features_Extractor.py ├── Project_GUI.py ├── README.md ├── Training Dataset.csv ├── Vivek └── phishing.txt /.github/workflows/python-package.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vnjvibhash/Phishing-Website-Detection-Using-Neural-Network/HEAD/.github/workflows/python-package.yml -------------------------------------------------------------------------------- /Features_Extractor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vnjvibhash/Phishing-Website-Detection-Using-Neural-Network/HEAD/Features_Extractor.py -------------------------------------------------------------------------------- /Project_GUI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vnjvibhash/Phishing-Website-Detection-Using-Neural-Network/HEAD/Project_GUI.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vnjvibhash/Phishing-Website-Detection-Using-Neural-Network/HEAD/README.md -------------------------------------------------------------------------------- /Training Dataset.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vnjvibhash/Phishing-Website-Detection-Using-Neural-Network/HEAD/Training Dataset.csv -------------------------------------------------------------------------------- /Vivek: -------------------------------------------------------------------------------- 1 | Vivek 2 | Ruhma -------------------------------------------------------------------------------- /phishing.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vnjvibhash/Phishing-Website-Detection-Using-Neural-Network/HEAD/phishing.txt --------------------------------------------------------------------------------