Skip to content
/ HIT Public

HIT - Human Identification Tool. Compare faces & voices.

Notifications You must be signed in to change notification settings

11unx0/HIT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

HIT

HIT - Human Identification Tool. Compare faces & voices.

Installation

Install modules with python pip

git clone https://github.com/11unx0/HIT
cd HIT/
pip install -r requirements.txt

Usage/Examples

python3 main.py

Or you can start wich one you want

python3 voice_comp.py
python3 face_comp.py

Disclaimer

This project is an experimental work. Users are responsible for any errors, damages, or system malfunctions that may occur. The creator of this project will not be held liable for any issues that arise from its use.

Credits

This project utilizes the following libraries and frameworks:

  • PyQt5: A Python binding of the cross-platform GUI toolkit Qt, implemented as a Python plug-in.
  • face_recognition: A Python library for facial recognition.
  • resemblyzer: A Python library for voice recognition and synthesis.
  • NumPy: A library for efficient numerical computation.