Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Tensorflow

Tensorflow

350 projects

Showing 36 of 350 projects

captcha_cracker
captcha_crackerPython

A convolutional neural network model built with Keras for recognizing captcha images generated by the Laravel Captcha library.

#neural-network#cnn-keras#keras
Stars199
Forks57
Last commit3 years ago
lidar_super_resolution
lidar_super_resolutionPython

A simulation-based deep learning approach to enhance the resolution of 3D lidar point clouds for ground vehicles.

#lidar#carla-simulator#range-image
Stars197
Forks57
Last commit5 years ago
TensorFlow.js
TensorFlow.js

A curated collection of tools, tutorials, models, and resources for mastering TensorFlow.js.

#browser-ml#javascript-ml#deep-learning
Stars187
Forks16
Last commit1 year ago
Summary Generation From Structured Data
Summary Generation From Structured DataPython

A TensorFlow implementation of neural text generation from structured data, converting tabular information into natural language summaries.

#data-to-text#neural-networks#text-generation
Stars186
Forks55
Last commit
DAGAN
DAGANPython

A deep learning model using generative adversarial networks for fast compressed sensing MRI reconstruction.

#biomedical-engineering#image-reconstruction#deep-learning
Stars180
Forks52
Last commit7 years ago
ChemML
ChemMLPython

A Python machine learning and informatics suite for analyzing, mining, and modeling chemical and materials data.

#data-science#deep-learning#materials-science
Stars178
Forks34
Last commit11 days ago
R-Net-in-Keras
R-Net-in-KerasPython

A Keras implementation of Microsoft's R-NET neural network for question answering on the SQuAD dataset.

#squad#machine-reading-comprehension#deep-learning
Stars177
Forks88
Last commit8 years ago
CometML
CometMLJupyter Notebook

A collection of examples demonstrating how to use Comet.ml for machine learning experiment tracking across various Python frameworks.

#deep-learning-libraries#data-science#deep-learning
Stars176
Forks67
Last commit25 days ago
Perfect TensorFlow
Perfect TensorFlowSwift

A TensorFlow C API wrapper enabling machine learning in server-side Swift applications.

#perfect#deep-learning#swift-package-manager
Stars167
Forks13
Last commit6 years ago
TradzQAI
TradzQAIPython

A trading environment for reinforcement learning agents, supporting backtesting, live trading, and multiple RL algorithms.

#algorithm#trading-bot#trading
Stars167
Forks42
Last commit4 years ago
nn_builder
nn_builderPython

A Python library that builds neural networks with minimal boilerplate code for PyTorch and TensorFlow.

#boilerplate-reduction#python-library#deep-learning
Stars165
Forks23
Last commit2 years ago
karoo_gp
karoo_gpPython

A genetic programming platform for Python with TensorFlow for fast CPU and GPU symbolic regression and classification.

#scientific-computing#gpu-acceleration#classification
Stars164
Forks62
Last commit3 years ago
Tensorflow-NeuroEvolution-Trading-Bot
Tensorflow-NeuroEvolution-Trading-BotGo

A neuroevolution-based trading bot that evolves populations of neural networks to trade cryptocurrency using technical analysis.

#trading-bot#technical-analysis#trading
Stars164
Forks39
Last commit
DH3D
DH3DPython

A deep learning approach that unifies global place recognition and local 6DoF pose refinement for robust relocalization in large-scale 3D point clouds.

#robotics#autonomous-driving#point-clouds
Stars160
Forks17
Last commit5 years ago
max-audio-classifier
max-audio-classifierPython

A deep learning model that classifies sounds in 10-second audio clips into 527 categories from the AudioSet ontology.

#audioset#ibm-max#deep-learning
Stars158
Forks54
Last commit10 months ago
InferPy
InferPyJupyter Notebook

InferPy: Deep Probabilistic Modeling with Tensorflow Made Easy

#probabilistic-modeling#neural-network#tensorflow
Stars147
Forks15
Last commit2 years ago
Attentive Object Tracking
Attentive Object TrackingPython

A TensorFlow implementation of hierarchical attentive recurrent neural networks for single object tracking in videos.

#kitti-dataset#object-tracking#deep-learning
Stars147
Forks45
Last commit8 years ago
Image Caption Generator
Image Caption GeneratorJupyter Notebook

A TensorFlow-based neural network model for generating descriptive captions from images using Flickr30K and MSCOCO datasets.

