A quick check tool for Nigerians with Language translation for Igbo, Hausa, Yoruba
A Quick Check System That Validates Claims
Nigerian Information Verification Platform
deployed URL:
truth-check-system.vercel.a…
## 📌 Overview
OdinsEye is a truth verification system designed to help Nigerians validate the authenticity of circulating information. The platform serves multiple stakeholders including citizens, government agencies, media organizations, and tech developers in combating misinformation across Nigeria's diverse linguistic landscape.
> ⚠️ **Note:** The truth-checker currently works only within the user dashboard. Integration into the landing page will be implemented as part of future improvements.
## 🌟 Key Features
- **Multilingual Fact-Checking**: Supports English, Igbo, Hausa, and Yoruba
- **Claim Validation**: Automated verification of circulating information
- **Stakeholder Dashboards**: Custom views for different user types
- **Source Reliability Scoring**: Rates credibility of information sources
- **Cultural Context Analysis**: Considers regional and linguistic nuances
## 🛠️ Technology Stack
### Frontend
- React with TypeScript
- Multilingual UI Components
- Responsive Design Framework
### Backend
- Node.js with Express and TypeScript
- MongoDB Database
- Translation API Integration
- Authentication System
### Additional Services
- Google Translate API (for multilingual support)
- Helmet.js (Security)
- Winston (Logging)
## 🚀 Getting Started
### Prerequisites
- Node.js (v16+)
- MongoDB Atlas account or local MongoDB instance
- Google Cloud API key (for translation services)
### Installation
1. Clone the repository
```bash
git clone
github.com
```
2. Install dependencies
```bash
cd Truth-Check-System
npm install
cd frontend
npm install
```
3. Set up environment variables
```bash
.env
```
4. Start development servers
```bash
# Backend
npm run dev
# …