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/soumyajit4419/writing_like_shakespeare

Automated Text Generation uisng LSTM.

keras lstm nlp poem shakespeare tensorflow

Last synced: 13 Mar 2025

https://github.com/ivanbongiorni/attention-chatbot

Chatbot for Twitter Customer Support. A Seq2seq Neural Network with Multiplicative Attention mechanism implemented in TensorFlow 2.

attention attention-mechanism chatbot deeplearning machine-learning rnn seq2seq tensorflow tensorflow2 twitter

Last synced: 07 May 2025

https://github.com/jcrodriguez1989/KerasModelCreator

ShinyApp: Visually design Keras models for R language

deep-learning designer gui keras model r shiny tensorflow

Last synced: 12 May 2025

https://github.com/sarincr/python-app-development-using-kivy

Kivy is a Python library that supports cross-platform development. That means you can use a single code base to create Android, iOS, and even Windows, Linux, and MacOS apps. Kivy provides flexible, modern UI elements and, of course, let's you keep using your new favorite language to build it all!

android app appdevelopment cross-platform data-science desktop-app gtk gui kivy kivy-application kivy-framework kivymd machine-learning pyqt pyqt5 pyside tensorflow tkinter tkinter-gui tkinter-python

Last synced: 12 Apr 2025

https://github.com/kuleshov/convolutional-draw

Tensorflow implementation of Convolutional DRAW by Gregor et al. (2016)

deep-learning generative-models tensorflow variational-autoencoder

Last synced: 01 May 2025

https://github.com/jaanli/vimco_tf

VIMCO in tensorflow.

machine-learning mnist tensorflow

Last synced: 12 Apr 2025

https://github.com/jackyzha0/speech2braille

[🏆 Silver Medal at CWSF] Tensorflow Implementation of TIMIT Deep BLSTM-CTC with Tensorboard Support

blstm blstm-ctc braille ctc raspberry-pi tensorflow timit

Last synced: 12 Apr 2025

https://github.com/chaitanyac22/multi-input-multi-output-mnist-image-digit-and-summed-output-classification

The goal of this project is to build a neural network that takes an MNIST handwritten digit (0-9) image and a random number (digit 0-9) as inputs and returns the predicted class label (0-9) for the input image and its addition (sum) with the input random number as summed output (range 0-18) label as outputs.

cnn-classification data-visualization deep-neural-networks exploratory-data-analysis functional-api image-data-generator image-processing keras mnist-classification model-building model-evaluation multi-inputs multi-outputs python3 tensorflow

Last synced: 18 Apr 2026

https://github.com/Apm5/tensorflow_2.0_example

tensorflow 2.0alpha版本。停止更新,更多资料请移步我的另一个项目

tensorflow tensorflow-2 tensorflow-examples

Last synced: 18 Mar 2025

https://github.com/saichandrareddy1/faceemotionrecognition

Here we use to do face emotion recognition with the help of keras and opencv you can find code and preprocessing techniques

cnn-keras csv emotion-recognition face-recognition opencv python3 tensorflow video-processing visualization

Last synced: 11 Apr 2025

https://github.com/lucko515/deep-convolutional-highway-network

This is the implementation of Highway version of Deep convolutional network, based on https://arxiv.org/pdf/1505.00387.pdf.

highway-cnn highway-network machine-learning mnist-dataset neural-network tensorflow

Last synced: 14 Apr 2025

https://github.com/gudongfeng/c3d-estimator-sagemaker

Tensorflow estimator implementation of the C3D network

c3d sagemaker tensorflow tensorflow-estimator

Last synced: 07 Mar 2026

https://github.com/hiborn4/tensorfusion_network_for_multimodal_sentiment_analysis

This repository implements the Tensor Fusion Network (TFN) for multimodal sentiment analysis using the CMU-MOSI dataset. TFN integrates language, visual, and acoustic modalities to predict sentiment intensity, enhancing sentiment prediction accuracy by modeling unimodal, bimodal, and trimodal interactions.

cmu-mosi deep deep-learning fusion lrmf regression tensorflow unimodals

Last synced: 29 Jun 2025

https://github.com/18520339/dbnet-tf2

A TensorFlow 2 reimplementation of DBNet available as a Python package for Scene Text Detection, following ICDAR 2015 Dataset format and using TedEval as Evaluation metrics

dbnet differentiable-binarization icdar ocr scene-text-detection tensorflow

Last synced: 21 Mar 2025

https://github.com/nikhilroxtomar/cell-nuclei-segmentation-in-tensorflow-2.0

This repository contains the code for semantic segmentation of the cell nuclei on the 2018 Data Science Bowl dataset using UNET architecture in TensorFlow 2.0 framework.

tensorflow unet-image-segmentation unet-keras

Last synced: 14 Apr 2025

