Muzammal-Naseer's Stars
codecrafters-io/build-your-own-x
Master programming by recreating your favorite technologies from scratch.
TheAlgorithms/Python
All Algorithms implemented in Python
jlevy/the-art-of-command-line
Master the command line, in one page
trimstray/the-book-of-secret-knowledge
A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more.
deepfakes/faceswap
Deepfakes Software For All
Avik-Jain/100-Days-Of-ML-Code
100 Days of ML Coding
albumentations-team/albumentations
Fast and flexible image augmentation library. Paper about the library: https://www.mdpi.com/2078-2489/11/2/125
labelmeai/labelme
Image Polygonal Annotation with Python (polygon, rectangle, circle, line, point and image-level flag annotation).
microsoft/computervision-recipes
Best Practices, code samples, and documentation for Computer Vision.
NVIDIA/vid2vid
Pytorch implementation of our method for high-resolution (e.g. 2048x1024) photorealistic video-to-video translation.
hardikvasa/google-images-download
Python Script to download hundreds of images from 'Google Images'. It is a ready-to-run code!
mrdbourke/machine-learning-roadmap
A roadmap connecting many of the most important concepts in machine learning, how to learn them and what tools to use to perform them.
github/personal-website
Code that'll help you kickstart a personal website that showcases your work as a software developer.
amusi/awesome-object-detection
Awesome Object Detection based on handong1587 github: https://handong1587.github.io/deep_learning/2015/10/09/object-detection.html
microsoft/MMdnn
MMdnn is a set of tools to help users inter-operate among different deep learning frameworks. E.g. model conversion and visualization. Convert models between Caffe, Keras, MXNet, Tensorflow, CNTK, PyTorch Onnx and CoreML.
mdbloice/Augmentor
Image augmentation library in Python for machine learning.
nashory/gans-awesome-applications
Curated list of awesome GAN applications and demo
udacity/deep-reinforcement-learning
Repo for the Deep Reinforcement Learning Nanodegree program
DistrictDataLabs/yellowbrick
Visual analysis and diagnostic tools to facilitate machine learning model selection.
Quartz/bad-data-guide
An exhaustive reference to problems seen in real-world data along with suggestions on how to resolve them.
adambielski/siamese-triplet
Siamese and triplet networks with online pair/triplet mining in PyTorch
higgsfield/RL-Adventure
Pytorch Implementation of DQN / DDQN / Prioritized replay/ noisy networks/ distributional values/ Rainbow/ hierarchical RL
IntelLabs/nlp-architect
A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language Processing neural networks
NVlabs/MUNIT
Multimodal Unsupervised Image-to-Image Translation
PetrochukM/PyTorch-NLP
Basic Utilities for PyTorch Natural Language Processing (NLP)
iskandr/fancyimpute
Multivariate imputation and matrix completion algorithms implemented in Python
brain-research/realistic-ssl-evaluation
Open source release of the evaluation benchmark suite described in "Realistic Evaluation of Deep Semi-Supervised Learning Algorithms"
titu1994/keras-squeeze-excite-network
Implementation of Squeeze and Excitation Networks in Keras
danieltan07/learning-to-reweight-examples
PyTorch Implementation of the paper Learning to Reweight Examples for Robust Deep Learning
nlgranger/SeqTools
A python library to manipulate and transform indexable data (lists, arrays, ...)