This repository contains various sample code for AI/ML Services and custom models
- Facial_Recognization_custom.ipynb: This is custom facial rekognition and feature identification model.
- addFace2Collection.py: This file will add faces in the collection
- createCollection.py: This file will create collection
- listCollection.py: This file will list all collections
- listFaces.py: This file will add all faces in a collection
- searchFaces.py: This file will search faces in the collection
sanghavc2020 is the name of the bucket.
python3 listCollection.py
Following command will create the collection:
python3 createCollection.py brad Following is the command to add faces in the collection:
python3 addFace2Collection.py sanghavc2020 will2.jpg will
python3 addFace2Collection.py sanghavc2020 will3.jpg will
python3 addFace2Collection.py sanghavc2020 will4.jpg will
python3 addFace2Collection.py sanghavc2020 brad1.jpg brad
python3 addFace2Collection.py sanghavc2020 brad2.jpg brad
python3 addFace2Collection.py sanghavc2020 brad3.jpg brad
python3 addFace2Collection.py sanghavc2020 brad4.jpg bradFollowing command will list all faces in a collection:
python3 listFaces.py bradpython3 searchFaces.py sanghavc2020 bradtest1.jpg