virtualmlnet / hackathon-2020

Virtual ML.NET Hackathon 2020
31 stars 17 forks source link

ML.NET Hackathon Idea - PhotoBomb: Yet Another Photo Tagging Utility #13

Open whatevergeek opened 3 years ago

whatevergeek commented 3 years ago

Hackathon Idea

Yet another photo tagging utility. PhotoBomb is a working title (can change if I find a better one)

Your name

Paul Amazona

Team name

PhotoBomb

Brief Description

There are already a number of commercial automated photo tagging software out there. I just want to make something for fun using ML.NET. Basic Usage:

  1. For each photo in a given folder, add tag for all objects found in that photo.
  2. Photos can then be searchable in windows search using those tags.

The following are my planned requirements:

  1. Must be open source (since we're doing this for learning and for fun)
  2. Implemented as a single executable (portable utility)
  3. object detection model should be pluggable. User should be able use a BYO model file for tagging perhaps, by adding --model_file in the parameter

Desired features if time permits:

  1. Wrapped in a powershell cmdlet that can be pulled from powershell gallery
  2. Can upload photos for tagging in a blazor webassembly site hosted freely in github pages

Other

Are you looking for team members? Not actively looking. But if someone is keen. I'm open. Just ping me so we can figure out how to divide the work. :-)

Would you like to have a mentor assigned to your team? Not actively looking. But any advice is welcome. Feel free to ping me or add suggestions in the comments.

whatevergeek commented 3 years ago

just an fyi... in the spirit of open source... i'm developing this in the open here: https://github.com/photobombers/photobomb/blob/main/tasklist.md