This project is a feasibility study of automatically detecting topics of dissatisfaction in Yelp reviews (NLP) and automatically labeling photos uploaded to Yelp (CV).
The dataset used is the Yelp dataset which can be downloaded freely here: https://www.yelp.com/dataset/ The 32k negative reviews filtered from the original reviews can be found in 'bad_reviews.csv' All necessary librairies are located in 'requirements.txt'
- Filtering out negative reviews from a sample (5000 reviews)
- Preprocessing reviews to a format compatible with the NLP model
- Extraction of topics from negative reviews using Gensim LDA
- Results analysis
- Equalizing the histograms for each photo in the sample (100 photos per label, 500 photos total)
- Testing ORB for feature extraction
- Dimensionality reduction and KMeans clustering
- Using transfer learning with VGG16 for feature extraction
- Dimensionality reduction and KMeans clustering
- Visualizing and analyzing results
- Analying some examples of mislabeled photos
A synthesis of the project can be found here: https://katrinmisel.github.io/project_synthesis.html