Skip to content
View giovanniromero-dev's full-sized avatar

Block or report giovanniromero-dev

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
giovanniromero-dev/README.md
╔══════════════════════════════════════════════════════════════╗
║                                                              ║
║                     GIOVANNI ROMERO                          ║
║            Software Engineer | AI Systems Architect          ║
║                                                              ║
╚══════════════════════════════════════════════════════════════╝
┌─────────────────────────────────────────────────────────────┐
│  [1] WEBSITE    →  giovanniromero.dev                       │
│  [2] LINKEDIN   →  linkedin.com/in/giovanniromero-dev       │
│  [3] GMAIL      →  contact@giovanniromero.dev               │
└─────────────────────────────────────────────────────────────┘

[1][2][3]


$ whoami
─────────────────────────────────────────────────────────────
  Engineer building production-grade AI architectures.
  Agentic workflows · LLM backends · Distributed systems · CV

$ cat ~/focus
─────────────────────────────────────────────────────────────
  agents:   LangGraph, LangChain, MCP, Multi-Agent
  backend:  FastAPI, Node.js, TypeScript, REST, WebSocket
  ml/cv:    TensorFlow, YOLOv8, OpenCV, Deep Learning
  infra:    Docker, PostgreSQL, MongoDB, Prisma

$ cat ~/techstack
─────────────────────────────────────────────────────────────

  langs:    Python · TypeScript · JavaScript
  ai/ml:    LangChain · LangGraph · TensorFlow · YOLOv8 · OpenCV · FAISS · Streamlit
  backend:  FastAPI · Node.js · Express · LangServe · REST · WebSocket
  frontend: React · Angular · Vite
  data:     PostgreSQL · MongoDB · Prisma · Firebase
  infra:    Docker · GitHub Actions

$ ls ~/projects/
─────────────────────────────────────────────────────────────
agentic-chatbot/ — multi-agent reasoning system
  tools:  LangChain · LangGraph · FAISS · Tavily · Streamlit
  └─ https://github.com/giovanniromero-dev/agentic-chatbot
clinisight-ai/ — AI medical insight engine
  stack:  FastAPI · MCP · OpenAI · PubMed
  └─ https://github.com/giovanniromero-dev/clinisight-ai
network-operations-center/ — enterprise monitoring system
  stack:  TypeScript · Prisma · Docker · PostgreSQL / MongoDB
  └─ https://github.com/giovanniromero-dev/network-operations-center
lcel-llm-translator/ — production LLM translation pipeline
  stack:  LangChain LCEL · Groq LLaMA · FastAPI · LangServe
  └─ https://github.com/giovanniromero-dev/lcel-llm-translator
airplane-tracking-with-yolov8/ — real-time object detection
  stack:  YOLOv8 · OpenCV · trajectory tracking
  └─ https://github.com/giovanniromero-dev/airplane-tracking-with-yolov8
restful-api-for-article-management/ — content management API
  stack:  Node.js · Express · MongoDB · Multer
  └─ https://github.com/giovanniromero-dev/restful-api-for-article-management

$ neofetch
─────────────────────────────────────────────────────────────
  status:     online
  uptime:     2026
  languages:  Python · TypeScript · JavaScript
  deploys:    10+ production systems
  repos:      20+ public projects

root@giovanniromero ~ $ █

Pinned Loading

  1. face-detection-with-face-api.js face-detection-with-face-api.js Public

    Real-time browser-based face detection application leveraging face-api.js for facial landmark detection, expression analysis, and age/gender estimation via webcam input.

    JavaScript 1

  2. airplane-tracking-with-yolov8 airplane-tracking-with-yolov8 Public

    Real-time airplane detection and tracking in video using YOLOv8 object detection and computer vision techniques with bounding box visualization and movement tracking.

    Jupyter Notebook

  3. binary-cat-dog-classifier binary-cat-dog-classifier Public

    Binary image classifier using deep learning (TensorFlow/Keras) to distinguish between cats and dogs with convolutional neural network architecture, data augmentation, and performance evaluation.

    Jupyter Notebook

  4. langgraph-foundations langgraph-foundations Public

    Hands-on exploration of LangGraph fundamentals for building stateful LLM applications including state graphs, conversational agents, ReAct patterns, tool integration, streaming, and debugging workf…

    Jupyter Notebook

  5. lcel-llm-translator lcel-llm-translator Public

    End-to-end LLM-powered text translation application built with LangChain Expression Language (LCEL), featuring FastAPI backend, LangServe deployment, Streamlit client interface, and Groq-hosted LLa…

    Jupyter Notebook