Top Banner
Cloud Computing Applications Hsu, Ya-Lun
8

Cloud Computing Applications Hsu, Ya-Lun. Google App Engine Using Python and Django Register applications for free from Google Run web applications on.

Jan 17, 2016

Download

Documents

Amberly Smith
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Cloud Computing Applications Hsu, Ya-Lun. Google App Engine Using Python and Django Register applications for free from Google Run web applications on.

Cloud Computing ApplicationsHsu, Ya-Lun

Page 2: Cloud Computing Applications Hsu, Ya-Lun. Google App Engine Using Python and Django Register applications for free from Google Run web applications on.

Google App Engine

• Using Python and Django• Register applications for free from Google• Run web applications on Google's

infrastructure. Fast and Reliable.• Using Big Table to improve the efficiency of

database processing• Integrating other web service

Page 3: Cloud Computing Applications Hsu, Ya-Lun. Google App Engine Using Python and Django Register applications for free from Google Run web applications on.

IMAGEPROCESSING

Page 4: Cloud Computing Applications Hsu, Ya-Lun. Google App Engine Using Python and Django Register applications for free from Google Run web applications on.

Analyzing Data• Crawling 200,000 Web Pages From Wikipedia• Analyzing Crawled data and put the result in my

website• Using Hadoop to improve efficiency by hundreds of

computers, implement Mapper and Reducer function

• Retrieved data from The Foreign Labor Certification Data Center, analyzing salary, jobs in every location.

• Put the result in Google App Engine

Page 5: Cloud Computing Applications Hsu, Ya-Lun. Google App Engine Using Python and Django Register applications for free from Google Run web applications on.

Image Processing on Android

• Face Recognition• Communication with Cloud Computing

Platform( Google App Engine)• Porting OpenCV to Android Platform to do

advance image processing• Check students in the class concentrate or not

by analyzing eyes movement, gesture and angle of the face

Page 6: Cloud Computing Applications Hsu, Ya-Lun. Google App Engine Using Python and Django Register applications for free from Google Run web applications on.

Student Attendance System

Page 7: Cloud Computing Applications Hsu, Ya-Lun. Google App Engine Using Python and Django Register applications for free from Google Run web applications on.

Face Recognition & Other • Using OpenCV will be more accurate• Library is not complete, however, it will be

much more powerful

Page 8: Cloud Computing Applications Hsu, Ya-Lun. Google App Engine Using Python and Django Register applications for free from Google Run web applications on.

Question