Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Convolutional Neural Networks

Convolutional Neural Networks

70 projects

Showing 36 of 70 projects

[Web]
[Web]Lua

A deep learning tool for upscaling and denoising anime-style images and photos using convolutional neural networks.

#video-processing#super-resolution#deep-learning
Stars28.2k
Forks2.7k
Last commit3 years ago
Brain.js
Brain.jsTypeScript

GPU-accelerated neural network library for JavaScript, running in browsers and Node.js.

#browser-ml#brain#ai
Stars14.9k
Forks1.1k
Last commit1 year ago
Google deepdream - Neural Network art
Google deepdream - Neural Network art

Google's IPython Notebook demonstrating neural network art generation using the DeepDream technique.

#ipython-notebook#deep-learning#google-research
Stars13.2k
Forks3.2k
Last commit3 years ago
wav2letter
wav2letterC++

A high-performance automatic speech recognition toolkit from Facebook AI Research, built with fully convolutional neural networks.

#end-to-end#deep-learning#automatic-speech-recognition
Stars6.4k
Forks989
Last commit10 days ago
Wav2Letter++
Wav2Letter++C++

Facebook AI Research's automatic speech recognition toolkit for end-to-end ASR with modern neural architectures.

#asr-toolkit#end-to-end#neural-architectures
Stars6.4k
Forks989
Last commit10 days ago
YOLO TensorFlow ++
YOLO TensorFlow ++Python

A TensorFlow implementation of YOLO for real-time object detection, supporting weight conversion, training, and mobile deployment.

#graph#deep-learning#darknet-port
Stars6.1k
Forks2.0k
Last commit2 years ago
Sentence Classification with CNN
Sentence Classification with CNNPython

A TensorFlow implementation of a convolutional neural network for sentence classification based on Yoon Kim's paper.

#text-classification#deep-learning#natural-language-processing
Stars5.7k
Forks2.7k
Last commit
NeuralTalk
NeuralTalkJupyter Notebook

Efficient image captioning code in Torch, using a CNN-RNN model to generate captions for images, optimized for GPU training.

#ms-coco#deep-learning#gpu-acceleration
Stars5.6k
Forks1.3k
Last commit8 years ago
yolact
yolactPython

A fully convolutional neural network for real-time instance segmentation, achieving high speed and accuracy on COCO.

#realtime#yolact#instance-segmentation
Stars5.2k
Forks1.3k
Last commit10 months ago
TensorFlow Book
TensorFlow BookJupyter Notebook

Official code repository for the 'Machine Learning with TensorFlow' book with practical examples.

#code-examples#autoencoder#data-science
Stars4.4k
Forks1.2k
Last commit3 years ago
DeepLearnToolbox
DeepLearnToolboxMATLAB

A MATLAB/Octave toolbox for deep learning with implementations of neural networks, deep belief nets, autoencoders, and convolutional networks.

#deep-belief-networks#research-tool#autoencoders
Stars3.9k
Forks2.3k
Last commit
Tensorflow-Project-Template
Tensorflow-Project-TemplatePython

A TensorFlow project template with a well-designed folder structure and OOP design to accelerate deep learning development.

#neural-network#model-training#project-template
Stars3.6k
Forks794
Last commit
Neural Style
Neural StylePython

A TensorFlow implementation of neural style transfer for images and videos, blending content and artistic styles using convolutional neural networks.

#neural-style-transfer#video-processing#deep-learning
Stars3.1k
Forks808
Last commit
cnn_captcha
cnn_captchaPython

A TensorFlow-based CNN solution for recognizing character-based CAPTCHAs, providing training, validation, and API modules.

#flask#captcha-recognition#python
Stars2.9k
Forks785
Last commit3 years ago
captcha_break
captcha_breakJupyter Notebook

A deep learning project using Keras to build convolutional and recurrent neural networks for high-accuracy captcha recognition.

#deep-learning#pytorch-tutorial#keras
Stars2.8k
Forks668
Last commit4 years ago
Benchmark TensorFlow GitHub
Benchmark TensorFlow GitHubPython

A benchmarking suite comparing the performance of public convolutional neural network implementations across multiple deep learning frameworks.

#framework-comparison#model-evaluation#deep-learning
Stars2.7k
Forks572
Last commit
Sungjoon's TensorFlow-101
Sungjoon's TensorFlow-101Jupyter Notebook

A collection of beginner-friendly TensorFlow tutorials using Jupyter Notebook, covering deep learning fundamentals and practical applications.

#python-tutorials#data-science#deep-learning
Stars2.6k
Forks730
Last commit
R-CNN: Regions with Convolutional Neural Network Features
R-CNN: Regions with Convolutional Neural Network FeaturesMATLAB

A pioneering object detection system that combines region proposals with convolutional neural network features, significantly advancing detection accuracy.

#deep-learning#selective-search#caffe
Stars2.4k
Forks970
Last commit
[Web]
[Web]C++

