A production-ready face recognition system with web interface built with Streamlit, MTCNN, and FaceNet.
- Python 3.12
- pip
# Clone repository
https://github.com/Arshidtm/FaceRecognition.git
cd FaceRecognition
# Create virtual environment
python -m venv venv
source venv/bin/activate # Linux/Mac
.\venv\Scripts\activate # Windows
# Install dependencies
pip install -r requirements.txt
# run on local
streamlit run app.py
# Live link
https://16.16.97.170/
(shows not secure because not using a domain name)