Skip to content

Web Application that guesses your preferences and personality by analyzing your google photos

Notifications You must be signed in to change notification settings

AlanWang1/pythia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pythia

A fun fortune teller powered by Google Photos and Google Cloud Vision AI

  • Login with your google photos, and Pythia will give a horoscope style reading based off the contents of your google photos!
  • Google Cloud Vision API is used to give you a horoscope style reading based off common items, colors, moods that are in your google photos

image

image

Inspiration

You can tell a lot about someone through the photos in their camera roll, so we thought it would be a fun idea to create an application that makes predictions and attempts to infer certain aspects of your life via your camera roll! We were inspired to create a digital fortune teller of sorts that makes horoscope style readings using certain aspects and the subject matter of your photos.

How we built it

We used React.js and integrated the Google Cloud Vision API as well as the Google Photos Library API. All this is coded primarily as a front end application, using RESTful services from both APIs. We also integrated Google Oauth so users can login with their google account and sync their photos to our web application. Once the user is authenticated, these photos are sent to the Google Cloud Vision API for further analysis. The data from the Cloud Vision API data is then run through our fortune teller algorithm, where certain key entities and sentiments of images are used to inform certain predictions!

Tech Stack

  • ReactJS - frontend
  • Google Cloud Platform - Google Photos Library API, Google Cloud Vision API, Google OAuth

About

Web Application that guesses your preferences and personality by analyzing your google photos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published