lindsey98 / PhishIntention

PhishIntention: Phishing detection through webpage intention
MIT License
45 stars 12 forks source link

Missing File: phishintention.src.phishpedia_logo_detector.inference #12

Open imethanlee opened 2 years ago

imethanlee commented 2 years ago

Hi,

Looks like this import package phishintention.src.phishpedia_logo_detector.inference is missing in ./phishintention/src/pipeline_eval.py file. Could you please show where we can find this file?

Tks

lindsey98 commented 2 years ago

Hi, It's a dependency file in order to run phishpedia_eval(), you can just remove this import line if you only want to run phishintention_eval(). If you do want to get the results from phishpedia, you can look at the phishpedia repo https://github.com/lindsey98/Phishpedia/blob/main/phishpedia/src/pipeline_eval.py

imethanlee commented 2 years ago

Tks!