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

Image Quality
Image QualityPython

Image quality is an open source software library for Image Quality Assessment (IQA).

#image-analysis#python#image-quality-assessment
Stars434
Forks88
Last commit2 years ago
TensorFlow White Paper Notes
TensorFlow White Paper Notes

Annotated notes and summaries of the TensorFlow white paper, with SVG figures and links to documentation.

#research-paper#deep-learning#white-paper
Stars432
Forks59
Last commit7 years 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
LotteryPredict
LotteryPredictJupyter Notebook

A practical demo using LSTM neural networks with TensorFlow to predict lottery numbers.

#time-series-prediction#data-science#neural-networks
Stars413
Forks200
Last commit7 years ago
CapsNet-Visualization
CapsNet-VisualizationPython

Interactive visualization tool for understanding Capsule Network (CapsNet) layers and their internal workings.

#ai#capsnet#educational
Stars394
Forks92
Last commit4 years ago
TensorFlow
TensorFlowRuby

A Ruby gem providing TensorFlow bindings for basic tensor operations and machine learning tasks.

#deep-learning#tensor-operations#ruby-gem
Stars383
Forks13
Last commit1 year ago
DeepLearningNotes
DeepLearningNotesJupyter Notebook

A collection of open-source machine learning and quantitative analysis models implemented in TensorFlow and PyTorch.

#quantitative-analysis#algorithmic-trading#deep-learning
Stars379
Forks229
Last commit
Neurite
NeuritePython

A neural networks toolbox for medical image analysis, providing specialized layers, models, and utilities for TensorFlow/Keras.

#brain#medical-image-computing#deep-learning
Stars376
Forks77
Last commit14 days ago
SiaNet
SiaNetC#

An easy-to-use C# deep learning library with support for multiple backends including TensorFlow, PyTorch, and CUDA/OpenCL.

#neural-network#model-training#deep-learning
Stars370
Forks80
Last commit7 years ago
AugmentedAutoencoder
AugmentedAutoencoderPython

A real-time RGB-based pipeline for object detection and 6D pose estimation using a denoising autoencoder trained on simulated 3D views.

#autoencoder#opencv#deep-learning
Stars363
Forks97
Last commit3 years ago
Weakly_detector
Weakly_detectorJupyter Notebook

TensorFlow implementation of weakly-supervised object localization using only image-level labels, without bounding box annotations.

#transfer-learning#deep-learning#object-localization
Stars361
Forks87
Last commit
tfdeploy
tfdeployPython

Deploy TensorFlow graphs for fast evaluation and export to environments without TensorFlow, using NumPy.

#portable-models#scipy#model-deployment
Stars353
Forks35
Last commit1 year ago
End-To-End Memory Networks
End-To-End Memory NetworksPython

A TensorFlow implementation of End-To-End Memory Networks with a scikit-learn-like interface for bAbI tasks.

#babi-dataset#neural-networks#question-answering
Stars340
Forks131
Last commit9 years ago
CSBDeep
CSBDeepPython

A Python toolbox for content-aware restoration of fluorescence microscopy images using deep learning.

#deep-learning#image-restoration#keras
Stars336
Forks87
Last commit7 months ago
BMW-Labeltool-Lite
BMW-Labeltool-LiteC#

A Docker-based image annotation tool for bounding box labeling with auto-labeling support, designed for deep learning training.

#labeling-tool#bounding-box#label
Stars324
Forks51
Last commit2 years ago
Deep stacked residual bidirectional LSTMs for HAR
Deep stacked residual bidirectional LSTMs for HARPython

A deep learning architecture using stacked residual bidirectional LSTM cells with TensorFlow for human activity recognition from sensor data.

#wearable-sensors#human-activity-recognition#deep-learning
Stars323
Forks97
Last commit
Tensorflex
TensorflexC

Tensorflow bindings for the Elixir programming language, enabling machine learning inference and tensor operations.

#elixir#c-api#bindings
Stars307
Forks15
Last commit7 years ago
DeepDTA
DeepDTAPython

Deep learning model using convolutional neural networks to predict drug-target binding affinity from protein sequences and compound SMILES.

#binding-affinity-prediction#deep-learning#protein-ligand-interactions
Stars303
Forks118
Last commit
Tensorflow FastText
Tensorflow FastTextPython

A TensorFlow implementation of fastText for embedding-based text classification with support for character ngrams and distributed training.

#distributed-training#language-identification#text-classification
Stars302
Forks90
Last commit
AgML
AgMLPython

