← BACK TO PROJECTS
PROJECT [04]

KlinikHoax AI

FACT-CHECKING / CHATBOT
TYPEFACT-CHECKING / CHATBOT
STATUSCOMPLETED
YEAR2025
STACKPython / LangFlow / Amazon Nova / Google Search API

KlinikHoax AI is an AI-powered fact-checking chatbot built to combat misinformation by providing users with verified, evidence-based responses to their queries about potentially false claims.

The system leverages LangFlow for orchestrating the AI pipeline and Amazon Nova as the core LLM. When a user submits a claim for verification, the AI Fact-Check module cross-references the report with Google Search results in real-time to validate or debunk the claim.

The platform also includes a comprehensive end-to-end ticket tracking system, allowing users to submit reports, track the verification progress, and receive detailed fact-check results — creating a complete misinformation response workflow.

  • Python
  • LangFlow
  • Amazon Nova
  • Google Search API
  • FastAPI
ARCHITECTURE DIAGRAM
┌──────────────┐     ┌──────────────┐     ┌──────────────┐
│ USER REPORT  │────▶│  AI ANALYZE  │────▶│ CROSS-CHECK  │
└──────────────┘     │  LangFlow    │     │ Google Search│
                     └──────────────┘     └──────┬───────┘
                                                 │
                                                 ▼
                                         ┌──────────────┐
                                         │ FACT VERDICT │
                                         └──────┬───────┘
                                                 │
                                                 ▼
                                         ┌──────────────┐
                                         │TICKET SYSTEM │
                                         └──────────────┘

User Report → AI Analysis → Real-time Cross-Reference → Fact-Check Result