Skip to content

kevinrobinson/posenet-subgroups

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

posenet-subgroups

experimenting with posenet on images of different subgroups

Demo

https://posenet-subgroups.netlify.com/

laughing old man black woman wearing makeup preschool kid with glasses baby smiling joy buolamwini learn more

New data sets

On Google Images, this grabs images from the console:

JSON.stringify({srcs: [].slice.call(document.querySelectorAll('.rg_ic')).map(el => el.src)})

Development

$ npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

This project was bootstrapped with Create React App.