Lazymindz / MeetupMemberImageTag

Meetup fun exercise of building an Image Verification model and tagging Members on Pics taken at a Meetups

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meetup Tag Images of Members

(In-Progress)

Installation Instructions

  • Python 3+
  • face-recognition module (follow the installation instructions from here)
  • PIL, requests libraries

Details required for running the solution

  • Meetup API key from Meetup site
  • Meetup Group Name (check example on settings.ini)

Comment the below line for simultaneous runs to avoid download the User Image profiles again

#meetupworker(api_key=api_key, meetup_group=meetup_group)

Set retrain=True to recalculate the encodings and save them under .metadata

encodings = imageworker.loadencodings(retrain=True)

Location of the image to be tagged

imageworker.tagmembers('WorkingFolder/test/test_image_meetup.jpeg', encodings)

Output will be under 'WorkingFolder/OutputImages' folder

Work in Progress:

  • More documentation to follow.
  • Meetup API has a limitation of 200 results. Working to update the solution to retrieve all images
  • Logging messages and Error handling

Credits:

About

Meetup fun exercise of building an Image Verification model and tagging Members on Pics taken at a Meetups

License:MIT License


Languages

Language:Python 100.0%