An open API service indexing awesome lists of open source software.

Tensorflow

TensorFlow is an open source library that was created by Google. It is used to design, build, and train deep learning models.

https://github.com/thomasgust/pymuse

PyMuse is a python tool to generate music and art with the help of artificial intelligence.

ai alpha art artificial-intelligence generation music neural-network neural-style-transfer python python3 tensorflow

Last synced: 16 Jul 2025

https://github.com/elggem/tensorflow_node

Tensorflow based ROS node for evaluating deep learning algorithms.

artificial-intelligence artificial-neural-networks autoencoder deeplearning ros ros-node science tensorflow

Last synced: 07 Jul 2025

https://github.com/sayakpaul/evonorms-in-tensorflow-2

Implements EvoNorms B0 and S0 as proposed in Evolving Normalization-Activation Layers.

automl-products deep-learning keras tensorflow

Last synced: 07 May 2025

https://github.com/hanabi1224/tensorflow-batteries

Nuget package that provides tensorflow prebuilt dlls

tensorflow tensorflowsharp

Last synced: 12 May 2025

https://github.com/dunky11/piracy-resistant-watermarks

Implemention of "Piracy Resistant Watermarks for Deep Neural Networks" in TensorFlow.

keras neural-network piracy-resistance tensorflow tensorflow2 watermark watermarking

Last synced: 10 Apr 2025

https://github.com/abhifuturetech/ann-robotics-simu

This project focuses on developing and implementing neural network algorithms to enable autonomous navigation in self-driving robots.

keras neural-network opencv python raspberry-pi robotics tensorflow

Last synced: 09 Jul 2025

https://github.com/laurentmazare/ocaml-tensorflow-eager

OCaml bindings for TensorFlow Eager mode

bindings eager ocaml tensorflow

Last synced: 06 May 2025

https://github.com/osamhack2020/iot_covid19-detector_co-vision

Identify and Alert people at risk of COVID-19 infection in REAL-TIME using raspberry-pi.

deep-learning face-mask-detection flir-lepton iot keras opencv osam python raspberry-pi telegram-bot tensorflow

Last synced: 04 May 2025

https://github.com/zotroneneis/deep_music

Recurrent neural network in TensorFlow for generating novel monophonic melodies.

neural-network python3 recurrent-neural-network recurrent-neural-networks tensorflow variational-autoencoder variational-autoencoders

Last synced: 30 Apr 2025

https://github.com/minar09/u-net-attention

U-Net + Attention, extending U-Net model for semantic segmentation. Implemented with TensorFlow.

attention attention-gate attention-model attention-to-scale encoder-decoder multi-scale semantic-segmentation tensorflow u-net

Last synced: 11 Apr 2025

https://github.com/unity-technologies/go-tensorgen

Lightweight tool that generates Go structures and Tensorflow inference execution code from SavedModel

cgo codegen codegenerator go golang savedmodel tensorflow

Last synced: 19 Oct 2025

https://github.com/sparkier/luna

Luna is inspired by Lucid, a framework for Feature Visualization. However, Luna is built on Tensorflow 2, and thus supports modern models and deep learning techniques.

artificial-intelligence deep-learning machine-learning tensorflow visualization

Last synced: 13 Mar 2026

https://github.com/arose13/rosey

Data science utilities for statistics and machine learning

data-science data-visualization keras machine-learning tensorflow

Last synced: 24 Oct 2025

https://github.com/pratikpc/tf-kmeans

A Tensorflow.JS Library for Calculating KMeans

kmeans kmeans-clustering npm-package tensorflow tensorflowjs tf tfjs

Last synced: 09 Oct 2025

https://github.com/ravi-teja-konda/trackmynutrition

This android app takes food item image as input ,recognises the food item and calculates the nutrition value on the food , calories to be burned.

android-application calorie-calculator deeplearning-ai fitness food-recognition food-tracker nutrition-information resnet teachable-machine tensorflow

Last synced: 05 Mar 2026

https://github.com/tanyachutani/image-colorization-tf2.x

A Tensorflow 2.x implementation of Pix2pix GAN.https://arxiv.org/abs/1611.07004

gan gan-tensorflow gan-tutorial image-colorization pix2pix pix2pix-tensorflow tensorflow tensorflow2

Last synced: 03 Mar 2026

https://github.com/akb89/word2vec

Re-implementation of Word2Vec using Tensorflow v2 Estimators and Datasets

tensorflow tensorflow-datasets tensorflow-estimators tensorflow2 word2vec

Last synced: 14 Mar 2026

https://github.com/wilsonwang371/jetsontx2fordeeplearning

Scripts for setting up Jetson TX2 with OpenCV Tensorflow & Keras for deep learning

