VasaChiranjeevi / ai-customer-feedback-analysis

The objective of this project is to build an AI-powered system to collect and analyze customer reviews for multiple companies, generating summaries and extracting common keywords using existing free AI models. The reviews and their respective analysis will be stored in a database, and summaries will be updated
0 stars 0 forks source link

Summarize Reviews API endpoint #4

Open ShashankC66 opened 1 month ago

ShashankC66 commented 1 month ago

GET /summaries/{company_id}

Description: Retrieve the summarized reviews and keyword analysis for a company. Response: { "summary": "Most customers appreciate the service...", "keywords": ["service", "delivery", "support", "pricing", "quality"] }