Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Trape | 7,431 | 9 days ago | 232 | Python | ||||||
People tracker on the Internet: OSINT analysis and research tool by Jose Pino | ||||||||||
Adversarial Face Attack | 338 | 2 years ago | gpl-3.0 | Python | ||||||
Black-Box Adversarial Attack on Public Face Recognition Systems | ||||||||||
Adversarial.js | 120 | a year ago | 2 | JavaScript | ||||||
Break neural networks in your browser 🦹♂️ | ||||||||||
Facerecognizer | 29 | 6 years ago | Python | |||||||
:boy: A face recognition algorithm which notifies you on facebook in case of an Intruder attack | ||||||||||
Gard Adversarial Speaker Id | 22 | 2 years ago | 1 | Python | ||||||
Adversarial attack and defense strategies for deep speaker recognition systems | ||||||||||
Deep Co Training For Semi Supervised Image Recognition | 22 | 4 years ago | Python | |||||||
Unofficial implementation of the paper 'Deep Co-Training for Semi-Supervised Image Recognition' | ||||||||||
Accessorize To A Crime | 21 | 4 years ago | MATLAB | |||||||
Code for attacking state-of-the-art face-recognition system from our paper: M. Sharif, S. Bhagavatula, L. Bauer, M. Reiter. "Accessorize to a Crime: Real and Stealthy Attacks on State-of-the-Art Face Recognition." In Proc. CCS, 2016. | ||||||||||
Translearn | 14 | 4 years ago | 1 | mit | Python | |||||
Code implementation of the paper "With Great Training Comes Great Vulnerability: Practical Attacks against Transfer Learning", at USENIX Security 2018 | ||||||||||
Attack_face_recognition | 11 | 3 years ago | 1 | Python | ||||||
The implementation of AttackAI in Ali Tianchi Security Competition Phase One. | ||||||||||
Video Backdoor Attack | 10 | 3 years ago | apache-2.0 | Python | ||||||
Clean-Label Backdoor Attacks on Video Recognition Models, CVPR2020 |
A face recognition algorithm written in Python.
Real-Time detection & prediction of subjects/persons in video recording with built-in camera.
If there is any intruder (known/ unknown subjects) attack, it automatically posts on your Facebook timeline to notify you and your friends/neighbors.
Screen-shot while detecting & predicting subject(s) in real-time video.
Screen-shot of Facebook post regarding intruder attack.
File Name | Used to |
---|---|
build_csv.py | build a csv file with paths to train images with labels. |
detect_save_images.py | detect faces and save cropped images to output folder. |
face_detect_recognition.py | detect & recognize faces in images and display them. |
face_detrec_video.py | detect & recognize intruders in real-time video and notifies on facebook |
face_recognition.py | train eigen_model & recognise faces in pre-cropped images |
resize_rotate_images.py | pre-process images and saves output to output_folder |