open to internships & collaborations

I build intelligent systems
that ship to production.

$ AI Engineer$ Full-Stack Developer$ Blockchain$ Generative AI

Building production-grade AI systems and scalable full-stack applications by combining machine learning, modern web technologies, and research-driven engineering to solve real-world problems.

neural-core.glbr3f · 60fps
nodes: 90 · edges: 180move cursor →
01// stats.json
projects shipped
10+
6 in production
publications
1
IEEE Xplore · ICETCE 2025
patents
2
published · IN patent office
technologies
50+
languages & frameworks
commits / yr
300+
consistent contributions
professional certifications
5
SAP · Deloitte · Coursera
github
AxAbhishek0309
56 repos · 27 active
honours
3
Dean's List · Best Innovator · Student Excellence
02// dependency graph
Frontend10 deps
Backend9 deps
AI / ML13 deps
Databases8 deps
Blockchain5 deps
DevOps6 deps
// node inspector

Hover a technology to inspect its usage and related projects.

group:
used in
    usage
    // what is it

    Hover any technology for a description.

    03// flagship_repos
    AxAbhishek0309/HireIndexpublic
    01production

    RAG-Enhanced AI Recruitment Platform

    IEEE-published AI recruitment platform combining DistilBERT semantic matching, SBERT + FAISS dense retrieval, adversarial debiasing for fairness, and SHAP-based explainability for transparent hiring decisions.

    HireIndex/agent.tsTypeScript
    // hireindex/matcher/semantic.py
    def match_resume(resume: str, jd: str) -> float:
      r_emb = sbert.encode(resume)
      j_emb = sbert.encode(jd)
      score = cosine_similarity(r_emb, j_emb)
      return apply_fairness_correction(score)
    resume match accuracy
    94%+
    bias reduction
    72%
    published
    IEEE Xplore
    Next.jsTypeScriptDistilBERTSBERTFAISSGemini APIspaCyExpress.js
    AxAbhishek0309/GYNGERpublic
    02production

    Gamified DeFi Platform

    Solana-compatible DeFi app that gamifies token discovery and on-chain reward mechanics. Gas-optimised contracts on Ethereum Sepolia Testnet with real-time CryptoCompare data sync.

    GYNGER/agent.tsRust
    // gynger/contracts/RewardPool.sol
    function stake(uint256 amount) external {
      token.transferFrom(msg.sender, address(this), amount);
      stakes[msg.sender] += amount;
      emit Staked(msg.sender, amount);
    }
    avg. gas cost
    $0.001
    data refresh
    15s
    chains
    ETH · Solana
    Next.jsSolidityEthers.jsSolana/Web3.jsRustAnchorTailwind CSS
    04// contributions · last 26 weeks
    top language
    TypeScript
    commits / year
    300+
    active repos
    27 / 56
    05// interactive terminal
    ~/axabhishek — zsh — 80×24
    axabhishek@portfolio:~$ type 'help' to see commands
    ~ $
    tip

    Navigate the site like an engineer. Try projects, research, or help.

    // next.deploy

    Let’s build something
    worth shipping.

    Pre-final year CSE student building AI systems, publishing research, and shipping products.

    $ ping axabhishek.dev
    PONG · 42ms · GMT+5:30 · India
    $ cat current_focus.txt
    AI Systems & Automation
    Full-Stack Engineering
    Blockchain Applications
    $ ls ./profiles