Skip to content

vikas-6/decide-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Decide 2.0

The Intelligence Layer for Human Choice.

Decide is a high-performance decision distillation engine. It leverages advanced OCR and LLM reasoning to translate complex data into actionable human briefs.

🏗️ Architecture

graph TD
    User([User]) -->|Image/Text| Interface[Decide Interface]
    Interface -->|Payload| Engine[Decide Engine]
    
    subgraph Perception Layer
        Engine --> Vision{Vision Engine}
        Vision -->|Primary| Gemini[Gemini 1.5 Flash]
        Vision -->|Fallback| Tesseract[Tesseract.js]
    end
    
    subgraph Intelligence Core
        PerceptionLayer --> Context[Inferred Context]
        Context --> LLM[Groq / Llama 3.3]
        LLM --> Brief[Decision Brief]
    end
    
    Brief -->|Structured JSON| Interface
Loading
  • backend/: The Node.js "Decide Engine" (Express, Groq, Tesseract).
  • frontend/: The React "Decide Interface" (Vite, Tailwind v4).

🚀 Getting Started

1. Engine Setup (Backend)

cd backend
npm install
npm start

Engine runs on port 5002 by default.

2. Interface Setup (Frontend)

cd frontend
npm install
npm run dev

Interface will proxy requests to the engine.

🛠️ Tech Stack

  • Reasoning: Groq (Llama 3/Mixtral)
  • Vision: Tesseract.js (Optimized OCR)
  • UI: React 19 + Tailwind v4
  • Style: Premium Humanist Design

Created by Vikas Kumar.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors