i008/nyyelp
predicting yelp review rating using recurrent neural networks
This project helps businesses and individuals understand the sentiment of online reviews by predicting the star rating (1-5) directly from the text of a review. You provide raw review text, and it outputs the predicted star rating. This is useful for anyone managing online reputations, analyzing customer feedback, or doing market research.
No commits in the last 6 months.
Use this if you need to quickly get a predicted star rating for a review based solely on its textual content.
Not ideal if you need a model that can provide fine-grained sentiment analysis beyond a 1-5 star rating or if you need to train on an extremely large dataset with specific domain vocabulary without prior embeddings.
Stars
22
Forks
4
Language
Jupyter Notebook
License
—
Category
Last pushed
Feb 26, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/i008/nyyelp"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Jetsu0/hospital-reviews-topic-modelling-sentiment-analysis
🎭 Analyze hospital reviews from Google Maps with topic modelling and sentiment analysis to...
msahamed/yelp_comments_classification_nlp
Yelp round-10 review comments classification using deep learning (LSTM and CNN) and natural...
glennfang/apple-app-reviews-scraper
Apple App Store reviews scraper with backoff strategy to tackle rate limiting
HarshCasper/Blind-App-Reviews
Scraped reviews of over 25 companies from the Blind App ⚡️
jeffjohannsen/Predicting_Yelp_Review_Quality
[Archived] Classical NLP pipeline (2019-2020) predicting Yelp review quality using TF-IDF,...