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.
- 🔗 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.
- React.js
- Express.js
- Node.js
- Azure – For cloud processing
- OpenAI – For natural language processing and reasoning
- TavilyAI – For retrieval-augmented fact-checking
- SpeechFlow – For speech-to-text transcription
git clone https://github.com/your-username/HacX-Hackathon.git
cd backend
npm install
node skibidi.js # Start the backend server
cd frontend
npm install
npm start # Start the React app