Automated analysis tool for Trendyol product reviews that provides AI-powered summaries and sentiment insights through an interactive dashboard.
- Headless web scraping from Trendyol
- Filtering of non-product related reviews
- Sentiment analysis using BERT
- Review summarization using Gemini LLM
- Scraping: Selenium with Chrome
- Sentiment Analysis: BERT model trained for Turkish
- Summarization: Gemini - Gemini API key
- Frontend: Streamlit
- Visualizations: Plotly
- Clone the repository
git clone https://github.com/enesmanan/review-summarizer.git
cd review-summarizer
- Install dependencies
pip install -r requirements.txt
- Run the application:
streamlit run app.py