Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🛡️ Veridian: Neural Autonomous Forensic Protocol

The definitive bot-native infrastructure for neutralizing misinformation at the information edge.

Protocol Inference Retrieval Status

Veridian is a high-fidelity Autonomous Forensic Protocol engineered to safeguard digital integrity through a unified Telegram interface. Moving beyond standard fact-checkers, Veridian implements a Neural Synthesis Engine that transforms raw multimodal data into stylised, evidence-backed Trust Receipts served directly from its autonomous cloud core.


🏗️ Technical Architecture: The Autonomous Core

Veridian operates as a self-contained intelligence unit, integrating forensic extraction, semantic grounding, and high-fidelity report rendering in a single cloud-native stack.

graph TD
    subgraph Edge_Interaction [User Interface]
        U([User]) -->|Multimodal Submission| TG[Veridian Telegram Bot]
    end

    subgraph Autonomous_Core [Neural Synthesis Engine]
        TG -->|Asynchronous Task| Task[Celery Forensic Worker]
        Task -->|Neural Transcription| Whisper[Groq Whisper-v3]
        Task -->|Vision Extraction| LlamaV[Llama-3.2-Vision]
        Task -->|Knowledge Retrieval| Tavily[Tavily Discovery]
    end

    subgraph Forensic_Output [Audit System]
        Whisper --> Agent[Forensic Reasoning Agent]
        LlamaV --> Agent
        Tavily --> Agent
        Agent -->|Verdict Persistence| DB[(PostgreSQL Audits)]
        Agent -->|Full Report JSON| API[FastAPI Logic Hub]
        API -->|Embedded Rendering| HTML[High-Fidelity HTML Receipt]
        HTML -->|Direct Link| TG
    end

    classDef autonomous fill:#1a1b26,stroke:#7aa2f7,stroke-width:2px,color:#c0caf5;
    classDef storage fill:#24283b,stroke:#bb9af7,stroke-width:2px,color:#c0caf5;
    class Edge_Interaction,Autonomous_Core autonomous;
    class Forensic_Output storage;
Loading

Architecture Data Flow

sequenceDiagram
    participant U as User
    participant B as Telegram Bot
    participant O as Orchestrator (FastAPI)
    participant C as Cloud Inference (Groq/Tavily)
    participant D as Database (PostgreSQL)
    participant R as Receipt Engine (HTML)

    U->>B: Submits Multimodal Media
    B->>O: Dispatches Forensic Task
    O->>C: Parallel Extraction (Vision + Audio + Search)
    C-->>O: Forensic Primitives (Transcripts + Metadata)
    O->>O: Neural Reasoning & Verdict Synthesis
    O->>D: Persists Final Audit Log
    O-->>B: Broadcasts Verdict + Short Link
    B->>U: Delivers Forensic Bulletin
    U->>R: Clicks Link for Full Evidence
    R->>D: Pulls Record
    D-->>R: Audit Data
    R-->>U: Serves High-Fidelity HTML Receipt
Loading

🧭 Strategic User Flow

The Veridian experience is designed for mission-critical transparency, guiding the user from uncertainty to verified ground truth in under 2 seconds.

flowchart LR
    A[User Submission] --> B{Entry Handler}
    B -->|Image/OCR| C[Neural Vision]
    B -->|Audio Pulse| D[Neural Transcription]
    B -->|Video Sync| E[Cross-Modal Synthesis]
    
    C & D & E --> F[Agentic Reasoning]
    F --> G[Knowledge Retreival]
    G --> H[Verdict Decision]
    
    H --> I[Bot Notification]
    I --> J[Receipt Access]
    
    style A fill:#f9f,stroke:#333,stroke-width:2px
    style J fill:#bbf,stroke:#333,stroke-width:2px
    style H fill:#dfd,stroke:#333,stroke-width:2px
Loading

🛡️ Autonomous Primitives

1. The Embedded Trust Receipt

Veridian eliminates the need for separate frontend dashboards. Every audit generates a Direct-Link Receipt served immediately by the backend logic hub.

  • Forensic Badging: Real-time verdict intensity signals (TRUE/FALSE/MISLEADING).
  • Proactive Evidence: Dynamic citation of authoritative sources with interactive provenance mapping.
  • Glassmorphism UI: High-end, mobile-optimized "Audit Card" aesthetic tailored for instant mobile review.

2. Multi-Channel Signal Synthesis

  • Neural Audio Pulse: Elite-level transcription and spoof detection using Groq Whisper-v3.
  • Visual Forensic Logic: Image extraction and manipulation analysis utilizing Llama-Vision models.
  • Real-Time Knowledge Mapping: Deep-web evidence gathering via the Tavily Search Fabric to anchor every claim in current reality.

3. Coordinated Disinfo Alerts (Viral Flagger)

The bot features an autonomous Viral Monitor that tracks rumor pulse rates in real-time. Upon detecting a coordinated spike (3+ recurring claims), it broadcasts a high-urgency Intelligence Bulletin to all registered channels.


🚀 The Stack: Optimized for Independence

Layer Professional Specification Key Technologies
Logic Hub Unified FastAPI Backend FastAPI, Jinja2/HTML Synthesis
Autonomous Bot High-Throughput Polling Python-Telegram-Bot, Asyncio
Intelligence Low-Latency Neural Synthesis Groq (Llama-3.1), Tavily AI
Persistence Permanent Audit Mesh Managed PostgreSQL, Redis Cache
Deployment Infrastructure as Code Render Blueprint (render.yaml)

🏆 CodeWizards 2.0 SRMIST 2026 Submission

Veridian represents the pinnacle of Autonomous Bot Intelligence in the hackathon space.

  • Innovation: Eliminated external frontend dependencies by embedding a high-fidelity rendering engine into the neural backend.
  • Efficiency: Achieved a complete forensic audit lifecycle (extraction, search, reasoning, report) in under 2 seconds.
  • Resilience: Designed for 99.9% uptime via cloud-native Render orchestration.

Important

Veridian is not a utility; it is a Verification Protocol. It serves as the definitive source of truth, directly integrated into the communication channels where misinformation spreads fastest.

© 2026 Veridian Intelligence Labs. All Rights Reserved.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages