Views
No views yet
0: Authorized Owner1: Intruder1import joblib
2from huggingface_hub import hf_hub_download
3
4model_path = hf_hub_download(repo_id="sumedh-r-m-6328/neurometric-guard-model", filename="intruder_detector_model(72).pkl")
5model = joblib.load(model_path)