SigmaMonstR / tag_list

Work-in-progress for pulling tags from Flickr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tag List

This is a draft project for pulling tags from Flickr.

Workflow

  • Loop through list of photo_ids
  • Ajax call to get photo info via API
  • parse words from title tag and description tag
  • build arrays of words, clean
  • count word frequencies
  • clear table tag
  • refresh with word frequencies table

Issues

  • Tag list on Flickr is not robust, need to rely on title and descriptions

About

Work-in-progress for pulling tags from Flickr


Languages

Language:JavaScript 60.4%Language:HTML 39.6%