Skip to content
View amiitt001's full-sized avatar

Block or report amiitt001

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.

Content in all repositories owned by your account will be closed.
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
amiitt001/README.md

Hi, I'm Amit Verma πŸ‘‹πŸ€–

Typing SVG

coding gif


πŸš€ About Me

I'm a Computer Science undergraduate focused on building AI-powered backend systems, intelligent agents, and cloud-native applications.

I enjoy going beyond simple API integrations β€” designing systems where AI agents, APIs, databases, automation, and infrastructure work together as one product.

  • πŸŽ“ B.Tech CSE β€” Galgotias College of Engineering & Technology
  • πŸ“… Class of 2028 Β· 2nd Year Β· 3rd Semester
  • πŸ€– Focused on AI Agents, Backend Engineering & Cloud
  • 🐍 Python + TypeScript are my primary development languages
  • ☁️ Building and deploying applications on Google Cloud
  • πŸ‘₯ Coordinator @ GFG Club & LOOP Tech Club
  • 🧠 Currently strengthening backend architecture, ML, system design & DSA

🧠 What I Build

AI Agents
    ↓
Backend APIs
    ↓
Data & Databases
    ↓
Cloud Infrastructure
    ↓
Automation & Deployment

My main interests:

  • πŸ€– Multi-Agent AI Systems
  • 🧠 Generative AI & LLM Applications
  • βš™οΈ Backend APIs & System Architecture
  • ☁️ Cloud-Native Applications
  • 🐳 Docker & CI/CD
  • πŸ”„ Workflow Automation
  • πŸ‘οΈ Computer Vision
  • πŸ“Š Data Structures & Algorithms

πŸ› οΈ My Toolbox

Languages

Backend & Databases

AI / ML

Cloud & DevOps

Tools


πŸ”₯ Featured Projects

πŸ€– ADK Hiring Agent

Multi-agent AI system for automated technical candidate evaluation.

Built with Google's Agent Development Kit (ADK) and Gemini, the system uses specialized agents to evaluate candidates from a job description through a final HIRE / NO HIRE recommendation.

Agent Architecture:

                    Root Orchestrator
                           β”‚
          β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
          ↓                ↓                ↓
    Rubric Builder   Resume Reviewer   GitHub Validator
                                             β”‚
                                             ↓
                                      GitHub Reviewer
                                             β”‚
                                             ↓
                                    Verdict Synthesizer

Highlights

  • πŸ€– 5 specialized AI agents
  • 🧠 Google ADK orchestration
  • ✨ Gemini-powered reasoning
  • πŸ™ Live GitHub API analysis
  • πŸ“„ Resume evaluation
  • πŸ“Š Structured candidate scoring
  • βš–οΈ Automated HIRE / NO HIRE verdict
  • 🐳 Dockerized application

Python Google ADK Gemini GitHub API Multi-Agent AI Docker

πŸ”— View Repository


🟒 DG-AI

AI-powered productivity and deadline management system.

DG-AI turns deadlines into executable plans instead of simply sending reminders.

It analyzes tasks, deadlines, workload, calendar constraints, and productivity patterns to identify risks and generate actionable recovery plans.

Highlights

  • 🧠 AI task parsing
  • πŸ“… Calendar intelligence
  • ⚠️ Deadline risk engine
  • 🎯 Intelligent prioritization
  • πŸ€– AI planning agent
  • 🚨 Rescue / recovery planning
  • 🐳 Dockerized architecture
  • ☁️ Cloud deployment

TypeScript Gemini Prisma Firestore Docker Cloud Run

πŸ”— View Repository


πŸ”΅ SkillSphere

AI-powered career guidance platform for students.

Analyzes user skills and resumes to identify gaps, recommend career paths, and generate personalized learning guidance.

Highlights

  • 🎯 AI career recommendations
  • πŸ“„ Resume analysis
  • 🧠 Skill-gap analysis
  • πŸ“š Personalized learning paths
  • πŸ€– AI-powered career assistance
  • ☁️ Cloud deployment

TypeScript Node.js Gemini Vertex AI Firestore Docker

πŸ”— View Repository


🐱🐢 Dogs vs Cats Detection

Hybrid computer vision pipeline combining YOLOv8 for object localization with a fine-tuned MobileNetV2 CNN for classification.

Image
  ↓
YOLOv8
  ↓
Animal Bounding Box
  ↓
MobileNetV2
  ↓
Cat / Dog Classification

Python PyTorch YOLOv8 MobileNetV2 OpenCV

πŸ”— View Repository


⚑ QR Code Generator & PDF Converter

Privacy-focused client-side application that generates QR codes and converts documents to PDF directly in the browser.

No backend is required and files can be processed entirely on the client.

TypeScript Vite Client-side Vercel

πŸ”— View Repository


🏫 Exam Management System

Backend application for managing examinations, student records, and results using a structured CRUD architecture and relational database.

Python REST API SQLite PostgreSQL

πŸ”— View Repository


⚑ TechNova Automation

Workflow automation system built with n8n, demonstrating API integration, webhooks, multi-step workflows, and automation of repetitive processes.

n8n Webhooks APIs Workflow Automation

πŸ”— View Repository


🎯 Current Technical Focus

focus = [
    "AI Agents",
    "Backend Engineering",
    "FastAPI",
    "System Design",
    "Cloud & DevOps",
    "Machine Learning",
    "Data Structures & Algorithms"
]

for skill in focus:
    print(f"Building deeper: {skill} πŸš€")

Currently working on:

  • πŸ€– Multi-agent AI architectures
  • βš™οΈ Backend architecture & API design
  • 🐍 Python & FastAPI
  • 🧠 Generative AI systems
  • ☁️ Google Cloud & Cloud Run
  • 🐳 Docker & CI/CD
  • πŸ—„οΈ Database architecture
  • πŸ“Š DSA in C++

πŸ… Certifications & Community

  • ☁️ Google Cloud Skills Boost
  • πŸ‘₯ Coordinator β€” GFG Club
  • πŸ‘₯ Coordinator β€” LOOP Tech Club
  • πŸ† Hackathon & AI project experience

πŸ“Š GitHub Stats

GitHub Streak

GitHub Activity Graph


🀝 Let's Connect

Profile Views

Building AI systems Β· Learning deeply Β· Shipping consistently

Pinned Loading

  1. Dogs-Vs-Cat-detection Dogs-Vs-Cat-detection Public

    Hybrid Cat-Dog detection using YOLOv8 for real-time object detection and fine-tuned MobileNetV2 for accurate classification.

    Python 1

  2. tinyhumansai/openhuman tinyhumansai/openhuman Public

    OpenHuman is an open source personal AI for Mac, Windows and Linux β€” local-first memory, agent orchestration, and deep research.

    Rust 39.4k 3.9k