View Single Post
  #6  
Old 10-Jul-22, 19:44
uxiel uxiel is offline
Member
Points: 11,051, Level: 45 Points: 11,051, Level: 45 Points: 11,051, Level: 45
Activity: 21.4% Activity: 21.4% Activity: 21.4%
Last Achievements
 
Join Date: May 2017
Posts: 1,925
Thanks: 1,060
Thanked 2,162 Times in 1,030 Posts
Default Re: AI detection of headscissors images

For IG, the crawling would be the first interesting challenge IMO. The way the page is structured, the image is inside a bunch of nested divs, and would take more than 2 minutes to write a generic scraper for (instagram would probably also rate limit you if you start blasting them with traffic). Of course you could manually grab pictures 1x1 by going to your browser's element inspector, but it'd take some time. There are of course websites that will let you paste in a post URL and give you the image directly, but they don't generally support bulk operations from what I've seen.

Anyway, I'd probably first play around with basic classifiers on simple things (identifying fruits or whatever you see in online tutorials), then scrape for the data you need, then play around with building the classifier you actually want.

Last edited by uxiel; 10-Jul-22 at 19:55.
Reply With Quote
The Following User Says Thank You to uxiel For This Useful Post: