Fast Islamic fact-checking extension for YouTube videos. Validates claims about Islam, Quran, and Hadith against authenticated sources.
- Python 3.8+
- Chrome/Edge browser
- Ollama installed locally
Download and install Ollama from: https://ollama.ai
ollama serveollama pull mistralOr use another model:
ollama pull llama2
ollama pull qwenpip install -r requirements.txtcd server
python3 islamic_fact_check_server.pyThe server will start on http://localhost:8004
- Open Chrome/Edge and go to
chrome://extensions/(oredge://extensions/) - Enable Developer mode (toggle in top-right)
- Click Load unpacked
- Select the
clientfolder - Extension is ready!
- Go to any YouTube video
- Enable captions/subtitles on the video
- The extension automatically monitors captions and fact-checks Islamic content
- Results appear in a popup on the screen
Create server/.env file to customize:
# AI Provider
AI_PROVIDER=ollama
# Ollama Settings
OLLAMA_MODEL=mistral
OLLAMA_BASE_URL=http://localhost:11434
# Optional: Islamic API Keys
SUNNAH_API_KEY=your_key_here- The extension only processes Islamic content (automatically filters non-Islamic captions)
- Quick checks are fast (<1 second)
- Comprehensive analysis runs in the background
- Popups stay visible for 60 seconds