AI-Powered Feedback Processing with Sentiment Analysis & Critical Alerts
Automatically analyze user feedback with:
- 😊 Sentiment rating (Positive/Neutral/Negative)
- 📝 AI-generated summaries
- 🚨 Critical keyword detection
- 📂 Airtable integration
- Clone & Install
git clone https://github.com/your-username/feedback-analyzer.git
cd feedback-analyzer
pip install -r requirements.txt- Add to
.env
AIRTABLE_BASE_ID=your_base_id
AIRTABLE_API_KEY=your_key
HUGGING_FACE_API_KEY=your_hf_key- Run
streamlit run app.py- Instant Analysis: Get sentiment, summary, and category in one click
- Security Alerts: Flags 15+ critical terms like "data breach" or "hack"
- Smart Storage: Auto-saves to Airtable with metadata
- AI Models: Hugging Face's BERT (sentiment) & Pegasus (summarization)
- Airtable: Create table named
Feedbackwith fields:
Feedback,Sentiment,Summary,Category,Flagged Keywords - Hugging Face: Get API token from Account Settings
MIT Licensed • For production use, add error handling and rate limiting.