jetson-tx2 keras opencv opencv-python tensorflow

Last synced: 16 May 2025

https://github.com/moon0922/control-3d-model-by-facelandmark

This is the react project to control glb model in real-time using face landmark detection and three.js

3dmodel deep-learning react tensorflow tensorflowjs threejs web webcam

Last synced: 02 Aug 2025

https://github.com/amitkumarj441/identify_pneumonia

Mask-RCNN based model to automatically identify potential pneumonia cases

computer-vision mask-rcnn pneumonia-detection pytorch resnet tensorflow

Last synced: 13 Aug 2025

https://github.com/nazarii-piontko/ner-ua

Experimental repository for NER (Named-entity recognition) for sentences of Ukrainian language.

bert experimental keras named-entity-recognition ner python tensorflow ukrainian-language

Last synced: 23 Sep 2025

https://github.com/jdpigeon/tfreactnative

A test React Native app with Tensorflow

android react-native tensorflow

Last synced: 11 Apr 2025

https://github.com/huyz1117/BAM

Implementation of BAM: Bottleneck Attention Module with TensorFLow

attention-mechanism bam tensorflow

Last synced: 07 May 2025

https://github.com/leereilly/octocat-classifier

Hold a sticker, photograph, drawing, or anything really up your camera and we'll tell you if it's an Octocat.

octocats tensorflow tensorflowjs

Last synced: 29 Oct 2025

https://github.com/26hzhang/sequencetosequence

A seq2seq with attention dialogue/MT model implemented by TensorFlow.

attention-mechanism dialogue machine-translation residual seq2seq tensorflow

Last synced: 22 Jul 2025

https://github.com/benchopt/benchmark_resnet_classif

Benchopt benchmark for ResNet fitting on a classification task

benchmark deep-learning image-classification optimization pytorch resnet tensorflow

Last synced: 19 Oct 2025

https://github.com/stanleylsx/image_classification

常用的一些用于图像分类的模型demo。

cnn image-classification tensorflow

Last synced: 22 Jul 2025

https://github.com/tf-encrypted/tf-big

Arbitrary precision integers in TensorFlow

cryptography machine-learning tensorflow

Last synced: 09 Apr 2025

https://github.com/kleinyuan/tf-blocks

Building blocks of tensorflow architectures

cnn tensorflow training

Last synced: 12 Apr 2025

https://github.com/belval/bitcoinrnn

A Recurrent Neural Network using Tensorflow to predict Bitcoin price

bitcoin recurrent-neural-networks tensorflow

Last synced: 12 Apr 2025

https://github.com/camara94/tensorflow-sequences-time-series-and-prediction

In this fourth course, you will learn how to build time series models in TensorFlow. You’ll first implement best practices to prepare time series data. You’ll also explore how RNNs and 1D ConvNets can be used for prediction. Finally, you’ll apply everything you’ve learned throughout the Specialization to build a sunspot prediction model using real-world data

deep-learning tensorflow tensorflow2 timeseries timeseries-analysis timeseries-forecasting

Last synced: 05 Apr 2025

https://github.com/michellebonat/tf_text_classify

The classic movies redux with machine learning using TensorFlow and Keras.

keras machine-learning numpy python tensorflow

Last synced: 22 Apr 2025

https://github.com/gimnathperera/molemi-app

Molemi App is a AI (Deep Learning) based plant disease recognition application that can identify up to 10 various types of plant diseases by analyzing plant leaves.

cnn deep-learning expo flask mysql reactnative tensorflow

Last synced: 30 Apr 2025

https://github.com/tomaszrewak/cnn-chest-x-ray-abnormalities-localization

Using CNN, transfer learingn and attribution methods to localize abnormalities on x-ray chest images.

attribution chest-xray-images convolutional-neural-networks deep-learning medical-imaging tensorflow transfer-learning vgg16

Last synced: 21 Apr 2025

https://github.com/devfemibadmus/human-pose-estimation

This project focuses on Human Pose Estimation using the MoveNet model with TensorFlow Lite. The goal is to detect keypoint positions on a person's body in images and live video frames. The project provides a Flask web application for both image and live video input, showcasing the real-time capabilities of the model.

flask-ai human-pose-estimation human-pose-tracking movenet movenet-lightning movenet-thunder python tensorflow

Last synced: 14 Oct 2025

https://github.com/zhaocc1106/machine_learn

机器学习与深度学习

deep-learning machine-learning tensorflow

Last synced: 23 Mar 2025

https://github.com/sergio11/safedrive_drowsiness_detection

