Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Cnn

Cnn

28 projects

Showing 28 of 28 projects

EasyOCR
EasyOCRPython

A ready-to-use OCR Python library supporting 80+ languages and popular writing scripts like Latin, Chinese, Arabic, and Cyrillic.

#multi-language#python-library#deep-learning
Stars29.8k
Forks3.6k
Last commit7 months ago
pytorch-grad-cam
pytorch-grad-camPython

A PyTorch library providing state-of-the-art methods for generating visual explanations (Class Activation Maps) for computer vision models.

#interpretable-deep-learning#score-cam#deep-learning
Stars12.9k
Forks1.7k
Last commit14 days ago
libfacedetection
libfacedetectionC++

A high-performance CNN-based face detection library written in pure C++ with SIMD optimizations, achieving up to 1000 FPS.

#embedded-systems#simd#arm
Stars12.8k
Forks3.0k
Last commit26 days ago
cnn-explainer
cnn-explainerJavaScript

An interactive visualization system for learning how Convolutional Neural Networks work through hands-on exploration.

#web-based-learning#visual-analytics#deep-learning
Stars9.0k
Forks1.3k
Last commit2 years ago
stockpredictionai
stockpredictionaiJavaScript

A complete AI-driven process using GANs with LSTM and CNN to predict stock price movements, incorporating diverse data sources and hyperparameter optimization.

#mxnet#time-series-forecasting#bayesian-optimization
Stars5.6k
Forks1.9k
Last commit11 months ago
SRGAN
SRGANPython

Implementation of SRGAN for photo-realistic single image super-resolution using generative adversarial networks.

#vgg19#image-enhancement#super-resolution
Stars3.5k
Forks812
Last commit2 years ago
captcha_trainer
captcha_trainerPython

A deep learning framework for training image classification models to solve complex captcha and OCR tasks.

#deep-learning#captcha-recognition#cnn
Stars3.2k
Forks823
Last commit8 months ago
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
Education
Education

A curated collection of high-quality deep learning resources, including courses, books, papers, libraries, and datasets.

#reference-guide#educational#research-papers
Stars1.8k
Forks296
Last commit2 years 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
QANet
QANetPython

A TensorFlow implementation of QANet for machine reading comprehension on the SQuAD dataset.

#squad#deep-learning#neural-networks
Stars984
Forks298
Last commit8 years ago
LLVIP
LLVIPJupyter Notebook

A visible-infrared paired dataset for low-light vision tasks like pedestrian detection, image fusion, and image-to-image translation.

#low-light-vision#image-fusion#image-translation
Stars838
Forks75
Last commit11 months ago
Character-Aware Neural Language Models
Character-Aware Neural Language ModelsPython

TensorFlow implementation of character-aware neural language models using CNN, highway networks, and LSTM.

#neural-network#deep-learning#text-generation
Stars788
Forks240
Last commit8 years ago
CNN visualization using Tensorflow
CNN visualization using TensorflowPython

CNN visualization tool in TensorFlow

#cnn#convolutional-networks#tensorflow
Stars779
Forks209
Last commit7 years ago
Terry Um’s TensorFlow Exercises
Terry Um’s TensorFlow ExercisesJupyter Notebook

A collection of TensorFlow practice exercises covering fundamental machine learning concepts from linear regression to CNNs.

#deep-learning#multilayer-perceptron#logistic-regression
Stars612
Forks195
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 commit3 years ago
neural-fortran
neural-fortranFortran

A parallel deep learning framework written in modern Fortran for training and inference of dense, convolutional, and transformer networks.

#opencoarrays#scientific-computing#parallel-computing
Stars469
Forks108
Last commit4 months ago
Crop Yield Prediction
Crop Yield PredictionPython

Deep learning models for crop yield prediction using remote sensing data, with CNN/LSTM and Gaussian Process approaches.

#deep-learning#remote-sensing#gaussian-process
Stars423
Forks212
Last commit3 years ago
Chinese-Character-Recognition
Chinese-Character-RecognitionPython

A TensorFlow CNN implementation for Chinese character recognition, achieving 92.5% top-1 accuracy with batch normalization.

#deep-learning#cnn#tensorflow
Stars205
Forks76
Last commit9 years ago
BeautyNet
BeautyNetPython

A simple, flexible, and extensible object-oriented template for PyTorch projects.

#project-template#deep-learning#object-oriented
Stars191
Forks11
Last commit2 years ago
mmWave-localization-learning
mmWave-localization-learningPython

A machine learning algorithm for accurate, energy-efficient outdoor positioning using 5G mmWave beamformed fingerprints.

#mmwave#deep-learning#5g
Stars132
Forks42
Last commit2 years ago
Introduction to Deep Learning Using Python (GitHub)
Introduction to Deep Learning Using Python (GitHub)Python

A hands-on workshop introducing deep learning concepts with practical examples using neural networks, CNNs, RNNs, and autoencoders.

#autoencoders#educational#deep-learning
Stars126
Forks80
Last commit10 years ago
Hyperopt for a Keras CNN on CIFAR-100
Hyperopt for a Keras CNN on CIFAR-100Python

A tutorial and demo using Hyperopt to auto-optimize CNN architecture and hyperparameters for the CIFAR-100 dataset with Keras/TensorFlow.

#hyperparameter-optimization#hyperparameter-tuning#hyperparameters-optimization
Stars108
Forks74
Last commit8 years ago
xrays-and-gradcam
xrays-and-gradcamJupyter Notebook

A PyTorch-based project for classifying chest X-rays and localizing pathologies using Grad-CAM with fine-tuned CNN models.

#imbalanced-data#transfer-learning#chest-xray
Stars59
Forks21
Last commit5 years ago
Keras4Delphi
Keras4DelphiPascal

A high-level neural networks API for Delphi, written in Pascal with Python binding and support for TensorFlow, CNTK, or Theano backends.

#neural-network#deep-learning#pascal
Stars57
Forks20
Last commit6 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 commit7 years ago
TF-Unet
TF-UnetJupyter Notebook

A general-purpose U-Net implementation in Keras for image segmentation tasks.

#cv#dnn#deep-learning
Stars2
Forks1
Last commit6 years ago
Mlg
MlgPython

A decentralized CNN classification service that distributes pre-trained image models across Golem network nodes for scalable predictions.

#decentralized-ai#batch-processing#imagenet
Stars2
Forks0
Last commit4 years ago

Related Tags

#Deep Learning23#Machine Learning16#Tensorflow16#Computer Vision13#Lstm8#Neural Networks7#Image Classification5#Convolutional Neural Networks5#Python4#Keras4#Pytorch4#Ocr3
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