This project involves performing topic modeling on customer reviews to uncover hidden themes and patterns within the text data. By applying advanced Natural Language Processing (NLP) techniques, we can identify key topics and trends that help in understanding customer sentiments and improving business strategies.
To set up the topic modeling system on your local machine, follow these steps:
git clone https://github.com/username/topic-modeling-customer-reviews.git
cd topic-modeling-customer-reviews
python3 -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
pip install -r requirements.txt
To start the topic modeling analysis, run the main script with your dataset:
python topic_modeling.py --input