To Capture user face and store it in database
Project description
Face-Emotion-Identifier
A simple python package to identify the user on bases of there face and store there features in database
Sample Code :
from facetranscript import *
if __name__=="__main__":
face = CaptureFaceInDataBase()
# Capture photo from front camera for user -> 'TestUser'
face.take_photo(username="TestUser")
# Fetch all stored users and there images in database
face_list = face.get_all_users()
# face_list is list [a,b,c...] where a,b,c.. are list of users with there images(Bytes)
print(face_list)
# To terminate all connections (camera/database)
face.close_all_connections()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
facetranscript-0.0.1.tar.gz
(4.9 kB
view details)
File details
Details for the file facetranscript-0.0.1.tar.gz.
File metadata
- Download URL: facetranscript-0.0.1.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ebb2e672ffaa6961ff9d2dbd1d6dd3efe2c6c4b194e92839d48ad67f8781b8b
|
|
| MD5 |
d3eb1e49bebc582f50be0725e7341285
|
|
| BLAKE2b-256 |
f9b05899f9be2de16246dda87f73301cab9503418caf36482725162e9c33e9e3
|