https://github.com/daixinye/tf_flexible_detector

基于 TensorFlow 物体检测 API 的柔性对象识别系统

detection-api machine-learning tensorflow

Last synced: 15 May 2025

https://github.com/ct-clmsn/distributed-tensorflow-orchestration

Distributed Tensorflow Orchestration - Tools and software to assist users deploying Tensorflow on Mesos managed clusters.

cloud cloud-computing mesos tensorflow

Last synced: 02 May 2025

https://github.com/edyoda/tensorflow

Understanding TensorFlow from scratch

deep-learning tensorflow

Last synced: 12 May 2025

https://github.com/sircamp/tensorflow-kernels

Tensorflow implementation of most popular Kernel for kernel methods like SVM

gpu-acceleration kernel-methods machine-learning machine-learning-algorithms svm tensorflow

Last synced: 17 Jun 2025

https://github.com/ashnkumar/sumz_seq2seq

The model code for the chrome extension (Sumz) that implements a sequence to sequence model for summarizing Amazon reviews, using Tensorflow 1.1 and the Amazon Fine Foods reviews dataset.

amazon chrome-extension deep-learning rnn-tensorflow sequence-to-sequence tensorflow

Last synced: 13 May 2025

https://github.com/themattinthehatt/dreamscape

Playing around with generative models trained on natural images, along with (eventually) some visualization tools.

gan generative-model natural-images tensorflow vae variational-autoencoder

Last synced: 06 Apr 2025

https://github.com/desimone/rhinoplastynet

A deep convolutional neural network for predicting rhinoplasty status.

deep-learning plastic-surgery reproducible-research research-paper tensorflow

Last synced: 07 Mar 2026

https://github.com/aslamanver/tflite-image

TFLite-Image for Android - TensorFlow Lite inception model image library for Android

ai android image-classification machine-learning model tensorflow tensorflow-lite tflite-image training

Last synced: 18 Apr 2026

https://github.com/denismurphy/gru-coreml

CoreML compatible GRU neural network for dynamic prediction

coreml coremltools educational gated-recurrent-unit gru ios keras nuralnetwork python swift tensorflow

Last synced: 08 Apr 2025

https://github.com/acoadmarmon/resnet18-tensorflow

