msank00's Stars
prometheus/prometheus
The Prometheus monitoring system and time series database.
eriklindernoren/PyTorch-GAN
PyTorch implementations of Generative Adversarial Networks.
visenger/awesome-mlops
A curated list of references for MLOps
NielsRogge/Transformers-Tutorials
This repository contains demos I made with the Transformers library by HuggingFace.
jadore801120/attention-is-all-you-need-pytorch
A PyTorch implementation of the Transformer model in "Attention is All You Need".
p-christ/Deep-Reinforcement-Learning-Algorithms-with-PyTorch
PyTorch implementations of deep reinforcement learning algorithms and environments
evidentlyai/evidently
Evidently is an open-source ML and LLM observability framework. Evaluate, test, and monitor any AI-powered system or data pipeline. From tabular data to Gen AI. 100+ metrics.
huggingface/autotrain-advanced
🤗 AutoTrain Advanced
facebookresearch/fairscale
PyTorch extensions for high performance and large scale training.
GokuMohandas/mlops-course
Learn how to design, develop, deploy and iterate on production-grade ML applications.
onelivesleft/PrettyErrors
Prettify Python exception output to make it legible.
SeldonIO/alibi
Algorithms for explaining machine learning models
abhishekkrthakur/colabcode
Run VSCode (codeserver) on Google Colab or Kaggle Notebooks
ivan-bilan/The-NLP-Pandect
A comprehensive reference for all topics related to Natural Language Processing
shervinea/mit-15-003-data-science-tools
Study guides for MIT's 15.003 Data Science Tools
wangyongjie-ntu/Awesome-explainable-AI
A collection of research materials on explainable AI/ML
interpretml/DiCE
Generate Diverse Counterfactual Explanations for any machine learning model.
wandb/examples
Example deep learning projects that use wandb's features.
palantir/pyspark-style-guide
This is a guide to PySpark code style presenting common situations and the associated best practices based on the most frequent recurring topics across the PySpark repos we've encountered.
hkproj/pytorch-transformer
Attention is all you need implementation
talkpython/modern-apis-with-fastapi
Course demos and handouts for our Modern APIs with FastAPI course.
mrdbourke/cs329s-ml-deployment-tutorial
Code and files to go along with CS329s machine learning model deployment tutorial.
williamFalcon/pytorch-lightning-vae
VAE for color images
ChristofHenkel/kaggle-birdclef2021-2nd-place
IsmoilovMuhriddin/IRIS-data-model-service
Service for machine learning model prediction in Flask, celery
Wytamma/alwaysnote
Alwaysnote is an Evernote clone using vuejs, tailwind css, and FastAPI
timlardner/Docker-FlaskCeleryRabbitRedis
Boadzie/textman
Octical Character Recognition app that extracts Text from images built with FastAPI, Tailwindcss and Pytesseract
amaarora/imagenette-ddp
This repository contains code for multi-gpu training on ImageNette using pure PyTorch and Hugging Face accelerate
msank00/miniTransformer
Create pytorch transformer from scratch