In this project we have used Instagram API and programming languages like python, R (for visulization)
The purpose of this project is to Find a survey and visulize it using various graphs and plots.
The survey is to find number of faces in an selfie Image.
Download images using Instagram API tagged with "selfie"
See downloadimage.py file
urllib library is used for downloading images
from command line:
python making_csv.py haarcascade_frontalface_default.xml
This will create a csv file, have a look at "test.csv" file
Now using R programming and different visualisation techniques,
we have plotted pie chart and graphs.
Some observations:
-
Mostly there is only one face.
-
There are cases when people just tag "selfie" without even a face in it.
-
Maximum number of faces detected were 19.
First Data Science Project.
Project Team:
-
Jay Patel
-
Sanjana Agarwal
Thank you, hope you liked the survey!