Skip to content

This project is a Customer Feedback Analysis AI Agent that do analysis, generates insights and action items based on customer feedback.

Notifications You must be signed in to change notification settings

ahmad2b/customer-feedback-analysis-ai-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom Feedback Analysis AI Agent

Agent Workflow

agent workflow

Agent in Action

home feedback analysis

This project is a Customer Feedback Analysis AI Agent that generates insights and action items based on customer feedback.

It is powered by LangGraph, Vercel AI SDK, gpt-4o-mini, FastAPI, and Next.js.

Tech Stack

Try it out

  1. Clone the repository:

    git clone https://github.com/ahmad2b/customer-feedback-analysis-ai-agent.git
  2. Create a .env file based on the .env.example file and add your API in both agent-service and agent-ui directory.

  3. Install the dependencies for agent-service:

    cd agent-service
    poetry install
  4. Run the development server for agent-service:

     poetry run uvicorn app.main:app --reload
  5. Install the dependencies for agent-ui:

     cd agent-ui
     npm install
     # or
     yarn install
     # or
     pnpm install
  6. Run the development server for agent-ui:

     npm run dev
     # or
     yarn dev
     # or
     pnpm dev
  7. Open http://localhost:3000 with your browser to see the result.

  8. Paste your customer feedback in the input box and press Enter to generate insights and action items.


Agent UI inspired by Vercel Template

About

This project is a Customer Feedback Analysis AI Agent that do analysis, generates insights and action items based on customer feedback.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published