🚗 Driver Drowsiness Detection with Deep Learning (PoC) 🧠 A personal experiment comparing CNN + MobileNetV2 and YOLOv11 for real-time drowsiness detection. Focused on evaluating accuracy and efficiency to explore AI’s potential in preventing fatigue-related accidents. 😴⚡ A hands-on dive into safety-driven computer vision.

autonomous-driving computer-vision convolutional-neural-networks deep-learning driver-drowsiness-detection image-classification mobile-ai real-time-detection tensorflow tensorflow-lite transfer-learning yolo yolov11

Last synced: 04 Oct 2025

https://github.com/zongxr/tensorflow-in-practice

tensorflow实践案例 - 学习tensorflow的绝佳笔记,包括CV用法、NLP用法、常用tricks、训练的模型等,不断完善中……

cv jupyter-notebook nlp python tensorflow time-series

Last synced: 14 Apr 2025

https://github.com/sayakpaul/emotion-detection-using-deep-learning

This project demonstrates the use of Deep Learning to detect emotion (sad, angry, happy etc) from the images of faces.

computer-vision deep-learning tensorflow

Last synced: 07 May 2025

https://github.com/wangyum/anaconda

python gift package

anaconda pyspark tensorflow

Last synced: 15 Apr 2025

https://github.com/26hzhang/bert_classification

Token and Sentence Level Classification with Google's BERT (TensorFlow)

bert-bilstm-crf bert-embeddings bert-model tensorflow

Last synced: 12 Oct 2025

https://github.com/neelanjan00/image-forgery-detection

A deep convolutional neural network for the detection as well as localization of the area of manipulation in forged images, bearing forgeries of simple as well as complex nature. Further along, the trained model is interfaced with a web application for users to interact with the model in a simple and effective manner, and finally, we also develop a chatbot for further easing the process of interaction with the model and effectively tackling the problem of fake news forwards in popular internet messaging platforms such as WhatsApp.

chatbot computer-vision deep-learning flask forgery-detection tensorflow

Last synced: 11 Oct 2025

https://github.com/yahboomtechnology/raspbot

Yahboom Raspbot AI Vision Robot Car with FPV camera for Raspberry Pi 5

ai camera fpv python3 raspberrypi5 raspbian robotics smartcar stem tensorflow yahboom

Last synced: 21 Apr 2025

https://github.com/nguyenducquan12/ibm-ai-engineering-professional-certificate

Mô tả quá trình mình bắt đầu học để trở thành kỹ sư AI bằng khóa học IBM AI Engineering Professional Certificate

ai coursera ibm ibm-ai-engineering-professional-certificate tensorflow

Last synced: 08 Jun 2026

https://github.com/mj10/style

Deep Learning based Artistic Style Transfer on Android using TensorFlow

android convolutional-neural-networks kotlin machine-learning tensorflow

Last synced: 12 Apr 2025

https://github.com/khinthandarkyaw98/bf-ris-channel-covariance-deeplearning

Optimization of Transmit Beamforming based on Unsupervised Learning With Channel Covariances for MISO Downlink Assisted by Reconfigurable Intelligent Surfaces

beamforming bnn deeplearning downlink keras miso numpy optimization python3 reconfigurable-intelligent-surfaces tensorflow transmit unsupervised-learning waterfilling zeroforcing

Last synced: 14 Apr 2025

https://github.com/mmgalushka/hungarian-loss

Computes loss between two sets of entities using the optimal assignment based on the Hungarian algorithm.

computer-vision deep-learning object-classification object-detection object-segmentation python tensorflow

Last synced: 23 Mar 2025

https://github.com/markdtw/least-squares-gan

GAN that adopts the least squares loss function for the discriminator in tensorflow

generative-adversarial-network tensorflow

Last synced: 08 Mar 2026

https://github.com/popcornell/tfelm

An experimental API for Extreme Learning machines Neural Networks made with TensorFlow.

api elm extreme-learning-machine machine-learning neural-network random-projections tensorflow

Last synced: 12 Apr 2025

https://github.com/gentaiscool/cnn-autoencoder-tf

CNN and Contrastive Autoencoder (CAE) on EMNIST using Tensorflow

autoencoder cae cnn contrastive emnist tensorflow

Last synced: 17 Mar 2026

https://github.com/juselara1/dmae

TensorFlow implementation of the Dissimilarity Mixture Autoencoder: https://arxiv.org/abs/2006.08177

autoencoder clustering deep-clustering deep-learning dissimilarity-mixture-autoencoder tensorflow

Last synced: 04 Sep 2025

https://github.com/skulltech/cinembers

Generating numbers from movies, one movie at a time.

image-processing movies python shots tensorflow

Last synced: 16 Oct 2025

https://github.com/hourout/tensorcv

tf.Keras implementations of a Deep Learning Toolkit for Computer Vision

