Skip to content
View pun33th45's full-sized avatar

Highlights

  • Pro

Block or report pun33th45

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
pun33th45/README.md
Typing SVG
     

◈ INIT

$ whoami
  PUNEETH RAJ
  Aspiring AI Engineer · Full Stack Dev
  Hyderabad, India

$ cat mission.txt
  Build autonomous AI systems.
  Ship products that matter.
  Make intelligence — accessible.

$ ps aux | grep current
  [●] QA Automation Intern @ Proxim Wireless
  [●] LLM Pipelines · AI Agents · RAG Systems
  [●] AI-first full-stack products

$ cat links.json
  portfolio : puneeth-dev.vercel.app
  github    : github.com/pun33th45
  email     : puneethraaaj@gmail.com
Stats
Streak


QA Automation Intern    Mar 2026 → Present


     


◈ STACK


⟨ AI / ML ⟩


LangChain  ·  LangGraph  ·  LlamaIndex  ·  Groq  ·  HuggingFace  ·  OpenAI API  ·  Anthropic  ·  RAG  ·  Vector DBs  ·  Prompt Engineering


⟨ Backend ⟩                                       ⟨ Frontend ⟩                                       ⟨ Infra ⟩

       

FastAPI · Node.js · MongoDB · PostgreSQL · Redis  |  React · Next.js · TypeScript · Tailwind · shadcn/ui  |  Docker · GitHub Actions · Render · Railway


◈ BUILDS

N8N WORKFLOW GENERATOR

From prompt to production automation — instantly.

Describe what you want automated in plain language. The system generates a complete, deployable n8n workflow — no manual node-building required. LLM-powered workflow intelligence meets visual automation.

PROMPT ──▶ LLM Orchestration
                └──▶ Workflow Schema Generator
                       └──▶ n8n-Compatible JSON
                              └──▶ Deploy-Ready Automation

Python  ·  LangChain  ·  n8n API  ·  FastAPI  ·  LLM Orchestration

 

RAG-BASED DEVELOPER ASSISTANT

Contextual AI coding support powered by retrieval-augmented generation.

An intelligent developer assistant that doesn't hallucinate — it retrieves. Indexes your documentation and codebase, then answers questions with precise, grounded context through a RAG pipeline.

QUERY ──▶ Vector Retrieval (Semantic Search)
               └──▶ Context Injection
                      └──▶ LLM Response Generation
                             └──▶ Grounded, Accurate Answer

Python  ·  LlamaIndex  ·  ChromaDB  ·  FastAPI  ·  OpenAI / Groq

 

AI STARTUP AGENT

Niche in. Full startup intelligence report out. In seconds.

Autonomous startup intelligence engine. Enter any market niche and receive a complete report: ideas, audience profiling, monetization strategy, MVP roadmap, and competitor analysis — all via a visual LLM pipeline at LPU speed.

NICHE ──▶ Prompt Layer
               └──▶ Groq / Llama 3 (LPU Inference)
                      └──▶ Ideas · Audience · Monetization
                             └──▶ MVP Roadmap · Competitor Intel

Langflow  ·  Groq  ·  Llama 3  ·  Python  ·  Prompt Engineering

   

PARKMATE ANDROID

Smart parking management for seamless urban mobility.

A native Android application that transforms the urban parking experience. Real-time spot discovery, booking, and navigation — designed for scale, built for daily use.

USER ──▶ Smart Parking Discovery
              └──▶ Real-Time Availability Engine
                     └──▶ Booking + Navigation
                            └──▶ Seamless Urban Experience

Android  ·  Java / Kotlin  ·  Firebase  ·  Google Maps API  ·  Material Design

 


◈ SIGNAL

Top Languages    Most Used Languages
Activity Graph
Trophies Contribution Snake
Set up the contribution snake (one-time)

Create .github/workflows/snake.yml in your pun33th45/pun33th45 repo:

name: Generate Snake
on:
  schedule:
    - cron: "0 0 * * *"
  workflow_dispatch:
jobs:
  generate:
    runs-on: ubuntu-latest
    steps:
      - uses: Platane/snk/svg-only@v3
        with:
          github_user_name: ${{ github.repository_owner }}
          outputs: |
            dist/github-contribution-grid-snake.svg
            dist/github-contribution-grid-snake-dark.svg?palette=github-dark
      - uses: crazy-max/ghaction-github-pages@v3
        with:
          target_branch: output
          build_dir: dist
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

╔══════════════════════════════════════════════════════════╗
║   Build systems that think.                             ║
║   Ship products that matter.                            ║
║   Make the invisible — inevitable.                      ║
╚══════════════════════════════════════════════════════════╝

Every system I build moves toward autonomous intelligence at scale.


◈ UPLINK

     

Building at the frontier. Always open to conversations that push the boundary.


Pinned Loading

  1. autonomous-vehicle-obstacle-detection-yolo autonomous-vehicle-obstacle-detection-yolo Public

    Real-time obstacle detection for autonomous vehicles using YOLOv8 with a Streamlit dashboard.

    Python 1

  2. football-transfer-market-value-predictor football-transfer-market-value-predictor Public

    Football Transfer Market Value Predictor using Machine Learning to estimate player market values based on performance data.

    Python

  3. selenium-ecommerce-framework selenium-ecommerce-framework Public

    Industry-level Selenium Java automation framework for an e-commerce website using TestNG, Maven, Page Object Model, Log4j2, screenshots, and Extent Reports.

    Java

  4. Cursor-Clone Cursor-Clone Public

    Helix — A Cursor-style AI-powered desktop code editor. Built with Electron + React + Monaco + Gemini API. Free to use.

    JavaScript

  5. n8n-workflow-generator n8n-workflow-generator Public

    Generate production-ready n8n automation workflows from plain English descriptions using Google Gemini AI. No more manually dragging nodes — just describe what you want and get importable JSON inst…

    TypeScript

  6. RAG-Based-Developer-Assistant RAG-Based-Developer-Assistant Public

    Built an AI-powered RAG-based developer assistant that allows users to upload entire codebases or documents and interact with them using natural language. The system leverages embeddings, vector se…

    Python