This Streamlit application performs sentiment analysis and clustering of hotel reviews. It allows users to explore hotel reviews, analyze sentiment, and view clustered reviews.
-
Clone the repository:
git clone https://github.com/Srinivasulu2003/Hotel-analysis.git
2.unzip hotel analysis.zip
3.cd hotel analysis
4.python -m venv venv
venv\Scripts\activate # For Windows
5.pip install -r requirements.txt
6.streamlit run s.py