๐ก๏ธ URL Phishing Detection App: App Link
This is a Streamlit-based web application that predicts whether a given URL is legitimate or phishing using a trained Machine Learning model. It helps users identify potentially malicious websites in real time.
- โ Real-time phishing URL prediction
- โ Automatic feature extraction from the entered URL
- โ Clean and interactive UI built with Streamlit
- โ Lightweight and easy to run locally
- Python
- Streamlit
- scikit-learn (ML model)
- Pandas, NumPy
- Download or clone the repository and open the folder in Visual Studio Code.
- Open the terminal and install the required packages:
pip install -r requirements.txt
Follow the steps below to run this application on your local machine:
- Download this repository or clone it using:
git clone <repository-url>
- Open it in Visual Studio Code
- Open New Terminal
-
Step:1
pip install -r requirements.txt
-
Step:2 Run the Streamlit application:
streamlit run app.py
-
โ ๏ธ Important Note If you receive an error related to the Lottie file, it might be due to an incorrect file path. Please double-check and configure the correct path to the Lottie JSON file. -
Otherwise, you're all set โ enjoy using the app!