Peers’ Comments:
- Model Processing: Curiosity
about the choice of CNN for image classification, and the metrics for
gauging user engagement and model performance.
- Recommendation: The integration
of the image classification and recommendation systems, addressing
biases.
- Data Scrapping: Ensuring data
quality from user-generated content on Flickr. The specific step takens
for data handling and preprocessing.
Professor’s Feedback:
- Project’s Scale: Suggestion
on Scaling down the project from integration of other
systems.
- Recommendation Feedback:
Inquiry on the validity and possibility of evaluation for a
Recommendation Model.
Travel Recommendation System ==> Image Recommendation
System
Flickr API Consideration:
- Authentication: Setting up
the Flickr API key using setFlickrAPIKey
- Rate Limiting: Understand and
handle rate limits to ensure uninterrupted data scraping.
- Ethical Considerations:
Consider privacy implications and attribution requirements.
Challenges of Data Scraping From Flickr:
- Conversion between API Calls and
Images Downloaded: Data returns a list of characters with
information of ID, URL, TAGS etc for the given image, instead of actual
images.
- Data Duplication: API calls
from Flickr return multiple duplications of images due to unknown
backend functions.
- User-Generated Data: Inherent
variability, potential biases, and noise, LOTS AND LOTS OF
NOISES!!!!!.