You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AI-powered Email Notification Prioritization Engine that monitors Gmail inbox in real time, detects duplicates, applies configurable rules, and classifies emails as VERY IMPORTANT, IMPORTANT, or IGNORE using a Flask web dashboard.
A Go service for managing notifications, templates, per-user logs, and inbox records, built around clean architecture patterns. It exposes a REST API (Echo), persists data with GORM + PostgreSQL, publishes and consumes events via Kafka (go-lib/kafka), and initializes a Redis client for caching or future cross-cutting concerns.