Skip to content
View vijaxx's full-sized avatar

Block or report vijaxx

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
vijaxx/README.md

Hi, I'm Vijay 👋

Full-stack and automation-focused developer based in India. I like building systems that run themselves — pipelines that go from raw input to a finished, published product with no manual step in between. Currently looking for my next role.

Interested in: full-stack development, Java, AI-driven automation, data/analytics


What I've built

  • redditreels — an unattended pipeline that sources a story, rewrites it with an LLM, generates voiceover, renders a captioned vertical video, and publishes it across YouTube/Facebook/Rumble, then feeds performance data back into what it does next.
  • pinforge — turns a product theme into a full listing: a print-ready PDF, a set of Pinterest pin creatives, SEO copy, and posts it, with a SQLite layer to track how it performs.
  • kdp-puzzle-engine — generates print-ready puzzle books (word search, Sudoku, mazes) end to end, with an unattended factory mode and a compliance check that runs before anything reaches upload.

Each of these runs as scheduled, unattended jobs — not one-off scripts. A recurring theme across all three: browser automation over the Chrome DevTools Protocol for the platforms without a workable API, and free-tier LLM APIs (Gemini/Groq) wired in through a small compatibility shim so the pipeline doesn't depend on a paid key to run.


Tech

Python · Java · SQL · SQLite · HTML/CSS/JS

reportlab / Pillow (PDF & image generation) · Chrome DevTools Protocol (browser automation) · LLM APIs (Anthropic, Gemini, Groq, local Ollama) · git


📫 LinkedIn · open to full-stack, backend, and automation/AI-tooling roles.

Pinned Loading

  1. Multi-Platform-Short-Form-Content-Automation-Pipeline Multi-Platform-Short-Form-Content-Automation-Pipeline Public

    Autonomous multi-platform daily motivational reels — Pixabay + Claude + ffmpeg → YouTube Shorts + Rumble + Facebook Reels. 3x daily cadence with algo-tuned hooks, captions, and engagement signals.

    Python 1

  2. kdp-puzzle-engine kdp-puzzle-engine Public

    Generates print-ready large-print puzzle books (word search, Sudoku, mazes) for Amazon KDP, with unattended factory-mode automation and pre-upload compliance checks.

    Python 1

  3. pinforge pinforge Public

    Pinterest-driven pipeline for print-on-demand puzzle products: generates puzzle-pack PDFs, Pinterest pin creatives, and SEO copy, then posts and tracks performance.

    Python 2

  4. redditreels redditreels Public

    Unattended pipeline: sources a story, rewrites it with an LLM, generates voiceover, renders captioned vertical video, publishes to YouTube/Facebook/Rumble, and learns from performance data.

    Python 1