SleepySoft/IntelligenceIntegrationSystem
Intelligence Integration System with AI and Workflow
What it solves
This project addresses the issue of information overload and low-quality journalism. It aims to filter out "watery" content and clickbait titles from massive amounts of daily news, ensuring that only high-value intelligence is surfaced for the reader.
How it works
The system follows a pipeline of scraping $\rightarrow$ submission $\rightarrow$ cleaning/AI analysis $\rightarrow$ filtering/re-publishing $\rightarrow$ archiving.
- Scraping: It uses RSS feeds and list-page scraping to collect news from various global media outlets. It includes a "What You See Is What You Get" (WYSIWYG) tool for generating crawler configurations.
- AI Analysis: Collected news is processed by an AI analyzer that uses specific prompts to score and analyze the intelligence value of the content. It utilizes
json_repairto ensure high parsing rates of AI outputs. - Vector Storage: It employs a vector database (using the
bge-m3model) to enable similarity searches, intelligence jumping, and correlation deduction. - Management: A central hub (IntelligenceHub) manages the data flow, provides a web interface for administration, and publishes the filtered results as HTML pages.
Who it’s for
Users interested in Open Source Intelligence (OSINT) who want a streamlined, AI-powered way to monitor global news and extract meaningful insights without reading through low-value articles.
Highlights
- AI-Driven Scoring: Automatically filters news based on intelligence value, aiming to separate high-value reports from noise.
- Vector-Based Correlation: Uses a vector database to find similar intelligence and perform correlation deductions.
- WYSIWYG Crawler Config: Simplifies the addition of new news sources through a visual configuration interface.
- Global Media Integration: Pre-configured to scrape from a wide variety of international news agencies (e.g., BBC, Al Jazeera, TASS).
- Comprehensive Storage: Uses MongoDB for structured intelligence archiving and a dedicated vector DB for semantic search.
Related
- Project
- Project
- Project
- Project
- Project