Skip to content

gengyudong/HacX-Hackathon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

102 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HacX-Hackathon

HacX-Hackathon is a fact-checking dashboard built for HacX-Hackathon 2024 to combat misinformation and disinformation. This multi-modal analysis dashboard allows users to input a URL, image, or audio file, extract all assertions, and verify their accuracy using AI-powered fact-checking.

🌟 Features

  • 🔗 Fact-Check from URL – Extracts assertions from a webpage and verifies them.
  • 🖼️ Image Analysis – Detects and verifies claims found in images.
  • 🎙️ Audio Analysis – Transcribes and fact-checks spoken assertions.
  • 🧠 AI-Powered Reasoning – Provides explanations on why a claim is true or false.
  • 📊 Dashboard Interface – Displays results in an intuitive way for users.

🛠️ Tech Stack

Frontend:

  • React.js

Backend:

  • Express.js
  • Node.js

Cloud & AI Services:

  • Azure – For cloud processing
  • OpenAI – For natural language processing and reasoning
  • TavilyAI – For retrieval-augmented fact-checking
  • SpeechFlow – For speech-to-text transcription

💻 Installation & Setup

1️⃣ Clone the Repository

git clone https://github.com/your-username/HacX-Hackathon.git

2️⃣ Backend Setup (Express.js)

cd backend
npm install
node skibidi.js  # Start the backend server

3️⃣ Frontend Setup (React.js)

cd frontend
npm install
npm start  # Start the React app

About

This repository showcases a fact-checking dashboard that was built for the HacX-Hackathon 2024

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 94.1%
  • CSS 4.8%
  • HTML 1.1%