PiedPiper1337 / TLDW

Automatic video summarization tool for YouTube.
http://www.sumyoutube.com
GNU General Public License v2.0
0 stars 0 forks source link

Providing api endpoints for cary #47

Closed bmzhao closed 8 years ago

bmzhao commented 8 years ago

Lots of good changes!

  1. Created an about page on wordpress, linked to it on home page.
  2. Created an error html page, will be displayed for bad video urls, incorrect url attempts at our server, and when we have too many simulateneous requests
  3. ChromeDrivers are now created on demand, instead of being a singleton object, so we can handle simultaneous requests. Also, the number of simultaneously live chrome browsers is capped by a number in our constants file, and any new requests when we've reached the limit will receive 503 errors.
  4. Histogram and Wordcloud information are now available for Cary's use in the Json Endpoint.
  5. Also have commented out support for mobile browsers (albeit in a crappy way). Entirely separate html and css files for mobile users (who are detected by checking user-agent string for "android", "iphone" or "ipad").
victorkwak commented 8 years ago

Branch uses the original summarization algorithm because after experimentation, it's shown to be better.