cloud computing applications hsu, ya-lun. google app engine using python and django register...

8
Cloud Computing Applications Hsu, Ya-Lun

Upload: amberly-smith

Post on 17-Jan-2016

213 views

Category:

Documents


0 download

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