Skip to content

hridaya423/evalico

Repository files navigation

Evalico

An intelligent decision analysis tool that helps you make better choices by breaking down complex scenarios into clear, actionable insights.

Features

  • Smart Analysis: AI-powered analysis of complex decision scenarios
  • Visual Decision Flow: Interactive Mermaid flowcharts showing decision paths
  • Data Insights: Real charts with relevant metrics and comparisons
  • Clear Recommendations: Evidence-based suggestions with pros/cons analysis
  • Responsive Design: Clean, accessible interface with WCAG compliance

Getting Started

Installation

  1. Clone the repository:
git clone https://github.com/hridaya423/evalico

cd evalico
  1. Install dependencies:
npm install
  1. Add your Groq API key to .env.local:
GROQ_API_KEY=your_groq_api_key_here

  1. Run the development server:
npm run dev

Open http://localhost:3000 to view the application.