
Memvix
An AI-powered Telegram assistant that lets users create reminders and tasks using natural language, backed by a custom scheduling engine.
- Memvix is a production-grade reminder and memory system that allows users to create reminders using natural language such as "Remind me tomorrow at 9 PM to submit assignment".
- The platform uses NLP pipelines, Duckling for date-time extraction, Redis queues, PostgreSQL, and background workers to process and trigger reminders reliably. It also integrates with Telegram via webhooks for real-time delivery.
- The system is deployed using Docker and GitHub Actions with CI/CD for automatic production deployment.