Thanks to visit codestin.com
Credit goes to github.com

Skip to content

csangha/ai-ml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ai-ml

This repository contains various sample code for AI/ML Services and custom models

Description of files

  • 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

Following are the instructions for execution of the python files.

sanghavc2020 is the name of the bucket.

List Collection:

python3 listCollection.py

Create Collection

Following command will create the collection:

python3 createCollection.py brad 

Add Faces in the collection:

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 brad

List all faces in the collection:

Following command will list all faces in a collection:

python3 listFaces.py brad

Search Faces:

python3 searchFaces.py sanghavc2020 bradtest1.jpg

About

This repository contains various sample code for AI/ML Services and custom models

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published