conputer-vision deep-learning keras tensorflow

Last synced: 04 Sep 2025

https://github.com/muayyad-alsadi/master-thesis-cnn

Master Thesis: Image recognition by knowledge transfer using deep convolutional neural network

cnn machine-learning neural-networks tensorflow transfer-learning

Last synced: 25 Oct 2025

https://github.com/n3pdf/pdfflow

PDFflow is parton distribution function interpolation library written in Python and based on the TensorFlow framework.

hep-ex hep-ph hep-th parton-distribution-functions pdf pdf-interpolation python tensorflow

Last synced: 26 Apr 2025

https://github.com/tensorlayer/tlxcv

A Platform-agnostic Computer Vision Application Library

computer-vision mindspore paddlepaddle pytorch tensorflow tensorlayer tensorlayerx

Last synced: 24 Apr 2025

https://github.com/taki0112/discogan-tensorflow

Simple Tensorflow implementation of DiscoGAN

discogan discogan-tensorflow tensorflow

Last synced: 09 Apr 2025

https://github.com/zackakil/automl-vr

Project assets for building TF Lite models to run on Oculus Quest with Unity and Google AutoML Object Detection.

automl google-cloud machine-learning machine-vision object-detection oculus-quest tensorflow tflite unity vr

Last synced: 05 May 2025

https://github.com/ukjin1192/tensorflow-minesweeper

Proof of concept for using TensorFlow to improve AI at this Minesweeper game

machine-learning minesweeper-game tensorflow tensorflow-experiments

Last synced: 24 Oct 2025

https://github.com/doubangotelecom/ultimatekyc-sdk

Know Your Customer (KYC) implementation using identity document OCR, face match, biometric liveness detection for Anti-Spoofing and much more

ai android biometrics deep-fake deeplearning epassport face-detection face-matching face-recognition ios kyc linux liveness liveness-detection nfc ocr security tensorflow windows

Last synced: 26 Mar 2025

https://github.com/nottruefalse/captcha_solving

All about creating a dataset, preprocessing images, and creating an actual model to solve captcha

ai captcha-solver keras-models nodejs preprocessing python3 svg-captcha tensorflow

Last synced: 27 Jul 2025

https://github.com/sayannath/vit-tf-hub-application

Build and fine-tune your Image Classifier using a Vision Transformer Model from TensorFlow Hub

fine-tuning jax keras tensorflow tf2 tfhub transformers vision-transformer vit

Last synced: 12 May 2025

https://github.com/mlh-fellowship/neuro-art

Cool art from your photos, powered by Neural Style Transfer and deep learning.

art python tensorflow web

Last synced: 17 Aug 2025

https://github.com/isaaccorley/making-convolutional-networks-shift-invariant-again-tensorflow

Tensorflow Implementation of BlurPool the Antialiasing Pooling operation from "Making Convolutional Networks Shift-Invariant Again"

antialiasing artificial-intelligence computer-vision keras tensorflow

Last synced: 08 Oct 2025

https://github.com/smaranjitghose/deepholi

A deep learning application to simulate Holi effect for your group pictures.

art deep-learning gans python tensorflow

Last synced: 02 Mar 2026

https://github.com/harrymt/rate-my-plate

Rate My Plate, Twitter Bot to rate the environmental impact of your food.

flask tensorflow tweepy

Last synced: 12 Jun 2026

https://github.com/agiletechvn/opencv-starterkit

OpenCV, nltk with Tensorflow all together

bert-model fasttext keras nltk opencv4 tensorflow

Last synced: 11 Oct 2025

https://github.com/arthurdouillard/tensorflow-faceid

Faceid-like in Tensorflow using a Siamese network with contrastive loss

deep-learning face-recognition siamese-network tensorflow

Last synced: 26 Oct 2025

https://github.com/x-raylaser/multi-directional-mdrnn

Custom Keras layers for implementing multi-dimensional recurrent neural networks (MDRNNs) described in Alex Graves's paper https://arxiv.org/pdf/0705.2011.pdf

deep-learning keras lstm machine-learning mdrnn multi-dimensional-rnn neural-networks paper-implementations recurrent-neural-networks rnn tensorflow

Last synced: 26 Oct 2025

https://github.com/YifanTian/Tap-News

:newspaper: A News Scraping and Recommendation System using React, Node.js, MongoDB, and TensorFlow.

mongodb react tensorflow

Last synced: 18 Jun 2026

https://github.com/thundergolfer/reasoning-about-entailment-tensorflow

:school: Tensorflow implementation of "Reasoning About Entailment with Neural Attention"

deepmind implementation machine-learning natural-language-inference natural-language-processing tensorflow

Last synced: 06 Jul 2025