✍ An simple face comparing app using VGG-16 to extract features, compare two photos and see if they are the same person.
I highly recommend you performing on virtual environment by using Anaconda.
conda activate [your_venv_name]
git clone https://github.com/ntvuongg/face-comparing.git
pip install -r requirements.txt
streamlit run main.py