Skip to content
View Aman00240's full-sized avatar

Block or report Aman00240

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
Aman00240/README.md

Hi, I'm Aman ๐Ÿ‘‹

Python Backend Developer & AI Engineer

I am a Python developer focused on Backend Engineering and AI. I build reliable APIs using FastAPI, manage data with PostgreSQL, and build tools that use AI to solve real problems


๐Ÿ› ๏ธ Technical Skills

Domain Stack
Backend Engineering FastAPI Python Docker
Database & ORM PostgreSQL SQLAlchemy
Applied AI LangGraph LangChain Groq ChromaDB RAG

๐Ÿš€ Featured Engineering Projects

Autonomous Multi-Agent Intelligence Gatherer An autonomous system that iteratively researches a topic, evaluates its own findings, and generates a fully cited, hallucination-free executive summary.

  • Core Problem: Deep-dive research is time-consuming, and standard LLMs frequently hallucinate facts or invent citations when asked to write comprehensive reports.
  • Solution: Orchestrated a multi-node state graph using LangGraph with a "Plan-and-Solve" architecture. It utilizes Planner, Worker, and Critic agents to dynamically scrape the web and execute ephemeral RAG pipelines, forcing the LLM to ground its output strictly in retrieved data.
  • Key Tech: Python, LangGraph, FastAPI, Streamlit,FAISS, Docker.

Automated RAG-Based Screening System An intelligent document-parsing and evaluation API that deterministically scores candidates against job descriptions.

  • Core Problem: Manual resume screening is slow, highly subjective, and standard keyword parsers often fail to understand true technical context.
  • Solution: Architected a Retrieval-Augmented Generation (RAG) pipeline utilizing ChromaDB for semantic search, and implemented Instructor/Pydantic to force the LLM into outputting strict, hallucination-free JSON decisions (Match/Reject).
  • Key Tech: Python, FastAPI, ChromaDB, Groq LLM, RAG, Streamlit.

High-Concurrency Ticketing System A robust booking API designed to handle race conditions during high-demand events.

  • Core Problem: Preventing "double-booking" when thousands of users hit the endpoint simultaneously.
  • Solution: Implemented Atomic Transactions and database locking strategies to guarantee inventory consistency.
  • Key Tech: FastAPI, PostgreSQL, JWT Authentication, Docker Compose.

๐Ÿ“ซ Connect

Pinned Loading

  1. RESUME_SCANNER RESUME_SCANNER Public

    An AI-powered Resume Screening API built with FastAPI, Groq (Llama 3), and ChromaDB. It analyzes resumes, detect role mismatches, and rank candidates with strict recruiter logic.

    Python

  2. Research-Assistant Research-Assistant Public

    An AI-powered research assistant that automates deep-dive information gathering. Orchestrates Planner, Worker, and Critic agents to produce data-driven, fully cited executive briefs.

    Python

  3. BOOKFAST BOOKFAST Public

    BookFast is a high-performance, asynchronous REST API for event ticketing, built with FastAPI and PostgreSQL.

    Python

  4. RECEIPT-PARSER RECEIPT-PARSER Public

    Extract structured JSON data from receipt images using llama-4-scout (via Groq). Built with Python, FastAPI, Docker, and Streamlit.

    Python

  5. AI-Engineering-Roadmap AI-Engineering-Roadmap Public

    Zero to AI Engineer: A structured 6-month roadmap. Building production-ready AI applications using Python, LangChain, and CrewAI

    Python