#neural-network#deep-learning#captioning-images
Stars145
Forks55
Last commit
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
SymJAX
SymJAXPython

A symbolic programming library built on JAX for concise, explicit, and optimized machine learning computations.

#jax#deep-learning#signal-processing
Stars131
Forks5
Last commit3 years ago
AxonDeepSeg
AxonDeepSegPython

A deep learning tool for automatic axon and myelin segmentation from microscopy images using convolutional neural networks.

#axon-segmentation#bioimage-analysis#neuroscience
Stars126
Forks33
Last commit14 days ago
L2X
L2XPython

A method for selecting interpretable feature subsets from complex models using mutual information optimization.

#feature-selection#mutual-information#model-interpretation
Stars125
Forks36
Last commit5 years ago
TF2JAX
TF2JAXPython

An experimental library that converts TensorFlow functions and graphs into JAX functions for reuse and fine-tuning within JAX codebases.

#jax#model-conversion#deep-learning
Stars123
Forks20
Last commit19 days ago
Mnemonic Descent Method
Mnemonic Descent MethodJupyter Notebook

A TensorFlow implementation of the Mnemonic Descent Method for end-to-end face alignment.

#snapchat#facial-landmarks#deep-learning
Stars123
Forks45
Last commit4 years ago
clojure-tensorflow
clojure-tensorflowClojure

A lightweight Clojure wrapper for TensorFlow's Java API, providing idiomatic access to machine learning operations.

#java-interop#functional-programming#interop
Stars113
Forks18
Last commit6 years ago
Einshape
EinshapePython

A DSL-based library for unified tensor reshaping, squeezing, expanding, and transposing in JAX, TensorFlow, and NumPy.

#tensor-reshaping#scientific-computing#jax
Stars111
Forks7
Last commit2 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 commit
XMC-GAN
XMC-GANPython

Official JAX implementation of XMC-GAN for text-to-image generation using cross-modal contrastive learning.

#jax#text-to-image#flax
Stars100
Forks14
Last commit1 day ago
Ladder Network
Ladder NetworkPython

A Keras implementation of Ladder Networks for semi-supervised learning, achieving 98% accuracy on MNIST with only 100 labeled examples.

#deep-learning#neural-networks#keras
Stars99
Forks34
Last commit5 years ago
jupyterlab-tensorboard-pro
jupyterlab-tensorboard-proTypeScript

A TensorBoard JupyterLab plugin that integrates TensorBoard directly into JupyterLab with improved user experience and long-term maintenance.

#jupyterlab-extension#data-science#jupyterlab
Stars93
Forks11
Last commit
TensorFlow Lite Examples - Android
TensorFlow Lite Examples - AndroidKotlin

A collection of refactored, high-quality Android examples demonstrating TensorFlow Lite for on-device machine learning tasks.

#android#model-deployment#minst
Stars91
Forks22
Last commit
TensorFlow.Delphi
TensorFlow.DelphiPascal

A Delphi/Pascal binding for TensorFlow and Keras that enables Pascal developers to build, train, and deploy machine learning models.

#inteligencia-artificial#ai#model-training
Stars90
Forks16
Last commit3 years ago
iLID
iLIDPython

A deep learning system for automatic spoken language identification from audio files using TensorFlow and Caffe.

#spark#deep-learning#neural-networks
Stars90
Forks24
Last commit7 years ago
Improved CycleGAN
Improved CycleGANPython

A TensorLayer re-implementation of CycleGAN with improvements like resize-convolution and instance normalization.

#image-translation#resize-convolution#cyclegan
Stars88
Forks27
Last commit8 years ago
Hierarchical Attention Networks
Hierarchical Attention NetworksPython

TensorFlow implementation of hierarchical attention networks for document classification using GRU cells and attention mechanisms.

#hierarchical-networks#text-classification#text-analysis
Stars87
Forks25
Last commit
DockerDL
DockerDLDockerfile

A pre-configured Docker image with deep learning frameworks, data science tools, and GPU support for rapid environment setup.

#cuda#data-science#deep-learning
Stars86
Forks11
Last commit1 month ago
PreviousPage 8 of 10Next

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
7 years ago
5 years ago
6 years ago
8 years ago
2 years ago
3 years ago
7 years ago
#Machine Learning257
#Deep Learning246
#Neural Networks106
#Computer Vision100
#Python98
#Keras58
#Pytorch46
#Neural Network36
#Python Library35
#Docker32
#Reinforcement Learning32
#Natural Language Processing30