Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Deep Learning

Deep Learning

937 projects

Showing 36 of 937 projects

CryptoKnight
CryptoKnightPython

A framework for automated cryptographic primitive classification using dynamic binary instrumentation and deep learning.

#security-analysis#deep-learning#academic-project
Stars41
Forks11
Last commit6 years ago
flaxdiff
flaxdiffJupyter Notebook

A simple, easy-to-understand library for diffusion models built with Flax and JAX, focusing on readability and learning.

#attention#jax#educational
Stars41
Forks1
Last commit1 day ago
AVCBet
AVCBetPython

An attentive bilateral contextual network for efficient semantic segmentation of fine-resolution remote sensing images.

#isprs#image-analysis#vaihingen
Stars41
Forks5
Last commit2 years ago
open-solution-value-prediction
open-solution-value-predictionPython

An open-source machine learning solution for the Santander Value Prediction Challenge on Kaggle.

#open-source#reproducible-experiments#data-science
Stars39
Forks21
Last commit
Sarus TF2 Models
Sarus TF2 ModelsPython

A collection of classical machine learning models implemented with TensorFlow 2 and Keras, featuring TensorBoard visualizations.

#ai#autoencoder#pipenv
Stars37
Forks7
Last commit4 years ago
tensor-js
tensor-jsTypeScript

A JavaScript/TypeScript library for accelerated tensor computation and ONNX model execution in the browser.

#web-assembly#deep-learning#gpu-tensor
Stars37
Forks2
Last commit5 years ago
Kinho
KinhoPython

A Python library for building and training feedforward neural networks with GPU support and mini-batch learning.

#feedforward-network#neural-network#deep-learning
Stars37
Forks2
Last commit4 days ago
torch-datasets
torch-datasetsLua

A collection of easy-to-use machine learning datasets for Torch7 with built-in preprocessing and sampling utilities.

#sampling#deep-learning#torch7
Stars36
Forks19
Last commit12 years ago
Awesome Keras
Awesome Keras

A curated list of awesome Keras projects, libraries, and resources for deep learning.

#neural-network#data-science#deep-learning
Stars36
Forks1
Last commit3 years ago
Spatial Transformer Networks
Spatial Transformer NetworksPython

A TensorFlow/TensorLayer implementation of Spatial Transformer Networks for learning image transformations like scaling, cropping, and rotation.

#spatial-transformer-network#image-transformation#affine-transformation
Stars36
Forks6
Last commit
Multigrate
MultigratePython

A Python library for integrating multiomic single-cell data using product-of-experts variational autoencoders.

#multiomic-integration#python-library#variational-autoencoder
Stars34
Forks8
Last commit4 days ago
tfd
tfdD

A TensorFlow wrapper for the D programming language, providing C API bindings and integration with Mir for numerical computing.

#d#d-language#deep-learning
Stars33
Forks2
Last commit5 years ago
Classpose
ClassposePython

A foundation model-driven method for semantic cell classification in whole slide images, extending Cellpose with a WSI workflow and QuPath integration.

#qupath#bioimage-analysis#microscopy
Stars33
Forks1
Last commit9 days ago
Cellshape
CellshapePython

A Python package for 3D single-cell shape analysis using geometric deep learning on point clouds and voxels.

#point-clouds#autoencoders#deep-learning
Stars32
Forks6
Last commit9 months ago
HistoClean
HistoCleanPython

An open-source image processing tool for histological image preprocessing and augmentation to improve deep learning model development.

#image-analysis#imgaug#image-augmentation
Stars32
Forks7
Last commit4 years ago
max-image-segmenter
max-image-segmenterPython

A TensorFlow-based image segmentation model that assigns each pixel in an image to one of 21 object classes from the PASCAL VOC dataset.

#ibm-max#deep-learning#rest-api
Stars31
Forks26
Last commit10 months ago
Awsome GAN Training
Awsome GAN Training

A curated collection of resources, papers, and implementations for training Generative Adversarial Networks (GANs).

#research-papers#deep-learning#neural-networks
Stars30
Forks5
Last commit5 years ago
NeuralNetworks-V-Module
NeuralNetworks-V-ModuleV

A V programming language module for creating and training multi-layer neural networks with backpropagation.

#ai-framework#deep-learning#neural-networks
Stars30
Forks5
Last commit11 months ago
YeaZ
YeaZPython

A graphical interface for segmenting yeast cells in microscopy images using convolutional neural networks.

#yeast-cell-segmentation#deep-learning#cell-tracking
Stars29
Forks13
Last commit6 months ago
Keras GPT Copilot
Keras GPT CopilotPython

