This project consists of two Streamlit applications for person identification:
- Scan Person: An application for scanning persons by uploading their photos and searching the database for matches.
- Add New Person: An application for registering new persons by uploading their photos and saving them to the database.
- Upload photos of persons to scan for identification.
- Search the database for matching persons.
- Real-time feedback on the success of image uploads and database searches.
- Register new persons by uploading their photos.
- Save uploaded photos to the database for future identification.
- Option to capture photos using the device's camera.
-
Clone the repository:
git clone git@github.com:S4M0707/live-face-recognition-siamese.git
-
Navigate to the project directory:
cd person-identification
-
Install dependencies:
pip install -r requirements.txt
streamlit run Scan_Person.py
Contributions are welcome! If you have any ideas for improvements or new features, feel free to open an issue or submit a pull request.