Skip to content

dimension-drifter/CommentIQ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CommentIQ

AI-Powered Feedback Processing with Sentiment Analysis & Critical Alerts

Streamlit

Automatically analyze user feedback with:

  • 😊 Sentiment rating (Positive/Neutral/Negative)
  • 📝 AI-generated summaries
  • 🚨 Critical keyword detection
  • 📂 Airtable integration

Quick Start

  1. Clone & Install
git clone https://github.com/your-username/feedback-analyzer.git
cd feedback-analyzer
pip install -r requirements.txt
  1. Add to .env
AIRTABLE_BASE_ID=your_base_id
AIRTABLE_API_KEY=your_key
HUGGING_FACE_API_KEY=your_hf_key
  1. Run
streamlit run app.py

Key Features:

  • 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)

Setup Guide:

  1. Airtable: Create table named Feedback with fields:
    Feedback, Sentiment, Summary, Category, Flagged Keywords
  2. Hugging Face: Get API token from Account Settings

MIT LicensedFor production use, add error handling and rate limiting.

About

User Feedback Analysis Tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages