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-02 00:30:51 UTC
- JSON Representation
https://github.com/camara94/convolutional-neural-networks
Implement the foundational layers of CNNs (pooling, convolutions) and stack them properly in a deep network to solve multi-class image classification problems.
cnn-keras deep-neural-networks keras tensorflow
Last synced: 27 Feb 2026
https://github.com/gaborvecsei/barlow-twins
Clean Tensorflow 2 Implementation of the Barlow Twins self-supervised learning method
embeddings keras python self-supervised-learning semi-supervised-learning tensorflow tensorflow2
Last synced: 14 Feb 2026
https://github.com/ayyucedemirbas/amazon_reviews_sentiment_analysis
Amazon Reviews Sentiment Analysis
hacktoberfest machine-learning nlp sentiment-analysis tensorflow
Last synced: 15 Feb 2026
https://github.com/justsecret123/human-pose-estimation
A quick tutorial on multi-pose estimation with OpenCV, Tensorflow and MoveNet lightning.
computer-vision deep-learning deep-neural-networks human-pose-estimation imageio ipython jupyter-notebook machine-learning matplotlib movenet movenet-lightning numpy opencv pose-estimation python tensorflow tensorflow-hub tutorial tutorials
Last synced: 03 Mar 2026
https://github.com/nannigalaxy/jetson_tools
Tools for Nvidia Jetson Nano, TX2, Xavier.
jetson jetson-nano jetson-tx2 jetson-xavier keras nvidia onnx tensorflow tensorrt tensorrt-conversion
Last synced: 04 Mar 2026
https://github.com/anishacharya/online-embedding-compression-aaai-2019
Deep learning models have become state of the art for natural language processing (NLP) tasks, however deploying these models in production system poses significant memory constraints. Existing compression methods are either lossy or introduce significant latency. We propose a compression method that leverages low rank matrix factorization during training, to compress the word embedding layer which represents the size bottleneck for most NLP models. Our models are trained, compressed and then further re-trained on the downstream task to recover accuracy while maintaining the reduced size. Empirically, we show that the proposed method can achieve 90% compression with minimal impact in accuracy for sentence classification tasks, and outperforms alternative methods like fixed-point quantization or offline word embedding compression. We also analyze the inference time and storage space for our method through FLOP calculations, showing that we can compress DNN models by a configurable ratio and regain accuracy loss without introducing additional latency compared to fixed point quantization. Finally, we introduce a novel learning rate schedule, the Cyclically Annealed Learning Rate (CALR), which we empirically demonstrate to outperform other popular adaptive learning rate algorithms on a sentence classification benchmark.
compression deep-learning low-rank-approximation low-rank-representaion matrix-decompositions model-compression tensorflow text-classification word-embedding word-embeddings
Last synced: 04 Mar 2026
https://github.com/yeonghyeon/adae-tf
TensorFlow implementation of Anomaly Detection with Adversarial Dual Autoencoders (ADAE) with MNIST dataset.
adversarial-dual-autoencoders anomaly-detection mnist mnist-dataset tensorflow
Last synced: 16 Apr 2026
https://github.com/bhattbhavesh91/tf-js-example-2
About In this tutorial, I'll show you how you can train a Deep Neural Network in the browser using TensorFlow.js
tensorflow tensorflow-js tfjs tfjs-converter tfjs-tutorials
Last synced: 05 Jun 2026
https://github.com/gabrli/easycnn
EasyCNN it's liblary enabling quick creating, training and visualizing convolutional models (CNN).
ai cnn deep-learning easycnn keras model neural-network news opencv python tensorflow
Last synced: 31 Mar 2025
https://github.com/sweetpand/tensorflow_best_practices
Biomedical Image Analysis with TensorFlow and DLTK
biomedical-engineering biomedical-image-analysis biomedical-image-processing biomedical-signal-processing dltk tensorflow tensorflow-experiments tensorflow-lite tensorflow-models tensorflow-mri
Last synced: 02 Apr 2025
https://github.com/vogon101/skincancer
Skincancer detection project
cnn cnn-keras keras machine-learning tensorflow tensorflow-examples tensorflow-experiments
Last synced: 02 Apr 2025
https://github.com/chagmgang/how_to_deploy_tensorflow
docker flask seq2seq tensorflow tensorflow-serving tf-serving
Last synced: 28 Apr 2026
https://github.com/ahmetaksungur/object-detection-with-tensorflow
Object detection model that aims to localize and identify multiple objects in a single image.
ai javascript object-detection tensorflow
Last synced: 28 Apr 2026
https://github.com/ayushmankumar7/intelligent-vlc
Smart VLC Media Player
opencv python3 tensorflow tflearn vlc
Last synced: 11 Jun 2025
https://github.com/shaswata56/facial_expression_recognition
Facial Expression Recognition in Keras using a CNN.
expression facial flask keras realtime recognition tensorflow
Last synced: 30 Apr 2026
https://github.com/pratikpc/reactive-miner
Reactive Miner is a Data Mining PWA tool which uses React
kmeans kmeans-clustering linear-regression machine-learning machine-learning-algorithms machinelearning progressive-web-app pwa react svm tensorflow tensorflowjs tfjs
Last synced: 19 Aug 2025
https://github.com/marekpokropinski/beautygan-tensorflow
BeautyGAN implementation in tensorflow. Based on BeautyGAN: Instance-level Facial Makeup Transfer with Deep Generative Adversarial Network (http://colalab.org/media/paper/BeautyGAN-camera-ready.pdf)
deep-learning generative-adversarial-network tensorflow
Last synced: 09 Mar 2026
https://github.com/stes/deeplabcut-docker
Inofficial docker images for DeepLabCut (experimental)
deeplabcut docker pose-estimation tensorflow
Last synced: 01 May 2026
https://github.com/aqafridi/tensorflow-developer-specialization
Tensorflow Developer Specialization from beginner to advance level.it include from ANN , CNN, RNN to GANs. From computer vision to Natural Language processing.
artificial-intelligence computer-vision deep-learning gans machine-learning natural-language-processing tensorflow
Last synced: 02 May 2026
https://github.com/thiagopbueno/tf-rddlsim
A RDDL simulator running in TensorFlow.
Last synced: 14 Jan 2026
https://github.com/seanchas116/tflitesegmentationqt
Run TensorFlow Lite image segmentation in Qt desktop app
cpp qt qt-desktop tensorflow tensorflow-lite
Last synced: 06 Sep 2025
https://github.com/yoctol/ds-post-interview-assignment
A Post Interview Assignment for Candidates.
interview machine-learning python3 tensorflow
Last synced: 28 Apr 2025
https://github.com/sthalles/pirl
TensorFlow implementation of Self-Supervised Learning of Pretext-Invariant Representations - PIRL
computer-vision deep-learning pirl representation-learning self-supervised-learning semi-supervised-learning tensorflow unsupervised-learning visual-representation
Last synced: 18 May 2026
https://github.com/satyamtripathi8/handwritten_digit_classifier
Explore this repository for a CNN-based handwritten digit classification project. Utilizes TensorFlow/Keras to train and evaluate models, providing a practical example of deep learning in image recognition.
cnn-for-visual-recognition cnn-keras mnist pillow scikit-learn tensorflow
Last synced: 27 Feb 2025
https://github.com/vijaydwivedi75/custom-mask-rcnn_tf
Using Custom Mask RCNN with TensorFlow Object Detection API to predict instances (masks) of targets in an image
instance-segmentation mask-rcnn object-detection tensorflow
Last synced: 28 Apr 2025
https://github.com/huangcongqing/tensorflow
TensorFlow1.14和TensorFlow2x的学习代码('py35)
bilibili-tensorflow jupyter-notebook tensorflow tensorflow-tutorials tensorflow2 tf1
Last synced: 14 Jun 2025
https://github.com/lucaswychan/neural-stock-prophet
LSTM-ARIMA with attention mechanism and multiplicative decomposition for sophisticated stock forecasting.
arima-forecasting arima-model attention-mechanism keras lstm-neural-networks multiplicative-decomposition risk-analysis risk-parity stock-analysis stock-price-prediction tensorflow
Last synced: 29 Apr 2025
https://github.com/omonimus1/plant_classification
🌿 Flower Classifier implementation and Django Web App with integrated ML model.
cnn-classification cnn-keras django flutter honours-project plant-classification tensorflow
Last synced: 17 Mar 2025
https://github.com/pegah-ardehkhani/predictive-maintenance-using-ml
A machine learning project for predictive maintenance, designed to forecast equipment failures and optimize maintenance schedules to reduce downtime and operational costs
adaboost decision-tree deep-learning deep-neural-networks feature-importance knn logistic-regression machine-learning machine-learning-algorithms matplotlib numpy pandas plotly predictive-maintenance random-forest seaborn sklearn stacking svm tensorflow
Last synced: 15 Apr 2025
https://github.com/arshtiwari2004/sahyog
Centralized Disaster Response and Inventory Management System that leverages AI and Google Cloud Technologies to predict disasters, optimize resource management, and provide real-time coordination.
adam-optimizer apache-kafka apache-spark cnn-classification docker efficientnetb4 gan-models gcp-storage gcs gemini-api hyperledger-fabric keras-classification-models l2-regularization lstm-model numpy opencv tensorflow twilio vertex-ai yolov8-detection
Last synced: 13 May 2025
https://github.com/leemengtw/learnable_ai
以 PyTorch 實作,可供學習 AI 的各式深度學習應用
chinese deep-learning machine-learning python pytorch pytorch-lightning tensorflow
Last synced: 08 Oct 2025
https://github.com/kookmin-sw/2018-cap1-16
Malware Analysis System in Kookmin
cuckoo django elasticsearch ida-pro malware-analysis tensorflow
Last synced: 06 May 2025
https://github.com/prathameshdhande22/prakriti-determine
A Web Chat bot to determine the prakriti of an individual.
ann ayurveda chatbot fastapi fnn jupyter-notebook keras machine-learning nlp nltk prakriti python react scikit-learn tensorflow
Last synced: 09 Oct 2025
https://github.com/yashbhutwala/stock-prediction-tf
Based on the last year of prices for the user's input stock, train a neural net to predict the stock market price for tomorrow.
Last synced: 08 Apr 2025
https://github.com/ttiagojm/ground-truth-vs-prediction
Machine and Deep Learning notebooks
data-analysis data-science deep-learning kaggle machine-learning opencv tensorflow
Last synced: 22 Apr 2025
https://github.com/dimagutierrez/red-neuronal-tensorflow
Creado con Colaboratory
algorithm algorithm-challenges algorithms-and-data-structures algorithms-datastructures deep-learning jupyter-notebooks tensorflow tensorflowjs
Last synced: 11 Oct 2025
https://github.com/akurgat/botnet-anomaly-detection
Using a MLP to identify botnets in network traffic
mlp-classifier pca-analysis pcap python seaborn tensorflow
Last synced: 13 Jul 2025
https://github.com/zabir-nabil/tf2-speaker-recognition
speaker recognition in tensorflow 2
deep-learning speaker-identification speaker-recognition speaker-verification speech-processing tensorflow tensorflow2
Last synced: 12 Oct 2025
https://github.com/markub3327/dueling-dqn-with-autoencoder
Signal novelty detection as an intrinsic reward for robotics
anomaly-detection autoencoder deep-neural-networks dueling-dqn keras reinforcement-learning robotics tensorflow
Last synced: 13 Oct 2025
https://github.com/yashkant/enas-quantized-nets
Efficient Neural Architecture Search coupled with Quantized CNNs to search for resource efficient and accurate architectures.
automl enas keras neural-architecture-search quantized-neural-networks tensorflow
Last synced: 23 Apr 2025
https://github.com/alro10/faststyletx2
art artificial-intelligence deep-learning jetson-tx2 python27 style-transfer tensorflow
Last synced: 19 Oct 2025
https://github.com/vidhi1290/brain-tumor-detection
Brain Tumor Detection using CNN: Achieving 96% Accuracy with TensorFlow: Highlights the main focus of your project, which is brain tumor detection using a Convolutional Neural Network (CNN) implemented in TensorFlow. It also emphasizes the impressive achievement of reaching 96% accuracy, which showcases the effectiveness of your model.
artificial-intelligence artificial-neural-networks braintumorclassification braintumour convolutional-neural-networks data-science dataanalysis datavisualization deep-learning deep-neural-networks kaggle machine-learning machine-learning-algorithms python tensorflow
Last synced: 10 Apr 2025
https://github.com/notedance/note_rl
Reinforcement learning library for Keras and PyTorch.
deep-reinforcement-learning keras pytorch reinforcement-learning rl tensorflow
Last synced: 24 Oct 2025
https://github.com/itsiiromiuy/model-rubik-cube-recognition-with-tensorflow.js-retinanet
🎯This project leverages TensorFlow.js 🖥️ and RetinaNet-SpineNet-49 🤖 (retinanet_spinenet_mobile_coco) to build an AI-powered system capable of recognizing Rubik's Cube faces 🧠 & colors in real-time 🎲.
coco machine-learning python tensorflow tensorflowjs-model webai
Last synced: 25 Oct 2025
https://github.com/pegah-ardehkhani/air-passenger-demand-forecasting
Forecast airline passenger demand using time series models like AR, ARMA, and LSTM to improve operations, optimize scheduling, enhance resource allocation, and streamline supply chain management through accurate demand predictions
arima-forecasting arma auto-regressive auto-regressive-model boxcox decomposition demand-forecasting dickey-fuller dickey-fuller-test flight-data lstm machine-learning machine-learning-algorithms non-stationary qqplot tensorflow time-series time-series-analysis time-series-data time-series-forecasting
Last synced: 27 Oct 2025
https://github.com/krisharul26/autonomous-vehicle-running-with-line-navigation-and-object-detection-using-opencv-and-ai-techniques-
Mobility on a wide scale is moving towards complete automation. Though the technology for automating the vehicles already exists, these technologies must be optimised to fit the current environment. This project would be a scaled-down model of the Autonomous Car. By running these scaled-down models in the live streaming line detection using OpenCV.
computer-vision decisionmaking googlecolab navigation numpy-arrays object-detection oops-in-python opencv opencv-python python-3 raspberry-pi-4 raspberry-pi-camera tensorflow
Last synced: 28 Jan 2026
https://github.com/akensert/reinforceable
Deep reinforcement learning implementations with TensorFlow and TensorFlow probability.
deep-learning keras reinforcement-learning tensorflow tensorflow-probability
Last synced: 15 Apr 2026
https://github.com/Munaikh/Ansitu
An app that can detect recitations and shows who is the reciter 💜
ai classification detection flutter flutter-app flutter-apps flutter-ui ml muslim muslims quran teachable-machine tensorflow tflite tflite-model
Last synced: 24 Feb 2026
https://github.com/h-fuzzy-logic/python-windspeed
Predicting windspeed from satellite images of tropical storms
Last synced: 23 Apr 2025
https://github.com/simars/classify_plants_animals_tf
Tenserflow Classify Plants and Animals
ai machine-learning machinelearning ml neural-network tensor tensorflow tensorflow-experiments tensorflow-models
Last synced: 21 Jan 2026
https://github.com/mrgaogang/tensorflow_object_detection
【AI】使用tensorflow实现对象检测
ai object-detection tensorflow
Last synced: 22 Apr 2025
https://github.com/vishal815/customer-churn-prediction-using-artificial-neural-network
This project involves building an Artificial Neural Network (ANN) for predicting customer churn. The dataset used contains various customer attributes, and the ANN is trained to predict whether a customer is likely to leave the bank.
accuracy activation-functions binary-crossentropy churn-prediction classification dataset deep-learning keras keras-tensorflow machine-learning nuralnetwork optimizer tensorflow vishal-lazrus vishallazrus
Last synced: 12 Apr 2025
https://github.com/abhiramdodda/skindiseasedetection
Skin diseases can be detected and classified through Deep Learning techniques. In this project Deep CNN network is built on top of EfficientNetB3 for image classification.
cnn efficientnetb3 image-classification image-processing keras matplotlib python3 sampling-methods tensorflow
Last synced: 18 Jun 2025
https://github.com/mateuszk098/kaggle-notebooks
Bunch of notebooks collection from Kaggle competitions.
data-science deep-learning jupyter-notebook kaggle kaggle-competition lightgbm machine-learning machine-learning-algorithms neural-networks notebook numpy pandas python python3 pytorch scikit-learn supervised-learning tensorflow unsupervised-learning xgboost
Last synced: 12 Apr 2025
https://github.com/sayannath/low-light-image-enhancement
Low Light Image Enhancement using Tensorflow
image-enhancement image-processing tensorflow
Last synced: 15 May 2026
https://github.com/briancheang/dr-seuss
Char-RNN generated Dr. Seuss
char-rnn lstm rnn rnn-model rnn-tensorflow tensorflow text-generation word-level-lstm
Last synced: 09 May 2025
https://github.com/ilieschibane/text-combining
A final year master project that consist of creating a text combining api
deep-learning django django-rest-framework docker machine-learning mongodb nlp python pytorch rest-api tensorflow text-combining text-mining transformers
Last synced: 10 Oct 2025
https://github.com/burcgokden/coulgat-graph-attention-interpretability
Implementation of CoulGAT framework and screened Coulomb attention mechanism.
artificial-intelligence attention deep-learning density-functional-theory graph-attention-networks graph-neural-network graphs interpretability machine-learning machine-learning-algorithms neural-network python quantum-chemistry regularization tensorflow
Last synced: 16 May 2025
https://github.com/iamakashrout/knee-osteoarthritis-classification
Detection and Classification of Knee Osteoarthritis using Deep Learning Techniques
cnn computer-vision flask streamlit tensorflow
Last synced: 09 Apr 2025
https://github.com/nicofilips/cs50ai-harvard
Harvard University Online Course | CS50-AI | Artificial Intelligence with Python | Project Solution
artificial-intelligence harvardcs50 natural-language-processing neuronal-network nltk python scikit-learn tensorflow
Last synced: 15 Apr 2025
https://github.com/fdch/dreamsound
An adaptation of the Deep Dream project into an audio-based musical context
audio keras music python tensorflow
Last synced: 05 Oct 2025
https://github.com/subhadipsinha722133/duplicate-question-nlp
The "Duplicate Question Pairs" task in Natural Language Processing (NLP) involves determining whether two questions have the same meaning, even if they are phrased differently. The goal is to identify semantic equivalence, not just word-for-word similarity.
deep-learning keras nlp-machine-learning sklearn tensorflow
Last synced: 07 Oct 2025
https://github.com/siddhi-io/siddhi-execution-tensorflow
Extension that adds support for inferences from pre-built TensorFlow SavedModels
deep-learning deep-neural-network execution extension machine-learning ml neural-network siddhi tensorflow
Last synced: 12 Jun 2025
https://github.com/nishantksingh0/cnn-rice-classification
Classified wide variety of rices by training model on CNN. ( Arborio, Basmati, Ipsala, Jasmine, Karacadag )
kaggle matplotlib numpy pandas tensorflow
Last synced: 30 Jun 2026
https://github.com/jwest951227/lstmstockpricepredictor
Predicting storck price of Suzunoya- by means of LSTM
keras matplotlib numpy pandas tensorflow yfinance
Last synced: 18 Apr 2025
https://github.com/julioguillermo/godeep
A deep learning library for golang
ai artificial-intelligence artificial-neural-networks computational-graphs computational-intelligence deep-learning deep-neural-networks deeplearning go golang ia machine-learning machinelearning math mathematics tensor tensorflow
Last synced: 14 Jan 2026
https://github.com/lyra-ai-team/servesmart
aritificial-intelligence css html javascript jupyter-notebook keras python tensorflow
Last synced: 09 Apr 2025
https://github.com/alexcoder04/uno-player-final
A program that plays the popular Uno card game (final version)
ai card-game game image-recognition images keras machine-learning python tensorflow uno uno-card-game uno-game
Last synced: 16 Aug 2025
https://github.com/gojibjib/jibjib-query
Query service to serve the JibJib TensorFlow model
audioset docker flask grpc grpc-python machine-learning-api protobuf python rest-api tensorflow tensorflow-serving vggish
Last synced: 16 Jul 2025
https://github.com/marcosalvalaggio/xeye
Image dataset creation for deep learning
datascience deep-learning machine-learning opencv-python pypi-package pytorch tensorflow
Last synced: 02 Mar 2025
https://github.com/vu-luong/onn-tensorflow
Tensorflow implementation of the Online Deep Learning: Learning Deep Neural Networks on the Fly paper.
online-deep-learning online-learning tensorflow
Last synced: 02 Aug 2025
https://github.com/radi-cho/create-tf-app
Set up and maintain a machine learning project in Tensorflow with a single script.
cli machine-learning shell-script tensorflow
Last synced: 12 Apr 2025
https://github.com/riccardogiorato/pocketbotanist
a Tensorflow project with vue frontend to recognise flowers 🌺
algorithmia flowers netlify single-page-app tensorflow tensorflow-js transfer-learning vue vuejs
Last synced: 13 Apr 2025
https://github.com/rijoslal/spotly
Spotly is a deepfake detection web app using facial recognition to analyze content, ensuring only facial images are processed. Built with TensorFlow, FastAPI, and Jinja templates, Spotly leverages MesoNet to accurately distinguish real from fake images, providing a quick, user-friendly solution for deepfake detection.
fastapi html-css-javascript jinja2-templates tensorflow
Last synced: 20 Jul 2025
https://github.com/k-forghani/blood-pressure-estimation
Blood Pressure Estimation using PPG Signal and Demographic Features
blood-pressure-estimation demographics-data ppg-signal pycaret tensorflow time-series
Last synced: 28 Jun 2025
https://github.com/NarainKrishnamurthy/BeatGAN2.0
AI Drums:
generative-adversarial-network generative-audio generative-model generative-music keras machine-learning tensorflow
Last synced: 17 Apr 2025
https://github.com/peterqiu0516/mit-ml-autonomous-vehicle-workshop
An workshop on application of computer vision and machine learning to self-driving cars based on Python and ROS held at MIT.
cnn-classifier computer-vision opencv pid raspberry-pi ros self-driving-cars sklearn svm-classifier tensorflow
Last synced: 12 Apr 2026
https://github.com/rom1504/tensorflow_captcha_solver
Captcha solver based on https://medium.com/@ageitgey/how-to-break-a-captcha-system-in-15-minutes-with-machine-learning-dbebb035a710
captcha-solving deep-learning preprocessing tensorflow vision
Last synced: 17 May 2026
https://github.com/pxlairobotics/anr_ml_docker
This repository contains the necessary elements (code and artifacts) to build a Machine Learning container suitable to execute all the ML exercises of the AnR course.
fastai-v07 flask juypter keras machine-learning ml numpy pandas scikit-learn scipy tensorflow
Last synced: 30 Mar 2025
https://github.com/salamanderxing/mate
🧉 the ultimate deep learning project management and sharing tool
deep-learning deep-neural-networks deeplearning jax machine-learning project-template pytorch pytorch-lightning reproducibility research tensorflow
Last synced: 05 Nov 2025
https://github.com/serre-lab/meta-predictor
🔮 Meta-predictor Explainability Benchmark
explainable-ai interpretability machine-learning pytorch tensorflow xai
Last synced: 27 Apr 2025
https://github.com/photonixapp/tensorflow-builder
Docker-based environments for building Tensorflow with support for x86/amd64 (down to Celeron without AVX), ARM32v7 and ARM64v8 CPUs
ai docker machine-learning ml tensorflow tensorflow-builder
Last synced: 23 Apr 2025
https://github.com/arafat-hasan/dhaka-ai
My solution for Dhaka Ai Traffic Detection Challenge.
classification deeplearning detection machine-learning tensorflow
Last synced: 19 May 2026
https://github.com/kyegomez/ast
Implementation of AST from the paper: "AST: Audio Spectrogram Transformer' in PyTorch and Zeta
ai artificial-intelligence attention machine machine-learning machine-learning-algorithms pytorch pytorch-implementation tensorflow
Last synced: 07 May 2025
https://github.com/nhatsmrt/denoisingdirtydocuments
My attempt for Kaggle's Denoising Dirty Document competition.
computer-vision deep-learning tensorflow
Last synced: 12 Apr 2025
https://github.com/philipperemy/tf-easy-model-saving
An easy way to load and save checkpoints in Tensorflow!
tensorflow tensorflow-library tensorflow-models
Last synced: 25 Mar 2025
https://github.com/bessouat40/python-ai-explainability
A python project to find anomaly in an Xray image.
deep-learning explainable-ai health python tensorflow
Last synced: 06 Mar 2025
https://github.com/zenixls2/chatbot-rnn
Please aware that the data provided is already outdated. Sample data would be uploaded for users to test on their own.
Last synced: 30 Jul 2025
https://github.com/yasinshafiei/textsummarization
Text summarization using Seq2Seq model with TensorFlow
artificial-intelligence deeplearning lstm lstm-neural-networks machine-learning neural-network nlp python python3 seq2seq tensorflow text-summarization
Last synced: 22 Jul 2025
https://github.com/evanhalley/puppyteer-crawler
Crawls a website for pictures of big dogs, little dogs, red dogs, blue dogs, yellow dogs, green dogs, black dogs, and white dogs!
javascript nodejs puppeteer tensorflow
Last synced: 30 Jul 2025
https://github.com/fengyh3/text-classification
Deep Learning for Text Classification in NLP
tensorflow text-classification
Last synced: 04 May 2026
https://github.com/carloalbertobarbano/tf_monalisagenerator
Neural Network (based on TensorFlow) learning to generate an image of Monalisa
art artificial-intelligence machine-learning neural-network python tensorflow
Last synced: 24 Jun 2025
https://github.com/jalajthanaki/facial_emotion_recognition_using_tensorflow
I have used FER2013 dataset and try to build the Facial emotion recognition using TensorFlow
convolutional-neural-networks facial-emotion-recognition tensorflow
Last synced: 09 Mar 2026
https://github.com/rishit7/machine-learning
Repository related to machine learning projects and related modules
machine-learning machine-learning-algorithms micrograd numpy pandas pytorch scipy tensorflow
Last synced: 01 Aug 2025
https://github.com/martinn25/bsternaichain
An innovative platform combining Blockchain and AI for transparent and secure transactions.
ai blockchain crypto ethereum graphql machine-learning nextjs nodejs opensource reactjs risk-management rust smart-contracts solidity tensorflow web3
Last synced: 10 Sep 2025
https://github.com/maxpaynestory/pakistan-nic-detector-tensorflow
Python script with trained model to detect Pakistani National Identity Card from webcam using Tensorflow and OpenCV
computervision machine-learning object-detection opencv ssd-mobilenet tensorflow tensorflow-models
Last synced: 01 Aug 2025
https://github.com/klus3kk/microsociety
An object-oriented project that represents the simulator of the society with dynamically changing events.
2d ai cpp deep-q-learning machine-learning oop python reinforcement-learning sfml simulation tensorflow
Last synced: 10 Apr 2026