Implementation of ResNet18 using TensorFlow 2.0 Keras API. Currently ResNet 18 is not currently supported in base Tensorflow (see https://www.tensorflow.org/api_docs/python/tf/keras/applications for supported models), so a custom model is necessary to use this architecture.

keras-tensorflow resnet-18 tensorflow tensorflow-2 tensorflow-models

Last synced: 24 Oct 2025

https://github.com/tq3940/apple-banana-orange-detection

使用 TensorFlow Object Detect API 完成对苹果、香蕉、橙子的目标检测。

coco efficientdet object-detection python tensorflow tensorflow-models tensorflow-object-detect tensorflow-object-detection-api

Last synced: 24 Oct 2025

https://github.com/flakas/bubble-shooter-bot

Tensorflow and Q-Learning based Python bot for the Bubble Shooter flash game

bot bubble-shooter keras opencv python q-learning reinforcement-learning tensorflow

Last synced: 10 Apr 2025

https://github.com/canxkoz/fixeye

Health++ 2019: Detects Diabetic Retinopathy by an accuracy of 78%

hackathon-project health keras-tensorflow machine-learning opencv tensorflow

Last synced: 13 May 2025

https://github.com/curiousily/linear-regression-with-tensorflow-js

Build a Linear Regression model using TensorFlow.js and use to predict house prices

artificial-intelligence data-science javascript linear-regression machine-learning tensorflow tensorflowjs

Last synced: 01 Sep 2025

https://github.com/nbortolotti/tflitego_examples

tflitego_examples provide examples to use tflitego to use TensorFlow lite in Go. More information about the library: https://github.com/nbortolotti/tflitego

golang golang-examples inference tensorflow tensorflow-examples tensorflowlite tflite

Last synced: 28 Feb 2026

https://github.com/bosl95/seesun

시각 장애인의 안전한 보행을 위한 객체 탐지 프로그램

android flask google-colab keras ngrok python tensorflow yolov4

Last synced: 14 Apr 2025

https://github.com/markmusic27/learning

👓 This repository follows my journey of my learning software development, computer science, and general sciences.

dart flutter keras learning machine-learning python tensorflow typescript

Last synced: 21 Apr 2025

https://github.com/roma-glushko/morty

🔬 Lightweight experiment and configuration manager for small ML/DL projects and Kaggling

deep-learning experiment-management experiment-monitor experiment-tracking keras machine-learning pytorch tensorflow

Last synced: 17 Mar 2026

https://github.com/yfletberliac/merl

MERL: Multi-Head Reinforcement Learning (TensorFlow).

halfcheetah mujoco ppo reinforcement-learning tensorflow

Last synced: 12 Jul 2025

https://github.com/superbrucejia/yolo-v2-object-detection-implementation

YOLO-V2 Object Detection Implementation based on TensorFlow

anaconda detection object-detection opencv python python3 tensorflow yolo

Last synced: 21 Apr 2025

https://github.com/archsyscall/AutoEncoders-TensorFlow2

🚢 Simple implementations of various popular Deep Reinforcement Learning algorithms using TensorFlow2

aae autoen cae deep-learning machine-learning sae tensorflow tensorflow2 vae

Last synced: 23 Jul 2025

https://github.com/jay-johnson/antinex-client

AntiNex python client for training and using pre-trained deep neural networks with JWT authentication

ai ai-security anti-nex artificial-intelligence deep-neural-networks jwt keras python rest-client tensorflow

Last synced: 25 Jul 2025

https://github.com/herbiebradley/cyclegan-tensorflow

A Tensorflow implementation of CycleGAN using Eager Execution, tf.keras.layers, and tf.data.

cyclegan deep-learning style-transfer tensorflow

Last synced: 26 Jul 2025

https://github.com/n1k0l1n/facedetection-tensorflow-react

Face detection, using a pre build model of tensorflow js

ai-models reactjs tensorflow

Last synced: 13 Apr 2025

https://github.com/3mapslab/tf-object-detector

A small component for you to start processing images and recognizing their content

docker object-detection python recognition tensorflow

Last synced: 09 Jul 2025

https://github.com/ar4ikov/sentimentfilter

Быстрая и удобная библиотека для оценки тональности текста с использованием нейросети

cnn-keras cnn-text-classification filter keras lstm open-source sentiment sentiment-analysis tensorflow

Last synced: 27 Jul 2025

https://github.com/jomit/aitrials

Machine Learning sample code and walkthroughs

azure azure-batchai deep-learning kubernetes machine-learning tensorflow

Last synced: 10 Aug 2025

https://github.com/soumik12345/transformer

Tensorflow implementation of Transformer

seq2seq tensorflow tensorflow2 transformer translation

Last synced: 12 May 2025

https://github.com/sdsubhajitdas/my-tensorflow

A small experiment to recreate how basic Tensorflow works and in the process fully understand the working of Tensorflow.

deep-learning machine-learning machine-learning-api machine-learning-library machinelearning tensorflow tensorflow-experiments tensorflow-tutorials

Last synced: 24 Oct 2025

https://github.com/yuanxiaosc/seq2seq-english-french-machine-translation-model

Seq2Seq English-French Machine Translation Model

machine-translation seq2seq tensorflow

Last synced: 14 Aug 2025

https://github.com/sayannath/zero-dce-tflite

Conversion of TF-Lite model from ZERO-DCE model

low-light-image-enhancement tensorflow tfhub tflite zero-dce

Last synced: 12 May 2025

https://github.com/nasa-nccs-hpda/tensorflow-caney

Python framework for lots of geospatial TensorFlow tools

deep-learning machine-learning python remote-sensing tensorflow

Last synced: 13 Apr 2025

https://github.com/gautam-j/neuralnets

Website developed using Django Web Framework. Hosts several trained Neural Networks and ML models.

django keras-tensorflow machine-learning neural-network scikit-learn tensorflow

Last synced: 13 Apr 2025

https://github.com/mrgemy95/dl-playground

A modular implementation of some popular papers and architectures in deep learning.

computer-vision deep-learning gan machine-learning pytorch reinforcement-learning tensorflow

Last synced: 12 May 2025

https://github.com/wangle1218/depp-learning-tensorflow-tutorials

整理写过的深度学习文章和TensorFlow相关代码

deeplearning tensorflow

Last synced: 13 Apr 2025

https://github.com/vivek3141/machinelearning

All of the ml projects ive been working on for a while. Contains Coursera ML course programming exercises and python projects.

deep-learning machine-learning matlab octave python reinforcement-learning tensorflow

Last synced: 14 Mar 2025

https://github.com/tk2lab/logbesselk

Provide function to calculate the modified Bessel function of the second kind and its derivatives.

tensorflow

Last synced: 16 Jan 2026

https://github.com/mahdizynali/brats2020-tensorflow-brain-tumor-segmentation

implementation of Tensorflow Unet brain tumor segmentation and detection enhanced with attention model on nii datasets

attention-model brain detection machine-learning neural-network opencv segmentation tensorflow tensorflow2 tumor-detection tumor-segmentation unet unet-image-segmentation

Last synced: 14 Apr 2025

https://github.com/xingchensong/asr-wavnet

some ASR-system implementations (via tensorflow 1.x)

asr speech-recognition tensorflow

Last synced: 12 May 2025

https://github.com/therealmileslee/deeplearning-watermark

This repository is a project that could be used as create fake watermark that imbedded in the picture

cpp cpp11 cpp20 python python3 pytorch tensorflow

Last synced: 31 Aug 2025

https://github.com/clems4ever/tensorstream

Python library to design and combine operators on time series using Tensorflow.

bollinger-bands cryptocurrency heikin-ashi moving-average operators stocks supertrend tensorflow timeseries trading

Last synced: 11 Apr 2025

https://github.com/cpeoples/powerpredict

🔮 AI-powered Powerball & Mega Millions lottery number prediction using deep learning (Transformer + LSTM), Markov chains, and statistical analysis. Built with TensorFlow/Keras 3.

artificial-intelligence data-science deep-learning keras lottery-prediction lstm machine-learning markov-chain megamillions neural-network powerball python scikit-learn statistical-analysis tensorflow texas-lottery transformer

Last synced: 21 May 2026

https://github.com/dtoyoda10/eye-contact-cnn

Eye Contact Corrector uses AI to make it look like you're looking at the camera in videos or images.

computer-vision eye-detection tensorflow

Last synced: 28 Apr 2026

https://github.com/repetere/jsonstack-model

Deep Learning Classification, LSTM Time Series, Regression and Multi-Layered Perceptrons with Tensorflow

ai classification-model deep-learning machine-learning multivariate-linear-regression nlp-machine-learning tensorflow

Last synced: 25 Apr 2026

https://github.com/gyanendrokh/transliteration

A Transformer model for Meitei Mayek transliteration.

manipuri meitei-mayek meiteimayek tensorflow transformer translation transliteration

Last synced: 09 Apr 2025

https://github.com/shaheennabi/production-ready-leaflogic-multi-ai-agents-project

🍃🌱 Business or Production ready automated one-click. An AI-driven system designed to identify 100+ plants and crops while providing enriched details sourced from the web by using Multi-AI Agents. Ideal for industry use, this scalable project showcases power of object detection & Multi-AI Agents tech for real-world applications. 🍃🌍 🚀�

amazon-web-services api cloud computer-vision deployed information-retrieval internship-project leaflogic modular-code plant-recognition production-ready pytorch scalable tensorflow web-scraping

Last synced: 16 Oct 2025

https://github.com/zuston/raytf

Distributed Deep Learning Framework on Ray, including tensorflow/pytorch/mxnet

distributed-tensorflow ray ray-tensorflow ray-tf tensorflow tensorflow-estimator tensorflow-estimator-api tensorflow-on-ray tensorflow2

Last synced: 03 Mar 2026

https://github.com/tanyachutani/monodepth2-tf2.x

A Tensorflow 2.x implementation of Monodepth2. https://arxiv.org/abs/1806.01260

depth-estimation monocular-depth-estimation monodepth monodepth2 self-supervised-learning tensorflow

Last synced: 29 Apr 2025

https://github.com/mthrok/luchador

Toolkit for [Deep] Reinforcement Learning

deep-learning dqn neural-network reinforcement-learning tensorflow theano

Last synced: 01 Mar 2026

https://github.com/xx205/voxsrc2020_speaker_verification

This project partially embodies the state-of-the-art practices in speaker verification technology up until 2020, while attaining the state-of-the-art performance on the VoxCeleb1 test sets.

deep-learning dpn res2net speaker-embedding speaker-verification tdnn tensorflow voxceleb voxceleb1 voxceleb2 voxsrc

Last synced: 29 Apr 2025

https://github.com/barqawiz/ai-nanodegree-term2

Python code for AI Nanodegree Term2 Projects (Keras+Tensorflow)

ai aind2-nlp-capstone aind2-rnn dog-project keras tensorflow udacity

Last synced: 05 Jul 2025

https://github.com/repetere/jsonm

Construct AI & ML models with JSON using Tensorflow & TypeScript

forecast json modelling tensorflow tensorflowjs

Last synced: 22 Jun 2026

https://github.com/hbseong97/tf-c-api

Using tensorflow c api, c++ api, tf lite, tf js, model conversion in Windows

bazel checkpoint cuda cudnn tensorflow

Last synced: 09 Apr 2025

https://github.com/magiccube/cart-pole-js

The classic Cart Pole game implemented in JavaScript, and powered by TensorFlow.js.

ai cartpole gym javascript reinforcement-learning tensorflow tensorflow-js

Last synced: 13 Apr 2026

https://github.com/dkesada/ktsnn

Implementation in Keras of time delay neural network (TDNN), convolutional recurrent neural networks (CRNN) and long short-term memory networks (LSTM) for short and long-term forecasting of time series.

neural-networks tensorflow time-series-forecasting

Last synced: 15 Apr 2026