Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 861 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 861 Bytes

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.