HIT - Human Identification Tool. Compare faces & voices.
Install modules with python pip
git clone https://github.com/11unx0/HIT
cd HIT/
pip install -r requirements.txt
python3 main.py
Or you can start wich one you want
python3 voice_comp.py
python3 face_comp.py
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.
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.