Advent Automation 2025

Day 02: Creator Intelligence System

Instagram Business Analytics & Growth Intelligence Platform

Industry: Creator Economy/Social Media

An end-to-end analytics system for Instagram creators, built to help a 100K-follower account reach 200K in 6 months through data-driven insights and AI-powered recommendations.


What This Project Does

This system analyzes Instagram performance data to provide:


Data Architecture

Uses synthetic Instagram-like data designed to mirror real Instagram Graph API responses:

The synthetic data demonstrates realistic patterns: 32.51% avg engagement, 7 viral posts (>65% engagement), best posting times at 18:00-21:00, optimal days Thursday/Sunday/Wednesday.


Technical Components

Core Pipelines:

Backend:


Why This Matters

For Recruiters:

For Clients:


Quick Start

# Install dependencies
pip install -r requirements.txt

# Load synthetic data (first time only)
python experimental/day02_PIPELINE_synthetic_data_loader.py

# Run analysis pipelines
python day02_PIPELINE_data_analysis.py
python day02_PIPELINE_LTV.py

# Launch dashboard
streamlit run day02_STREAMLIT_pipeline.py
# Opens at http://localhost:8501

Results

Full technical documentation: See experimental/ folder for detailed results, dashboard guide, and debug tools.


Tech Stack: Python 3.13 · SQLite · Meta Graph API v24.0 · OpenAI GPT-4o-mini · Streamlit 1.29 · Plotly 5.18 · Pandas 2.1

Project Status: Production-ready · 3,500+ lines of code · All 3 hours complete