Skip to content
View vikrantdeshpande09876's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report vikrantdeshpande09876

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Typing SVG

  • 🌱 Always learning and growing as a Data Scientistmeme, and Software Engineermeme.
  • 💬 Ask me about the world of data or astrophysics, and I promise something interesting.
  • 👯 Reach out if you're looking to collaborate on Machine Learning side projects, or need a partner for Leetcode problem-solving.
  • ✨ Insert random inspirational quote: "The sooner you start to code, the longer the program will take".
  • ⚡ I'm not always fun at parties:
programming_languages = [
                  🐍 Python: (Pandas, Numpy, Tensorflow, Scikit, Flask, PySpark, Airflow, BeautifulSoup, etc.),
                  📊 R (ggplot, Tidyverse, etc.),
                  🧮 SQL,
                  ☕ Java (SpringBoot),
                  🐧 Linux Bash Scripting,
                  。🇯‌🇸‌ Javascript
]
predictive_models = [LLMs, Prompt Engineering, NLP, Timeseries Forecasting, Classification, Regression, Clustering, Ensembling, Transformers, ...]
statistics_and_exploratory_analytics = [Hypothesis Testing, Power Analyses, Mixed Effect Modeling, Regression Analyses, A/B Testing, ANOVA, ...]
databases = [SQL Server, Postgres, MySQL, MongoDB, ...]
cloud_services = [Azure Machine Learning, Azure Functions, Azure Blob Storage, GCP Cloud Functions, Google Cloud Composer, Google Cloud Storage, AWS S3, RDS, Sagemaker, ...]
tools = [
                  🏷️ Git,
                  🐳 Docker,
                  ☸️ Kubernetes,
                  😊 HuggingFace.
                  🏗️ Tensorflow,
                  Tableau,
                  Heroku,
                  Kafka,
                  Airflow,
                  Informatica Workflows,
                  Jira,
                  Bitbucket,
                  Postman,
                  JMeter,
                  ...
]
cloud_certifications = [
                  Azure Certified Data Scientist,
                  AWS Cloud Certified Practitioner,
                  Deep Learning Specialization,
                  ...
]

Typing SVG

  • A Microsoft Teams Chatbot with a highly scalable backend for 90+ DAU using Azure OpenAI GPT4, HuggingFace gte4, intent-detection, advanced Retrieval Augmented Generation, and hybrid-search on a vector store (internal company project).
  • An NLP-based package to recommend cell-type annotations and help establish a controlled vocabulary in scRNA-seq datasets, using HuggingFace sentence-transformer models.
  • A multiple timeseries MLOps system for demand forecasting using ARIMA and FB Prophet models, and exogenous variables like discounts, price-hikes, number of housing-permits, consumer sentiment index, etc. (internship project).
  • A Credit Card fraud detection Random Forest based system deployed on GCP to monitor source-file changes using Cloud Functions and Airflow (Cloud Composer).
  • A distributed weather-reporting system deployed using microservices architecture in Kubernetes clusters for real-time streaming of inference-reports over Kafka topics.
  • An in-house master-data-management tool to recursively parse and merge subsets of data while tracking transitive dependencies, using PySpark, SQL Views, and Levenshtein similarity for string-comparisons.
  • An AI product to detect weapons in CCTV/webcam footage and immediately notify authorities using YOLOv3, Docker, Kubernetes, and Kafka.
  • Bronze medal for Revenue prediction via a Stacked ensemble-model of Gradient Boosting methods.

Typing SVG

Profile Views

GitHub stats Natural Polyglot

Pinned

  1. hubmapconsortium/asctb-ct-label-mapper hubmapconsortium/asctb-ct-label-mapper Public archive

    asctb-ct-label-mapper: A package to recommend controlled vocabulary for annotations of scRNA-seq datasets. and thereby enable cross-dataset or cross-experiment comparison of annotations.

    Python 2 1

  2. Credit_Card_Fraud_Detection Credit_Card_Fraud_Detection Public

    Deploying Classification Model on GCP for detecting anomalous behavior in credit-card transactions. A crucial aspect for credit-card companies to recognize fraudulent activity and not charge custom…

    Jupyter Notebook 2 1

  3. airavata-courses/scapsulators airavata-courses/scapsulators Public

    Looking to understand how weather phenomena in a region, affect your research? Well look no further!

    Shell 1 2

  4. Masterize_Hospital_Entities Masterize_Hospital_Entities Public

    The goal was to maintain a ‘single version of truth’ for associated entities across the entire organization’s data sources. The RecordLinkage package is integrated with a wrapper recursive data-pip…

    Jupyter Notebook 2

  5. asctb-azimuth-data-comparison asctb-azimuth-data-comparison Public

    Forked from hubmapconsortium/asctb-azimuth-data-comparison

    Comparing Azimuth SCRNA data vs ASCT+B data (Cell Types missing in ASCT+B, Biomarkers missing in ASCT+B, etc.)

    R

  6. XML_to_CSV_Rep XML_to_CSV_Rep Public

    A Flask app with an easy-to-use frontend that's intended for generating a configuration excel, given an input XML/XSD file (ie- Extensible Markup format to Relational schema)

    Python