Project 1: Phishing Domain Detection
- This application takes inputs related to a URL’s features and depending upon that, it predicts whether the website is malicious or not.
- After doing various Experimentations it was decided that XGBoost was well performing ML algorithm for this use case
- The inputs are preprocessed and then given to the XGBoost model
- Depending upon the output of the model ,Output(whether the website is malicious or not) is displayed