0x0be /
scrapeadvisor
A user-friendly python-based GUI which provides sentiment analysis of users' reviews toward a specific TripAdvisor facility
Loading repository data…
uzzair-doctom04 / repository
A Python-based sentiment analysis project that analyzes text and returns sentiment insights using a Flask-powered API. Built to explore NLP concepts, API development, and real-world AI use cases. Tech Stack: Python, Flask, NLP Focus: Text analysis • AI-powered insights • Simple API design
Selected from shared topics, language and repository description—not editorial ratings.
0x0be /
A user-friendly python-based GUI which provides sentiment analysis of users' reviews toward a specific TripAdvisor facility
rohanmistry231 /
A collection of Python-based NLP projects exploring text processing, sentiment analysis, and language modeling using libraries like NLTK, SpaCy, and Transformers. Includes hands-on implementations with datasets and tutorials for building and evaluating NLP models.
arupdas0825 /
A Python-based Sentiment Analysis web app that detects emotions in text using NLP. Built with TextBlob & Streamlit, it supports single text, bulk, and CSV analysis with real-time visualizations. Designed for scalability with upcoming BERT integration, REST API, and multilingual support.
avikds /
A Python-based sentiment analysis tool that uses Scikit-Learn and a Naive Bayes classifier to predict tweet sentiment with 95% accuracy.
rohanmistry231 /
Description A Python-based web application for analyzing sentiment in movie reviews using NLP techniques and machine learning models. Built with Flask and libraries like NLTK or TextBlob, it provides a user-friendly interface for sentiment classification.
AshirwadSatapathi /
Student Feedback Analyzer is a Python-based desktop application which is developed with a motive to change the existing feedback system used in colleges that uses multiple options in the form of radio button in a form to find out the feedback of the student on a particular subject or a faculty instead use sentiment analysis to find out the feedback score of a subject or faculty from the students feedback. The application uses textblob to find the polarity of a feedback given by the subject and stores it in a database. Later the Administrator can find out the feedback score of each faculty and / or subject using the admin module.