Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
face-recognitioniiti
Advanced tools
A Python-based real-time face recognition system that combines YOLO face detection with ArcFace embeddings for accurate face recognition. The system processes webcam feed in real-time, detecting faces and matching them against a stored database of known faces.
git clone https://github.com/Warlord-K/InterIIT-facerecognition.git
cd InterIIT-facerecognition
pip install -r requirements.txt
python face_recognition_system.py
You can modify the following parameters in the FaceRecognitionSystem
class initialization:
face_system = FaceRecognitionSystem(
database_path="face_database.pkl", # Path to store face embeddings
confidence_threshold=0.5, # Minimum confidence for YOLO detection
similarity_threshold=0.6 # Maximum distance for face recognition match
)
The system consists of three main components:
Face Detection (YOLO)
Face Recognition (ArcFace)
Database Management
Common issues and solutions:
No camera access:
cv2.VideoCapture(0)
Poor recognition accuracy:
similarity_threshold
for stricter/looser matchingSlow performance:
FAQs
A package that contains a Real-time Face Recognition System.
We found that face-recognitioniiti demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.