An intelligent decision analysis tool that helps you make better choices by breaking down complex scenarios into clear, actionable insights.
- 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
- Clone the repository:
git clone https://github.com/hridaya423/evalico
cd evalico- Install dependencies:
npm install- Add your Groq API key to
.env.local:
GROQ_API_KEY=your_groq_api_key_here
- Run the development server:
npm run devOpen http://localhost:3000 to view the application.