Tensorflow
TensorFlow is an open source library that was created by Google. It is used to design, build, and train deep learning models.
- GitHub: https://github.com/topics/tensorflow
- Wikipedia: https://en.wikipedia.org/wiki/TensorFlow
- Repo: https://github.com/tensorflow
- Created by: Google Brain Team
- Released: November 9, 2015
- Aliases: tensorflow-tutorials, tensorflow-experiments, tensorflow-models, tensorflow-examples, tensorflow-1-0, tensorflow-tutorial,
- Last updated: 2026-07-10 00:27:34 UTC
- JSON Representation
https://github.com/florianwoelki/climate_change
This jupyter notebook is for visualising the climate change in the years from 1750 to 2015.
climate-change data-analytics jupyter keras machine-learning python tensorflow
Last synced: 23 Apr 2025
https://github.com/fork123aniket/encoder-decoder-based-video-captioning
Implementation of Encoder-Decoder Model for Video Captioning in Tensorflow
encoder-decoder encoder-decoder-model keras-model keras-tensorflow tensorflow video-caption video-captioning
Last synced: 28 Aug 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/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/im-rises/emotion_recognition_cnn
AI deep learning app to recognize facial emotions from a picture.
ai cnn convolutional-neural-networks deep-learning image-classification images neural-network opencv python tensorflow videos
Last synced: 25 Oct 2025
https://github.com/pegah-ardehkhani/pneumonia-diagnosis-in-chest-x-ray-images
Detect Pneumonia Using Deep Learning Models (CNN and InceptionV3)
cnn data-science deep-learning deep-learning-algorithms deep-learning-healthcare deep-neural-networks healthcare image-classification image-processing lungs machine-learning machine-learning-algorithms pneumonia pneumonia-classification pneumonia-detection pneumonia-diagnosis pneumoniac-xray tensorflow transfer-learning x-ray-images
Last synced: 14 Apr 2025
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/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/ctkqiang/yanjiai
眼迹AI是一套集成了面部识别和物体检测功能的系统,它能够实时监控环境并在检测到危险情况时自动向服务器发送警报,从而迅速通知当局应对风险。对于司机而言,时常面临乘客可能实施抢劫或其他不当行为的潜在威胁。通过在您的手机或行车记录仪上部署这一AI系统,不仅能提供即时的安全保障,还能在关键时刻为您节省宝贵的求助时间,确保您能在第一时间获得必要的帮助。
algorithms artificial-intelligence china china-region chinese computer-vision ctkqiang huatuoai ios opencv python pytorch swiftui tensorflow yanjiai
Last synced: 05 Sep 2025
https://github.com/rhythmusbyte/sign-language-to-speech
Real-time ASL interpreter using OpenCV and TensorFlow/Keras for hand gesture recognition. Features custom hand tracking, image preprocessing, and gesture classification to translate American Sign Language into text and speech output. Built with accessibility in mind.
asl assistive-technology cv2 hand-tracking handdetection image-classification image-processing keras machine-learning mediapipe numpy opencv python real-time-detection real-time-recognition sign-language tensorflow
Last synced: 04 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/koushik-elite/deep-learning-animal-classification-using-tensorflow
Deep Learning Animal Classification using TensorFlow
image-classification python python3 tensorflow tensorflow-examples tensorflow-experiments
Last synced: 24 Oct 2025
https://github.com/wocns1457/gan-based-face-mask-removal-version2
This project is to restore the face hidden behind the mask from the image of the person wearing the mask.
computer-vision deep-learning gan opencv-python segmentation tensorflow
Last synced: 23 Oct 2025
https://github.com/davidmartinezros/which-image-is
Implementation of a TensorFlow Learning Machine Spring Boot WS that learn and return the most similar description of an image
java machine machine-learning-algorithms spring-boot tensorflow tensorflow-examples tensorflow-experiments webservice
Last synced: 24 Oct 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/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/en10/speech-to-text-wavenet
Speech to Text
asr speech-recognition speech-recognizer speech-to-text tensorflow wavenet
Last synced: 22 Aug 2025
https://github.com/en10/simplespeech
Simple Audio Recognition
speech-recognition speech-to-text tensorflow
Last synced: 01 Aug 2025
https://github.com/vidursatija/musicnet
Smart Shuffle for iTunes
itunes machine-learning macos music music-player rnn rnn-tensorflow tensorflow
Last synced: 22 Jul 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/siddh34/fish-detection-project
Fish Detection Project
classification cnn neural-networks python tensorflow
Last synced: 20 Jul 2025
https://github.com/abhaskumarsinha/keras-implementation-of-transformer-architecture
This repository presents a Python-based implementation of the Transformer architecture on Keras TensorFlow library, as proposed by Vaswani et al. in their 2017 paper "Attention is all you need."
bert bert-model keras machine-translation natural-language-generation natural-language-processing natural-language-understanding nlp nlp-machine-learning nlp-parsing nmt nmt-model tensorflow tensorflow-tutorials tensorflow2 transformer transformer-architecture transformer-models translation
Last synced: 24 Oct 2025
https://github.com/michhar/jetson-customvision
Use Microsoft Custom Vision to create an object detection model and place into this repo to create a Flask app that runs a local service in a docker container.
custom-vision jetson jetson-xavier tensorflow
Last synced: 03 Mar 2026
https://github.com/bhattbhavesh91/ktrain-tutorial
Fine-tuning a BERT model using Ktrain | Transfer Learning NLP | Fine Tune Bert For Text Classification
bert bert-fine-tuning bert-model bert-models ktrain language-model nlp pretrained-models tensorflow
Last synced: 16 Oct 2025
https://github.com/thomasgust/botsigner
A sign language recognition webapp I created with my code from the first Google Isolated Sign Language Recognition Competition on Kaggle where it scored 72/1165. The app was my final computational thinking project in 8th grade.
american-sign-language asl mediapipe point-cloud point-clouds python tensorflow transformer
Last synced: 07 Oct 2025
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/ksalama/tf-textanalysis-gcp
Shows how to perform text preprocessing using BigQuery, tf.hub, tf.transform, and Dataflow to perform Text Similarity Analysis
embeddings machine-learning tensorflow text-analysis
Last synced: 29 Jul 2025
https://github.com/tahmid-saj/forecast-ai
Repo containing time series forecasting solutions ranging from N-BEATS, LSTM and autoregressive models trained for predicting stock and bitcoin price.
aws bitcoin lstm n-beats stocks tensorflow
Last synced: 12 Mar 2026
https://github.com/thecoderpinar/plant-health-monitoring
🌱 This project aims to automate plant health monitoring using computer vision and deep learning. It focuses on accurate disease detection and classification in plants through rigorous data preprocessing and robust model selection.
agriculture artificial-intelligence cnn cnn-model computer-vision deep-learning github keras machine-learning open-source opencv plant-health tensorflow
Last synced: 16 Aug 2025
https://github.com/emmanuel10701/ai-chatbot
Chatbot
artificial-intelligence keras-tensorflow opencv python tensorflow
Last synced: 10 Jul 2025
https://github.com/zaccharieramzi/tf-focnet
An unofficial tensorflow implementation of the FocNET
convolutional-neural-networks deep-learning denoising tensorflow
Last synced: 12 Jun 2025
https://github.com/pottekkat/dog-eyes
This notebook builds a multiclass image classifier for classifying dog breeds using TensorFlow 2.0 and TensorFlow Hub.
dog-breed-classifier jupyter-notebook kaggle-competition machine-learning machine-learning-models tensorflow tensorflow-examples tensorflow-tutorials
Last synced: 24 Apr 2025
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/mhzarchini/clash-royale-emote-detector
🎮 Detect Clash Royale emotes in real-time using pose classification with MediaPipe and machine learning for a fun gaming experience.
api clash-royale computer-vision data-analysis deep-learning emote-detector gaming image-recognition machine-learning neural-networks object-detection python pytorch real-time-processing tensorflow
Last synced: 28 Apr 2026
https://github.com/ozzy-zy/ai_project_1_sentimentanalysis
a small Sentiment analysis Deep learning model that classifies movies Reviews either Positive or Negative using neural networks layers
ai classification-model deep-learning neural-networks nlp sentiment-analysis tensorflow
Last synced: 07 Mar 2026
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/gesangpj/skripsi-prediksi-harga-saham-deeplearning-lstm
Skripsi Prediksi Harga Saham Menggunakan Deep Learning LSTM oleh Gesang Paudra Jaya
anaconda-environment anaconda3 artificial-intelligence deep-neural-networks deeplearning-notebooks google-colab jupyter-notebook lstm lstm-neural-networks python3 tensorflow tensorflow-gpu
Last synced: 09 Apr 2025
https://github.com/lmangani/loudml-docker
Loudml API+ Tensorflow + Jupyter for Developers
ai anomaly-detection docker fraud-detection homer jupyter loudml machine-learning ml prediction prediction-model tensorflow
Last synced: 02 Mar 2026
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 opencv plant-recognition production-ready pytorch scalable tensorflow web-scraping
Last synced: 04 Oct 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/shaxov/cvnn
Complex-valued neural network implementation in TensorFlow.
complex-valued-neural-networks tensorflow
Last synced: 07 Aug 2025
https://github.com/solo-steven/sdn-ddos-rnn-autoencoder
SDN Lab Which Simulate DDoS Attack
ddos mininet ryu sdn tensorflow
Last synced: 15 Apr 2025
https://github.com/asutosh11/face-match-x
Face matching system using Tensorflow/Keras deployed and as a Python (Flask) web App
css deep-learning face-matching face-recognition flask flask-application html keras-tensorflow machine-learning python tensorflow webapp
Last synced: 28 Sep 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/sayannath/image-scene-tf-hub
Image Scene Classification Model for TensorFlow Hub
computer-vision deep-learning efficientnet image-scene-classification keras machine-learning tensorflow tensorflowhub
Last synced: 12 May 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/rahulbhalley/deep-learning-with-swift-for-tensorflow-book
Official source code for "Deep Learning with Swift for TensorFlow" 📖
activation-functions automatic-differentiation cnn convolutional-neural-networks deep-learning deep-neural-networks forward-mode loss-functions machine-learning optimization-methods regularization reverse-mode s4tf swift swift-for-tensorflow tensorflow
Last synced: 17 Mar 2025
https://github.com/sayakpaul/consistency-training-with-supervision
Contains experimentation notebooks for my Keras Example "Consistency Training with Supervision".
computer-vision consistency-regularization keras robustness-experiments tensorflow
Last synced: 20 Sep 2025
https://github.com/snowkylin/async_rl
Tensorflow implementation of asyncronous 1-step Q learning in "Asynchronous Methods for Deep Reinforcement Learning" with improvement on weight update process (use minibatch) to speed up training.
asynchronous-methods deep-reinforcement-learning mini-batch tensorflow
Last synced: 18 Aug 2025
https://github.com/stes/arch-deepspeech
Arch Linux packages to install CPU versions of Mozilla's Deep Speech implementation
arch-linux arch-linux-pkgbuild deep-learning deepspech speech-to-text tensorflow
Last synced: 26 Oct 2025
https://github.com/sayakpaul/reproducibility-in-tf.keras-with-wandb
Contains code for my model reproducibility experiments. Report attached.
keras reproducible-research tensorflow
Last synced: 26 Oct 2025
https://github.com/drreetusharma/ai-driven-de-novo-drug-design
de novo drug design (joint project)
docker drug machine-learning numpy pandas python pytorch tensorflow
Last synced: 28 Jul 2025
https://github.com/apm5/tensorflow_2.0_example
tensorflow 2.0alpha版本。停止更新,更多资料请移步我的另一个项目
tensorflow tensorflow-2 tensorflow-examples
Last synced: 25 Oct 2025
https://github.com/lovnishverma/huggingface-braintumor-flask
This Flask-based application allows users to upload an image (like an MRI scan) to predict if a brain tumor is detected using a pre-trained CNN (Convolutional Neural Network) model. The results, along with user details, are saved in a MongoDB database for review.
css flask html js mongodb-atlas opencv-python tensorflow
Last synced: 06 Mar 2026
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/hamdivazim/pypredictor
The Python library that makes AI predictions simple.
artificial-intelligence machine-learning neural-network prediction pypredictor python rnn seaborn tensorflow
Last synced: 25 Jul 2025
https://github.com/haakonvt/ann-md
My master thesis: Using neural networks as hyper-potential surfaces in MD
master-thesis neural-network tensorflow
Last synced: 18 Apr 2025
https://github.com/fatchur/face_demography
Face gender, expression, and age estimation
age-estimation deep-learning deep-neural-networks expression-recognition face-detection gender-recognition python tensorflow transfer-learning
Last synced: 06 May 2025
https://github.com/ola-kaznowska/my-portfolio-python
my Python3 application portfolio for the position of Junior Python Developer
ai artificial-intelligence artificial-neural-networks back-end cv2 english flask freelancer gui-application junior-backend junior-developer math numpy numpy-library polish practice-project python python3 tensorflow tkinter
Last synced: 17 Apr 2026
https://github.com/louis030195/book2audiobook
text to speech public domain / free audio books
book deep-learning jupyter-notebook optical-character-recognition python speech-to-text tensorflow
Last synced: 19 Apr 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/feldi/clj-tf
A Clojure library for using TensorFlow
clojure machine-learning tensorflow
Last synced: 21 Feb 2026
https://github.com/Jumpst3r/tensorflow-lite-sgx
A port of the tensorflow-lite for microcontrollers framework to Intel's SGX Framework. Designed to simplify research of privacy preserving machine learning in the context of trusted execution environments (TEEs).
privacy-preserving-machine-learning sgx sgx-enclave tensorflow
Last synced: 20 Apr 2025
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/akimach/tensorflow17-sampler
Code examples for Tensorflow 1.7
deep-learning deeplearning javascript python tensorflow tensorflow-examples
Last synced: 21 Apr 2025
https://github.com/petrosdemetrakopoulos/face-mask-detector
Face mask detection with Tensorflow and Keras CNNs
ai cnn cnn-classification cnn-keras computer-vision convolutional-neural-networks covid-19 covid19 deep-learning image-classification keras machine-learning neural-network python tensorflow
Last synced: 15 Oct 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/godfanmiao/ml-kaggle-github-2016
《 Python机器学习及实践:从零开始通往Kaggle竞赛之路(2016年度版)》全书数据和开源代码
pandas scikit-learn tensorflow
Last synced: 14 Oct 2025
https://github.com/philipperemy/keras-mode-normalization
Keras Implementation of Mode Normalization (Lucas Deecke, Iain Murray, Hakan Bilen, 2018)
batch-normalization keras tensorflow
Last synced: 13 Oct 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 Oct 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/hahnec/color-space-converter
fast image color space conversion via numpy vectorization
cnn color conversion converter hsv image lab lms model processing pytorch rgb space tensorflow xyz yuv
Last synced: 13 Apr 2025
https://github.com/farshidnooshi/hands-on-machine-learning
Practice codes of the book Hands-on Machine Learning 2
artificial-intelligence deep-learning keras machine-learning pandas python scikit-learn tensorflow
Last synced: 12 May 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/yoonper/googlenet-inception-v4
GoogLeNet Inception-v4 ( Keras 2.24 )
googlenet inceptionv4 keras tensorflow
Last synced: 25 Mar 2025
https://github.com/matin-ghorbani/celeb-a-gan-tensorflow
Implement a GAN for Celeb_a dataset to generate celebrities faces with expert mode of TensorFlow
celeba dcgan deep-learning gan generative-ai tensorflow
Last synced: 10 Oct 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/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/dcos-labs/data-science
Data science tutorials for DC/OS
dcos dcos-data-services-guild jupyter notebook spark tensorflow tensorflow-tutorials
Last synced: 09 Oct 2025
https://github.com/alexlaurence/spectrum
👩🏻⚕️ Cross-Platform Autism screening using Keras API
autism-spectrum-disorder healthcare keras tensorflow
Last synced: 09 Oct 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/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/david-wb/bert-text-summarizer
A BERT-based text summarization tool
bert deep-learning extractive-summarization machine-learning nlp tensorflow text-summarization
Last synced: 01 Apr 2026
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/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/sonicxml/tensorflow-deeplearning-recitation
Jupyter Notebook for a "Deep Learning with TensorFlow" recitation
deep-learning deep-neural-networks jupyter-notebook lstm machine-learning python rnn tensorflow
Last synced: 04 Oct 2025
https://github.com/gsxhnd/lottery
双色球中奖预测 LSTM
lottery-tickets lstm-neural-networks scikit-learn tensorflow tensorflow2
Last synced: 16 Mar 2025
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/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/shubham0204/tf_esrgan_desktop_app
A desktop app built with Qt (PySide6) for super resolution with ESRGANs in TensorFlow
desktop-application pyqt6 python3 pytorch qt6 super-resolution tensorflow
Last synced: 22 Apr 2025
https://github.com/n1k0l1n/facedetection-tensorflow-react
Face detection, using a pre build model of tensorflow js
Last synced: 13 Apr 2025
https://github.com/zhangjun/tf_serving_client_brpc
tensorflow serving client using brpc
brpc client deep-learning serving tensorflow tensorflow-serving
Last synced: 09 Apr 2025
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/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/Narius2030/Find-Similar-Vietnamese-Texts
This project build a classification model for topics of news. With the target is automatically recognize suitable topic (class) to a random article. There are two architectures implemented which are LSTM and Hybrid models
apache-airflow data-pipeline nlp-deep-learning tensorflow text-classification text-clustering word-embedding
Last synced: 22 Oct 2025
https://github.com/mbarbetti/pidgan
:package: GAN-based models to flash-simulate the LHCb PID detectors
deep-learning flash-simulation gan keras lhcb-experiment lhcb-lamarr machine-learning particle-identification pid tensorflow ultrafast-simulation
Last synced: 15 Mar 2026