SaiBon99's picture
Add Gradio app and inference pipeline for phishing detection
45dfcaa
Raw
History Blame Contribute Delete
229 Bytes
"""
Inference pipeline for phishing detection.
This module provides inference capabilities for the trained phishing detection models.
"""
from .pipeline import PhishingDetectionPipeline
__all__ = ['PhishingDetectionPipeline']