Smaller Projects
Automation Labs
Smaller workflow projects covering outreach pipelines, AI-assisted lead capture, appointment booking, and OCR document extraction.
Projects
01
Outreach Automation Pipeline
An outreach workflow covering lead sourcing, context-aware personalization, and multi-channel delivery. Each step runs as a connected node in a repeatable pipeline: sourcing, enrichment, messaging, scheduling, delivery. Replaced manual one-by-one follow-up. Built with n8n and Python. Lead data from LinkedIn Sales Navigator and Hunter.io.
- Lead sourcing and data enrichment
- Personalized message generation
- Multi-channel delivery orchestration
- Workflow branching and error handling
02
AI Sales and Appointment Bots
Conversational bots for sales qualification and appointment booking. Users talk to the bot through a natural language interface. The bot qualifies leads, captures information, and schedules appointments into connected calendar or CRM systems. Built with Voiceflow and n8n. LLM handles context-aware responses.
- Conversational lead qualification
- Appointment booking automation
- CRM and calendar integration
- Fallback and handoff handling
03
ID Card Analyzer
An OCR pipeline for bilingual ID card images. Reads ID card photos, extracts structured fields (name, ID number, dates), validates them with regex, and outputs structured data for downstream automation. Processed 500+ records with automated email delivery at the end of each batch.
- ID card image ingestion and preprocessing
- OCR-based bilingual field extraction
- Regex validation and structured export
- Automated email delivery workflow
Tooling
Tools used across these projects
n8n
Open-source workflow automation for building complex flows with webhooks, API connections, and conditional branching.
Zapier
Cloud-based automation connecting SaaS tools through trigger-action pipelines.
Voiceflow
Conversational AI platform for designing and deploying chat and voice bot flows.
Python
Used for the OCR pipeline with OpenCV, Tesseract, and Pandas for image preprocessing, field extraction, regex validation, and structured export.
More work