Skip to content
View nithinrajkore's full-sized avatar

Block or report nithinrajkore

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

Hi, I'm Nithin Kore 👋

AI/LLM Engineer  ·  Data Engineer  ·  Semiconductor Domain Specialist
5 years · Production LLM pipelines · Cloud-scale ETL · Hardware-domain AI

   


About Me

nithin = {
    "role"        : ["AI/LLM Engineer", "Data Engineer"],
    "experience"  : "5 years in production AI/ML and enterprise data platforms",
    "domain"      : ["Semiconductor", "Healthcare", "E-Commerce"],
    "hardware"    : ["JTAG TAP (Xilinx FPGA)", "RISC-V ISA", "PCIe", "HBM/DRAM/NAND"],
    "impact"      : {
        "LLM latency reduction"  : "35%",
        "Spark performance gain" : "40%",
        "Pipeline reliability"   : "99.9% @ 1M+ records/day",
        "Post-handoff defects"   : "zero",
    },
    "currently"   : "LLM pipelines · RAG systems · Cloud-scale ETL on Azure & GCP",
}

Tech Stack

AI / LLM / ML

Python TensorFlow PyTorch scikit-learn LangChain OpenAI HuggingFace MLflow FAISS

Data Engineering

Apache Spark PySpark Hadoop SQL BigQuery Snowflake

Cloud & Infrastructure

Azure GCP Docker Kubernetes Streamlit Flask

Semiconductor / Hardware

FPGA RISC-V Verilog


Featured Projects

Project Description Stack
PDF-DataAnalyzer RAG-based conversational PDF Q&A — upload any PDF, ask questions in natural language Gemini · LangChain · FAISS · Streamlit · AWS S3
NetflixStockPricePrediction ANN stock price forecasting with a deployed Flask web app TensorFlow · Flask · Pandas
Deep-Learning ANN for bank churn & heart failure prediction; CNN for image classification TensorFlow · Keras
Classification-Models 7 classification algorithms benchmarked side-by-side scikit-learn · Python
Regression-Models 5 regression algorithms with full statistical analysis scikit-learn · statsmodels
NLP Sentiment analysis — Bag of Words + Naive Bayes on restaurant reviews NLTK · scikit-learn
Reinforcement-Learning UCB multi-armed bandit for ad CTR optimization NumPy · Matplotlib
Association-Rules Apriori & Eclat market basket analysis mlxtend · Python

GitHub Stats

 


Contribution Activity

⚙️ How to enable the snake animation

Create .github/workflows/snake.yml in this repo:

name: generate snake animation

on:
  schedule:
    - cron: "0 0 * * *"   # runs daily
  workflow_dispatch:

jobs:
  generate:
    runs-on: ubuntu-latest
    steps:
      - uses: Platane/snk@v3
        with:
          github_user_name: nithinrajkore
          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 }}

Impact Highlights

  • 🚀 35% LLM latency reduction — prompt engineering & few-shot optimization at Key Pixel
  • 40% Spark job speedup — broadcast joins, partition pruning & skew remediation at Infosys
  • 🔒 99.9% pipeline reliability processing 1M+ records/day on GCP
  • Zero post-handoff defects across all data migration deliverables
  • 🏆 Twice recognized by project leadership at Infosys for outstanding individual impact

Open to roles in AI/ML Engineering, Data Engineering, and LLM systems — especially in semiconductor, healthcare, or fintech domains.

Pinned Loading

  1. Classification-Models Classification-Models Public

    7 classification algorithms benchmarked side-by-side — Logistic Regression, SVM, KNN, Naive Bayes, Decision Tree, Random Forest, and kernel SVM using scikit-learn

    Jupyter Notebook

  2. Deep-Learning Deep-Learning Public

    ANN and CNN implementations: bank churn, heart failure prediction, cat/dog image classifier, rock-paper-scissors detection using TensorFlow and Keras

    Jupyter Notebook

  3. NetflixStockPricePrediction NetflixStockPricePrediction Public

    ANN-based Netflix stock price forecasting with a deployed Flask web app — end-to-end from data to live inference

    Jupyter Notebook

  4. NLP NLP Public

    Sentiment analysis pipeline — Bag of Words + Gaussian Naive Bayes on 1000 restaurant reviews using NLTK and scikit-learn

    Jupyter Notebook

  5. Regression-Models Regression-Models Public

    5 regression algorithms with full statistical analysis — Simple LR, Multiple LR, SVR, Decision Tree, and Random Forest Regression using scikit-learn

    Jupyter Notebook

  6. PD_AI_AGENT PD_AI_AGENT Public

    AI agent for open-source semiconductor physical design flow orchestration

    Python