Sameer092 / PhishInspector-Website-URL-Detection

A website which can detect phishing websites link and predict that its safe or not.
0 stars 0 forks source link

Add the main python file which handle the all code flow and how the things works #5

Open Sameer092 opened 4 days ago

Sameer092 commented 4 days ago

The main Python file will handle the overall flow of the application. It will integrate all components, including loading the trained model, extracting features from the submitted URL, and making the prediction. This script will serve as the backend logic for the website, managing user inputs, processing data, and providing outputs. It will ensure seamless integration of the feature extraction, model prediction, and web interface.