The Smart Selfie project is rooted in the emergence of pythonand its potential to transform the way we conduct and click pictures.
The Smart Selfie project uses Python for advanced face detection and recognition in photography. This technology, adept at pinpointing human faces in digital images, has applications in real-time surveillance, forensics, and law enforcement. Face detection's power lies in focusing solely on facial traits, making it an efficient tool for surveillance systems. Despite its capabilities, challenges persist in human face perception, an active research area in computer vision. The project represents an innovative approach to transforming photography through Python and state-of-the-art face recognition technologies.
- Users able to log in to the web app using their Smart Selfie account.
- A feature to directly download images to the user's device.
- User able to take selfie using Smile,Blink,Hand,Mask gesture
- Setup Pyton virtual environment
python -m venv .venv
- Activate your environment
.venv\Scripts\activate
- Install the all packages
pip install -r requirements.txt
- Run the project
python app.py
2. If you get error installing package dependencies like "not able to makeout which dependencie to install" just update your "PIP" with below command
python.exe -m pip install --upgrade pip