Skip to content
View avikumart's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report avikumart

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
avikumart/README.md
 █████╗ ██╗   ██╗██╗██╗  ██╗██╗   ██╗███╗   ███╗ █████╗ ██████╗ 
██╔══██╗██║   ██║██║██║ ██╔╝██║   ██║████╗ ████║██╔══██╗██╔══██╗
███████║██║   ██║██║█████╔╝ ██║   ██║██╔████╔██║███████║██████╔╝
██╔══██║╚██╗ ██╔╝██║██╔═██╗ ██║   ██║██║╚██╔╝██║██╔══██║██╔══██╗
██║  ██║ ╚████╔╝ ██║██║  ██╗╚██████╔╝██║ ╚═╝ ██║██║  ██║██║  ██║
╚═╝  ╚═╝  ╚═══╝  ╚═╝╚═╝  ╚═╝ ╚═════╝ ╚═╝     ╚═╝╚═╝  ╚═╝╚═╝  ╚═╝

Data & AI/ML Engineer · Data Scientist · Applied AI Builder

Building reliable data products, production ML pipelines, and grounded AI systems

Portfolio Medium Kaggle LinkedIn Twitter


⚡ About Me

class Avikumar:
    name       = "Avikumar Talaviya"
    role       = "Data & AI/ML Engineer"
    focus      = ["Data Engineering", "MLOps", "RAG", "LLM Applications", "Analytics"]
    building   = "Local-first document intelligence with hybrid retrieval and cited answers"
    open_for   = ["Full-time Roles", "Collaborations", "Open Source", "Freelance Projects"]

I'm a hands-on data and AI/ML engineer who turns raw data and applied research into dependable products. I work across the lifecycle: data ingestion and modeling, experimentation, retrieval and inference, API development, deployment, and monitoring. My recent work spans local-first RAG, LLM-powered applications, recommender systems, healthcare analytics, and reproducible MLOps pipelines.


🛠️ Tech Stack

AI / ML

Python PyTorch HuggingFace LangChain scikit-learn TensorFlow

Data Engineering & Analytics

SQL PostgreSQL Pandas NumPy Prefect

Backend, MLOps & Cloud

FastAPI Next.js Redis Supabase Docker MLflow

LLMs & Inference

Cerebras LangGraph LoRA/PEFT RAG Qdrant


🚀 Featured Projects

Local-first personal document intelligence with grounded, cited answers

FastAPI · React · PostgreSQL · Qdrant · Hybrid Search · Cerebras · Docker

A privacy-minded RAG application that ingests PDF, DOCX, TXT, and Markdown files, identifies people, and answers questions with expandable citations. It combines BM25-style lexical retrieval with local embeddings, reciprocal rank fusion, durable PostgreSQL storage, and recoverable vector indexing.


AI-powered career intelligence platform

Next.js · TypeScript · FastAPI · Cerebras · Supabase · Vercel

Extracts PDF, DOCX, and TXT resumes to generate job-match scores, skill-gap analysis, and tailored improvements. The production deployment separates the frontend and API, uses server-side database access, and includes CI/CD workflows.


A working GPT assembled from neural-network fundamentals

Python · PyTorch · BPE · Self-Attention · Transformers · KV Cache

Implements the path from gradient descent, backpropagation, and multilayer perceptrons to tokenization, multi-head attention, transformer blocks, training, and text generation—including grouped-query attention and KV caching.


Collaborative filtering enhanced with generative AI

FastAPI · Streamlit · SVD · K-Means · LLMs · Docker

Combines item-based collaborative filtering, query expansion, clustering, and LLM-generated descriptions to retrieve and rerank relevant books. Includes an API, interactive UI, feedback flow, and evaluation plan.


Disease-risk modeling across 100,000 health and lifestyle records

Python · SQL · Pandas · Scikit-learn · XGBoost · Statistical Analysis

An end-to-end analytics project covering data preparation, class-imbalance handling, cross-validation, model comparison, and clinically relevant evaluation using recall, F1, and ROC-AUC.


Reproducible training and serving for NYC taxi-duration prediction

Python · Prefect · MLflow · FastAPI · Scikit-learn · Docker

Builds a repeatable workflow for data loading, feature engineering, model training, experiment tracking, artifact management, orchestration, and REST-based inference.


📊 GitHub Stats

GitHub Streak


🌱 Currently Exploring

  • 🔍 Local-first RAG — hybrid retrieval, rank fusion, citations, and privacy-aware inference
  • 🧱 Reliable data platforms — durable storage, reproducible pipelines, and data quality
  • ⚙️ Production MLOps — experiment tracking, orchestration, CI/CD, and model serving
  • 🧠 LLM systems — transformer internals, efficient inference, evaluation, and observability

"Build fast. Break things. Learn everything."

Profile views

Pinned Loading

  1. LLM-GenAI-Transformers-Notebooks LLM-GenAI-Transformers-Notebooks Public

    An repository containing all the LLM notebooks with tutorial and projects

    Jupyter Notebook 138 28

  2. MLOps-Project MLOps-Project Public

    Repository contains end to end mlops project with detailed tutorial and code walkthroughs

    Jupyter Notebook 1

  3. Book-recommendation-system Book-recommendation-system Public

    A hybrid book recommendation system that leverages collaborative filtering with the large language models to recommend highly relevant book list to the user

    Jupyter Notebook

  4. Data-Warehousing-and-Analytics-Project Data-Warehousing-and-Analytics-Project Public

    Analysing health and lifestyle data to improve health and disease risk prediction

    Jupyter Notebook

  5. RAGbot RAGbot Public

    personal document intelligence bot

    Python

  6. LLMs-from-scratch LLMs-from-scratch Public

    Forked from rasbt/LLMs-from-scratch

    Implement a ChatGPT-like LLM in PyTorch from scratch, step by step

    Jupyter Notebook