Skip to content
/ VistaIQ Public

AI-Powered Customer Insights Application. It analyzes customer feedback or keywords using Gemini 2.0 to generate insights for SMEs.

Notifications You must be signed in to change notification settings

mzurs/VistaIQ

Repository files navigation

VistaIQ: AI-Powered Customer Insights Application

Overview

Analyzes customer feedback or keywords using Gemini 2.0 to generate insights for SMEs.

Setup

Backend

  1. Change Directory: cd backend
  2. Create Environment: uv venv
  3. Activate: source .venv/bin/activate
  4. Install: uv pip install -r pyproject.toml
  5. Set .env: Set up your ENV take reference from .env.example
  6. Run: uv run main.py

Frontend

  1. Change Directory: cd frontend
  2. Install: npm install
  3. Set .env: Set NEXT_PUBLIC_BACKEND_URL=http://localhost:8000
  4. Run: npm run dev

Usage

Select analysis type and upload a file, edit results, and download as PDF.

About

AI-Powered Customer Insights Application. It analyzes customer feedback or keywords using Gemini 2.0 to generate insights for SMEs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published