The Global Consensus Engine for Market Sentiment Analysis.
Sentix AI is a high-performance market intelligence platform that aggregates global signals from YouTube and Reddit to provide deep, "Agent-Verified" product insights. By utilizing a multi-agent orchestration layer, it doesn't just summarize dataβit audits it for blindspots and biases.
- Global Consensus Engine: Aggregates video transcripts and social discourse to generate a unified Sentiment Score.
- Agent-Verified Audits: Uses "System Audits" to identify blindspots in reviewer data, ensuring users see whatβs missing from a product review.
- Insight Pills: Auto-generated tags for key Strengths and Weaknesses.
- PDF Intelligence Reports: Exportable executive summaries of product performance.
- Smart Alternatives (BETA): AI-driven pivot recommendations based on cross-platform pain points.
The system operates using a specialized agentic workflow:
-
Signal Extractor Agent: Fetches and parses global data (YouTube Transcripts/Metadata).
-
Consensus Agent: Synthesizes multiple reports into a single global brief.
-
Audit Agent: Scrutinizes source data to find "Blindspots" (e.g., missing technical details, biased sponsorships).
-
Verdict Agent: Calculates the final global sentiment score () using a weighted logic:
-
Alternative Agent (WIP): Maps user pain points to competitor products via Reddit discourse.
Important
DEMO NOTE: The "Alternative Agent" (Phase 5) is currently under active development. For the current demo version, the alternatives.html page uses a high-fidelity hardcoded model based on iPhone 16 Pro Max data to demonstrate the intended output of the Reddit Scraper.
- Framework: Django (Python 3.10+)
- Frontend: Bootstrap 5, Bi-Icons, HTML5/CSS3
- Intelligence: Gemini 3 pro preview
- Data Sources: YouTube Data API v3, Praw (Reddit Wrapper)
- Reporting: html2canvas, jsPDF
βββ sentix_project/ # Django Root
βββ intelligence/ # Main AI Application
β βββ templates/
β β βββ index.html # Dashboard UI
β β βββ alternatives.html # Phase 5 Demo Page
β βββ views.py # Agent Orchestration Logic
β βββ urls.py # System Routing
βββ static/ # CSS, JS, and Brand Assets
βββ manage.py
- Clone the Repository:
git clone the repo
- Install Dependencies:
pip install -r requirements.txt
- Environment Variables:
Create a
.envfile in the root directory:
and enter your credentials
- Run the Server:
python manage.py runserver
- Phase 1: Signal Extraction & Transcription
- Phase 2: Multi-Agent Consensus Logic
- Phase 3: System Audit & Blindspot Detection
- Phase 4: Intelligence PDF Exporting
- Phase 5 (In Progress): Live Reddit Alternative Scraper