HomeProjectsSkillsContact
Portfolio
Me
Home
Projects
Skills
Contact
Back to Projects

AI Content Generator

Platform that leverages LLMs to generate high-quality marketing copy and blog posts.

PythonDjangoAWS
Source Code Live Demo

Problem Statement

Content creators spend hours fighting writer's block when drafting marketing copy. We needed an accessible, fast interface to generate high SEO-value skeletons using modern language models securely.

How It Was Built

The backend was constructed with Django to handle robust user state and prompt sanitization. I deployed this on AWS leveraging Lambda functions mapped to API Gateway for on-demand scale. The model pipelines interact with OpenAI's API async to avoid blocking.