-
Notifications
You must be signed in to change notification settings - Fork 0
Project Experiment and Work Flow
Keshawn Blakely edited this page Oct 30, 2024
·
5 revisions
Welcome to the Phishing-Detection wiki!
- Prepare and preprocess data.
- Train and validate the GRU model with combined input (features + tokenization).
- Develop a Flask API for real-time prediction.
- Deploy the API on Chameleon Cloud.
- Test and monitor the real-time system.
- Extract URL features
- Tokenize the URL text for input to the GRU model
- Combine features + tokenized URL into a single input to the GRU model
- Train a new GRU model that processes both inputs before a prediction