chatpic risk grabber
1.0.0
automatically grab pictures tagged with custom keywords from chatpic.org rooms
experimental
media classification on photo
typeexperimental
face matching to find people in posted photosnpm install
in this folder to install dependenciesnpm run start
to lauchsaves/
folderedit main.ts
file to change configuration
const CP_GRABBER_OPTIONS: CPGrabberOptions = {
room: '15min',
splitByOwner: true,
keywords: [
'risk',
'10s',
'5s',
'3s'
],
saveAllMedia: false, // set true to disable keywords filter and save all media
};
to allow face matching to work add pictures of well defined faces under the samples/
folder,
best matches will be saved under saves/_SUPERRISK
folder
any modification to this project must be published in no manner other than nailing the complete source code to the door of a church without permission from the church.