ashishpapanai's Stars
mlabonne/llm-course
Course to get into Large Language Models (LLMs) with roadmaps and Colab notebooks.
Rudrabha/Wav2Lip
This repository contains the codes of "A Lip Sync Expert Is All You Need for Speech to Lip Generation In the Wild", published at ACM Multimedia 2020. For HD commercial model, please try out Sync Labs
salesforce/LAVIS
LAVIS - A One-stop Library for Language-Vision Intelligence
karpathy/minbpe
Minimal, clean code for the Byte Pair Encoding (BPE) algorithm commonly used in LLM tokenization.
Vaibhavs10/insanely-fast-whisper
LiheYoung/Depth-Anything
[CVPR 2024] Depth Anything: Unleashing the Power of Large-Scale Unlabeled Data. Foundation Model for Monocular Depth Estimation
google-deepmind/graphcast
pytorch/torchtune
PyTorch native post-training library
whylabs/whylogs
An open-source data logging library for machine learning models and data pipelines. ๐ Provides visibility into data quality & model performance over time. ๐ก๏ธ Supports privacy-preserving data collection, ensuring safety & robustness. ๐
roboflow/sports
computer vision and sports
SeldonIO/alibi-detect
Algorithms for outlier, adversarial and drift detection
shaily99/advice
A repository of links with advice related to grad school applications, research, phd etc
YvanYin/Metric3D
The repo for "Metric3D: Towards Zero-shot Metric 3D Prediction from A Single Image" and "Metric3Dv2: A Versatile Monocular Geometric Foundation Model..."
bgavran/Category_Theory_Machine_Learning
List of papers studying machine learning through the lens of category theory
XPixelGroup/HAT
CVPR2023 - Activating More Pixels in Image Super-Resolution Transformer Arxiv - HAT: Hybrid Attention Transformer for Image Restoration
lucidrains/tab-transformer-pytorch
Implementation of TabTransformer, attention network for tabular data, in Pytorch
DS-AI-GATE/dsai-gate
A Repository consisting resources primarily of the Gate DA and AI
3DTopia/3DTopia
Text-to-3D Generation within 5 Minutes
solegalli/feature-engineering-for-machine-learning
Code repository for the online course Feature Engineering for Machine Learning
1Konny/gradcam_plus_plus-pytorch
A Simple pytorch implementation of GradCAM and GradCAM++
EFS-OpenSource/calibration-framework
The net:cal calibration framework is a Python 3 library for measuring and mitigating miscalibration of uncertainty estimates, e.g., by a neural network.
sayakpaul/probing-vits
Probing the representations of Vision Transformers.
RichardObi/medigan
medigan - A Python Library of Pretrained Generative Models for Medical Image Synthesis
SamsungLabs/SummaryMixing
This repository implements SummaryMixing, a simpler, faster and much cheaper replacement to self-attention for automatic speech recognition (see: https://arxiv.org/abs/2307.07421). The code is ready to be used with the SpeechBrain toolkit).
eric-ai-lab/PEViT
Official implementation of AAAI 2023 paper "Parameter-efficient Model Adaptation for Vision Transformers"
oripress/EntropyEnigma
Official code for the ICML 2024 paper "The Entropy Enigma: Success and Failure of Entropy Minimization"
HewlettPackard/cmf
CMF library helps to collect and store information associated with ML pipelines. It tracks the lineages for artifacts and executions of distributed AI pipelines. It provides API's to record and query the metadata associated with ML pipelines. The framework adopts a data first approach and all artifacts recorded in the framework are versioned and identified by the content hash.
mala-lab/ADShift
Official PyTorch implementation of the ICCV'23 paper โAnomaly Detection under Distribution Shiftโ
zhenzhel/lift_map_detect
The official code release for Unsupervised Out-of-distribution Detection with Diffusion Inpainting (ICML 2023)
balins/fuzzytree
A Fuzzy Decision Tree implementation for Python.