Selected projects and contributions showing how I build AI, backend, security, and open source systems.
TruthLens: An AI-Assisted Credibility Assessment Platform
Strategic Vision: Complementary Intelligence. Built as a Decision Support System (DSS) that augments human judgment rather than replacing it. It delivers multi-dimensional, bilingual (Arabic & English) analysis synthesizing linguistic patterns, contextual cues, and source credibility against high-velocity misinformation.
Multi-Model Consensus
-
01
Qwen 3 (8B): Primary Reasoning Engine for complex semantic context and logical coherence analysis.
-
02
Phi-3 Mini (3.8B): Self-Healing Agent ensuring structural data integrity and JSON validation/repair.
-
03
Custom Logistic Regression: High-performance clickbait detection model deployed via Hugging Face.
Advanced NLP Layer
Deep integration of CAMeL-BERT for Arabic linguistic nuances and Twitter-RoBERTa for English social sentiment. Augmented with Detoxify for hate speech moderation, SpaCy NER with Wikipedia API for factual entity enrichment, Tesseract OCR for visual text extraction, and FastText for vector embeddings.
Performance Arch
Engineered on a Python 3 / FastAPI / Uvicorn stack for high-concurrency handling. Utilizes Celery/Redis for non-blocking background analysis. Implements Cold Start Elimination via persistent VRAM loading of models using Docker and CUDA acceleration.
Data Intelligence
Advanced Adaptive Scraping pipelines leveraging Newspaper3k and ScraperAPI. Integrated RAG (Retrieval-Augmented Generation) via ChromaDB for context injection. Deployment managed through Docker Compose microservices with Firebase real-time synchronization.
Defense & Privacy
Implements Proactive Threat Defense through VirusTotal API integration for automated URL scanning. Features Automated PII redaction for emails and phone numbers before analysis to ensure strict user privacy.
Future Roadmap
System architecture confirms full Structural Readiness for Google News Fact Check API integration. Future iterations focus on scaling generative reasoning capabilities and expanding cross-platform social media monitoring modules.