This project uses OpenAI's GPT model to automatically summarize long customer reviews into short, clear summaries.
- LLM-powered summarization
- Simple and interactive Streamlit UI
- Uses prompt engineering for concise summaries
- Clone the repo
- Install dependencies:
pip install -r requirements.txt - Add your OpenAI API key to a
.envfile - Run the app:
streamlit run app.py
Input:
"I recently purchased this product and was pleasantly surprised by the build quality. However, the battery life was disappointing..."
Output:
"The product has great build quality but poor battery life."
- Python
- Streamlit
- OpenAI GPT