A deep learning-based edge detection algorithm using holistically-nested fully convolutional neural networks.

#edge-detection#deep-learning#object-boundary
Stars1.9k
Forks535
Last commit2 years ago
Web
WebPython

A computer vision library for human-computer interaction, focusing on head pose estimation, gaze direction, skin detection, motion tracking, and saliency mapping using CNNs.

#saliency-mapping#histogram-comparison#skin-detection
Stars1.9k
Forks479
Last commit
Bender
BenderSwift

An abstraction layer over MetalPerformanceShaders for crafting and running fast neural networks on iOS using TensorFlow models.

#apple#ios#model-conversion
Stars1.8k
Forks89
Last commit2 years ago
Big Transfer (BiT)
Big Transfer (BiT)Python

Official repository for Big Transfer (BiT) models, providing pre-trained visual representations for efficient transfer learning across computer vision tasks.

#model-distillation#transfer-learning#jax
Stars1.5k
Forks175
Last commit
PointCNN
PointCNNPython

A deep learning framework for feature learning directly from point clouds using X-Conv operations, achieving state-of-the-art results in classification and segmentation.

#autonomous-driving#pointcloud#deep-learning
Stars1.4k
Forks360
Last commit4 months ago
MatConvNet: CNNs for MATLAB
MatConvNet: CNNs for MATLABCuda

A MATLAB toolbox implementing Convolutional Neural Networks (CNNs) for computer vision applications.

#research-tool#deep-learning#cnn
Stars1.4k
Forks739
Last commit4 years ago
nnAudio
nnAudioPython

An audio processing toolbox using PyTorch 1D convolutional neural networks for on-the-fly spectrogram generation with trainable kernels.

#cqt-spectrogram#neural-network#spectrogram
Stars1.1k
Forks97
Last commit2 months ago
frugally-deep
frugally-deepC++

A lightweight header-only C++ library for running Keras (TensorFlow) models without linking against TensorFlow.

#library#deep-learning#c-plus-plus-14
Stars1.1k
Forks236
Last commit2 months ago
3D Convolutional Neural Networks in TensorFlow
3D Convolutional Neural Networks in TensorFlowPython

:speaker: Deep Learning & 3D Convolutional Neural Networks for Speaker Verification

#deep-learning#speaker-recognition#3d
Stars790
Forks265
Last commit
CNN visualization using Tensorflow
CNN visualization using TensorflowPython

CNN visualization tool in TensorFlow

#cnn#convolutional-networks#tensorflow
Stars779
Forks209
Last commit7 years ago
Illustration2Vec
Illustration2VecPython

A deep learning library for tag estimation and semantic feature vector extraction from illustrations.

#chainer#python-library#illustration-analysis
Stars677
Forks113
Last commit7 years ago
MusicGenreClassification
MusicGenreClassificationPython

Classify music genre from a 10-second audio stream using a convolutional neural network trained on mel-frequency spectrograms.

#neural-network#music-genre-classification#music-information-retrieval
Stars604
Forks121
Last commit
OverFeat
OverFeatC

A convolutional network-based image classifier and feature extractor trained on ImageNet, providing dense feature extraction capabilities.

#research-tool#deep-learning#imagenet
Stars602
Forks198
Last commit12 years ago
Food-Recipe-CNN
Food-Recipe-CNNJupyter Notebook

A deep learning system that classifies food images into 230 categories and retrieves matching recipes using convolutional neural networks.

#inceptionv3#transfer-learning#food-recognition
Stars587
Forks131
Last commit
SqueezeSeg
SqueezeSegPython

A convolutional neural network model for real-time road-object segmentation from 3D LiDAR point clouds.

#autonomous-driving#kitti-dataset#deep-learning
Stars574
Forks240
Last commit7 years ago
layer
layerScheme

A command-line tool for neural network inference using Unix pipeline philosophy.

#blas#unix-philosophy#neural-network
Stars560
Forks17
Last commit7 years ago
cnn_handwritten_chinese_recognition
cnn_handwritten_chinese_recognitionPython

A web application that uses a CNN model to recognize handwritten Chinese characters from an online drawing canvas.

#flask#deep-learning#python
Stars553
Forks134
Last commit
TorontoDeepLEarning convnet
TorontoDeepLEarning convnetCuda

A fast C++ GPU implementation of Convolutional Neural Networks with multi-GPU support.

#multi-gpu#deep-learning#neural-networks
Stars504
Forks227
Last commit5 years ago
Page 1 of 2

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
2 years ago
7 years ago
4 years ago
5 years ago
9 years ago
6 years ago
9 years ago
2 years ago
2 years ago
6 years ago
6 years ago
3 years ago
3 years ago
Next
#Deep Learning64
#Computer Vision43
#Machine Learning32
#Tensorflow29
#Neural Networks17
#Image Classification14
#Python11
#Image Processing11
#Keras9
#Neural Network8
#Caffe8
#Pytorch8