A Python package that integrates an LLM copilot into Keras model development to provide performance improvement suggestions.

#llm-copilot#skynet#deep-learning
Stars28
Forks2
Last commit2 years ago
German ELMo Model
German ELMo Model

A German ELMo deep contextualized word representation model trained on a specialized German Wikipedia text corpus for NLP tasks.

#german-language#bilm#elmo-model
Stars28
Forks1
Last commit6 years ago
max-inception-resnet-v2
max-inception-resnet-v2Python

A pre-trained deep learning model for image classification that identifies 1000 object classes using the Inception-ResNet-v2 architecture.

#ibm-max#deep-learning#rest-api
Stars27
Forks20
Last commit10 months ago
ros2_intel_movidius_ncs
ros2_intel_movidius_ncsC++

A ROS2 wrapper for the Movidius Neural Compute Stick (NCS) providing object classification and detection services for images and video streams.

#robotics#deep-learning#ros2
Stars27
Forks13
Last commit3 years ago
Learning Torch GitHub Repo
Learning Torch GitHub RepoLua

A personal learning repository for implementing neural networks and machine learning models using Torch in Lua.

#scientific-computing#deep-learning#luajit
Stars27
Forks4
Last commit10 years ago
max-image-colorizer
max-image-colorizerPython

A TensorFlow-based GAN model that automatically adds color to black and white images.

#deep-learning#rest-api#machine-learning-models
Stars26
Forks14
Last commit10 months ago
catboost-cgo
catboost-cgoC

A Go library using Cgo for blazing fast inference of CatBoost gradient boosting models.

#cgo#deep-learning#catboost
Stars26
Forks2
Last commit4 days ago
TFProfiler
TFProfilerKotlin

Profile TensorFlow Lite and OpenCV DNN models on Android devices with performance metrics and delegate options.

#neural-network#performance-optimization#model-profiling
Stars26
Forks8
Last commit4 years ago
max-breast-cancer-mitosis-detector
max-breast-cancer-mitosis-detectorPython

A deep learning model that detects mitosis in breast cancer tumor cell images to assist in tumor proliferation scoring.

#deep-learning#rest-api#machine-learning-models
Stars25
Forks22
Last commit
Tutorial: image classification with JAX and Flax Linen by 8bitmp3
Tutorial: image classification with JAX and Flax Linen by 8bitmp3Jupyter Notebook

A tutorial on building and training a convolutional neural network for MNIST image classification using Flax Linen and Optax.

#jax#deep-learning#optax
Stars25
Forks2
Last commit
max-sports-video-classifier
max-sports-video-classifierPython

A deep learning model that classifies sports videos into 487 different sports activities using a 3D convolutional neural network.

#3d-cnn#sports-analysis#deep-learning
Stars24
Forks18
Last commit
SyMBac
SyMBacJupyter Notebook

Generates synthetic phase contrast or fluorescence microscope images of bacteria for training deep learning segmentation models.

#synthetic-biology#microscopy#deep-learning
Stars23
Forks12
Last commit7 days ago
steppy-toolkit
steppy-toolkitPython

A curated collection of transformers to accelerate and enhance machine learning experimentation with the Steppy library.

#experimentation#python-library#data-science
Stars23
Forks9
Last commit7 years ago
Face Detection
Face DetectionC++

A Caffe-based deep learning model for face detection with pre-trained weights and training scripts.

#deep-learning#caffe#pre-trained-models
Stars22
Forks17
Last commit9 years ago
mxnet.cr
mxnet.crCrystal

MXNet bindings for the Crystal programming language, enabling deep learning and machine learning development.

#distributed-training#mxnet#deep-learning
Stars22
Forks0
Last commit5 years ago
adams
adamsC

A deep learning-based password cracking tool that uses adaptive dynamic mangling rules to reduce bias in real-world password strength modeling.

#deep-learning#neural-networks#tensorflow
Stars22
Forks1
Last commit2 years ago
Awesome Hugging Face Models
Awesome Hugging Face ModelsPython

A curated list of the best production-ready Hugging Face models for NLP, vision, audio, and multimodal tasks.

#ai#transformers-library#deep-learning
Stars22
Forks2
Last commit20 days ago
PreviousPage 25 of 27

Related Tags

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
4 years ago
7 years ago
10 months ago
2 years ago
10 months ago
Next
#Machine Learning643
#Computer Vision331
#Neural Networks311
#Tensorflow246
#Pytorch222
#Python198
#Neural Network104
#Python Library92
#Data Science90
#Reinforcement Learning78
#Object Detection66
#Keras64