A centralized Python framework for agricultural machine learning, providing access to public datasets, benchmarks, pretrained models, and synthetic data generation.

#dataset-management#deep-learning#synthetic-data
Stars295
Forks45
Last commit14 days ago
max-object-detector
max-object-detectorPython

A TensorFlow-based object detection model that localizes and identifies multiple objects in images using SSD MobileNet V1 or Faster R-CNN ResNet101.

#image-analysis#deep-learning#rest-api
Stars293
Forks222
Last commit10 months ago
tensorflow-ocaml
tensorflow-ocamlOCaml

OCaml bindings for TensorFlow, enabling machine learning and neural network development in a functional programming environment.

#functional-programming#deep-learning#bindings
Stars287
Forks25
Last commit7 years ago
HMM in TensorFlow
HMM in TensorFlowJupyter Notebook

TensorFlow and NumPy implementations of HMM Viterbi and forward/backward algorithms for sequence modeling.

#viterbi#viterbi-algorithm#hidden-markov-models
Stars285
Forks77
Last commit8 years ago
GPflowOpt
GPflowOptPython

A Python library for Bayesian optimization using GPflow and TensorFlow, designed for optimizing expensive black-box functions.

#probabilistic-modeling#hyperparameter-optimization#hyperparameter-tuning
Stars276
Forks60
Last commit
anonymizer
anonymizerPython

An open-source tool to detect and blur faces and license plates in images for privacy compliance, using TensorFlow object detection.

#privacy-tools#gdpr-compliance#automotive
Stars275
Forks98
Last commit4 years ago
Borzoi
BorzoiPython

A deep convolutional neural network that predicts RNA-seq coverage at 32bp resolution from DNA sequence.

#deep-learning#computational-biology#genomics
Stars256
Forks33
Last commit11 months ago
tf_deep_rl_trader
tf_deep_rl_traderPython

Trading Environment(OpenAI Gym) + PPO(TensorForce)

#trading#stock-market#tensorforce
Stars253
Forks63
Last commit3 years ago
Fire Detection UAV
Fire Detection UAVPython

FLAME dataset and deep learning models for fire detection in aerial imagery using UAVs, supporting classification and segmentation tasks.

#fire-detection#aerial-imagery#uav
Stars252
Forks68
Last commit
Neural machine translation between the writings of Shakespeare and modern English using TensorFlow
Neural machine translation between the writings of Shakespeare and modern English using TensorFlowPython

Neural machine translation between Shakespearean and modern English using TensorFlow.

#sequence-to-sequence#nlp-research#deep-learning
Stars249
Forks56
Last commit
Calibnet
CalibnetPython

A self-supervised deep learning model for extrinsic calibration between LiDAR and camera sensors using 3D spatial transformer networks.

#robotics#deep-learning#3d-vision
Stars229
Forks56
Last commit2 years ago
trading-rl
trading-rlPython

Deep reinforcement learning framework for financial trading using price trailing, implemented with Keras-RL for Forex markets.

#openai-gym#algorithmic-trading#keras-rl
Stars223
Forks45
Last commit3 years ago
DBNet
DBNetPython

A large-scale driving behavior dataset with LiDAR point clouds, dashboard videos, and sensor data for autonomous driving research.

#lidar#autonomous-driving#sensor-fusion
Stars221
Forks49
Last commit7 years ago
TGen
TGenPython

A statistical natural language generator for spoken dialogue systems, supporting both A*-search and seq2seq algorithms.

#tgen#computational-linguistics#sequence-to-sequence
Stars207
Forks61
Last commit4 years ago
Usiigaci
UsiigaciJupyter Notebook

A semi-automated pipeline for instance-aware cell segmentation, tracking, and migration analysis in phase contrast microscopy using Mask R-CNN.

#biomedical-research#bioimage-analysis#resnet-101
Stars205
Forks69
Last commit5 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
DynaML
DynaMLScala

A Scala and JVM machine learning toolbox for research, education, and industry with an interactive REPL and end-to-end pipelines.

#research-tool#apache-spark#scala-library
Stars202
Forks45
Last commit3 years ago
PreviousPage 7 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
8 years ago
9 years ago
3 years ago
2 years ago
8 years ago
5 years ago
5 years ago
3 years ago
#Machine Learning257
#Deep Learning246
#Neural Networks106
#Computer Vision100
#Python98
#Keras58
#Pytorch46
#Neural Network36
#Python Library35
#Docker32
#Reinforcement Learning32
#Natural Language Processing30