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-05 00:25:04 UTC
- JSON Representation
https://github.com/khinthandarkyaw98/optimization-of-transmit-beamforming-and-ris-coefficients-using-channel-covariances-in-miso-downlink
Neural Network Based Optimization of Transmit Beamforming and RIS Coefficients Using Channel Covariances in MISO Downlink
cvxpy neural-networks numpy optimization pydot python reconfigurable-intelligent-surfaces scipy semidefinite-programming tensorflow wireless-communication
Last synced: 28 Apr 2026
https://github.com/krisharul26/smart-car-parking-system-using-camera-and-ultrasonic-sensor-with-computer-vision-techniques
Home Vehicle parking system is one of the most important factors to reduce traffic and satisfy drivers. Moreover, when parking vehicles in the apartment parking place, the driver has to open the door. So, the driver has to get out of the vehicle and open it. In this project, we have created a system for an automated vehicle parking system using computer vision techniques and a Raspberry-Pi camera module and an ultrasonic sensor.
mqtt-broker mqtt-client object-detection ocr opencv pycharm pytorch tensorflow
Last synced: 11 Apr 2026
https://github.com/VMward/TensorMap
Topological Mapping and Localization via Tensor Decompositions.
machine-learning machine-learning-algorithms tensorflow
Last synced: 20 Jun 2026
https://github.com/shiva16/ccbrmllab
For CCBR - ML Lab
attention-model iitm ipynb-jupyter-notebook lstm nmt-model tensorflow
Last synced: 06 Mar 2026
https://github.com/malwarebo/nimbus
Weather forecasting model using Tensorflow
cpp deep-learning machine-learning tensorflow
Last synced: 15 May 2026
https://github.com/rekalantar/stockpricepredictorlstm_tensorflow
Deep learning model that uses long short-term memory (LSTM) layers and the TensorFlow library to predict stock prices.
deep-learning lstm machine-learning stock-price-prediction tensorflow
Last synced: 29 Apr 2026
https://github.com/mwdchang/tfjs-cnn
Convolutional neural network with tensorflow JS
convolutional-neural-networks image-recognition tensorflow
Last synced: 26 May 2026
https://github.com/malaksadek/dua-khety
A mobile application to translate hieroglyphics 𓂀𓀀 (2018)
android android-application firebase-auth firebase-database full-stack ios ios-app java mobile-app mobile-development mysql objective-c opencv openml php phpmyadmin sql swift tensorflow tensorflow-lite
Last synced: 06 Apr 2026
https://github.com/shivance/voctor
Virtual Health Examination
django django-rest-framework health nltk python3 regex sklearn tensorflow
Last synced: 03 Apr 2025
https://github.com/cognizant-ai-lab/studio-go-runner
ML/ENN Runner for privately hosted, cloud, and data-center production deployments of StudioML.
aws azure darkcycle deep-learning distributed-computing hacktoberfest on-premises tensorflow tensorflow-experiments
Last synced: 04 Mar 2026
https://github.com/lafayettegabe/cnn-captcharecognition
🤖 CNN | Captcha Recognition Using TensorFlow
captcha captcha-recognition cnn deep-learning keras machine-learning neural-network tensorflow
Last synced: 03 Apr 2025
https://github.com/shijiatongxue/braille-characters-recognition-based-on-transfer-learning
本科毕业设计。
braille deep-learning recognition tensorflow
Last synced: 03 Apr 2025
https://github.com/aqafridi/ai-engineering-specialization
This repo contain all materials for modern techniques used in Artificial intelligence engineering using frameworks of TensorFlow, Pytorch and OpenCV.
cnn computer-vision keras neural-network opencv pillow pytorch tensorflow
Last synced: 11 Apr 2026
https://github.com/arshtiwari2004/signal-x
Signal-X is an AI-powered traffic management system using advanced computer vision, edge computing, and geospatial intelligence. With real-time sensor fusion, machine learning algorithms, and adaptive signal control, it enables dynamic congestion management and emergency vehicle prioritization.
arduino deepsort expo flask opencv pygame python react-native tensorflow yolov8
Last synced: 10 Apr 2025
https://github.com/nikhilroxtomar/custom-layer-in-tensorflow-using-keras-api
A simple code for creating your own custom layer in TensorFlow using Keras API. Here I have created the Dense layer same as the regular dense layer available in the Keras API.
Last synced: 06 May 2026
https://github.com/tirendazacademy/comet-ml-tutorials
This repo contains tutorials about the comet platform.
ai comet-ml comet-ml-tutorials data-science datascience deep-learning deeplearning fastai huggingface machine-learning machinelearning pytorch pytorch-lightning r r-programming tensorflow
Last synced: 11 Apr 2026
https://github.com/singhxtushar/imdb-analysis
IMDB-Analysis is a sentiment Analysis project based on movie review, whether it is +ve or -ve. Model is design with a simple RNN architecture and embedded with word2vec. Deployed on streamlit web-app open cloud service.
embedding-models imdb rnn streamlit-webapp tensorflow
Last synced: 16 Feb 2026
https://github.com/jagadishdas21/brain-tumor
This repository contains the implementation of a deep learning model to detect brain tumors from MRI images using Convolutional Neural Networks (CNN). The goal of this project is to classify MRI images as either having a brain tumor (Positive) or not having one (Negative).
computer-vision convolutional-neural-networks matplotlib scikit-learn tensorflow
Last synced: 09 Apr 2025
https://github.com/stonyshi/my_attention_ocr
tensorflow attention_ocr
attention ocr python3 tensorflow
Last synced: 15 May 2026
https://github.com/andy-wilkinson/chemmltoolkit
A set of useful Python functionality for machine learning in chemistry
cheminformatics chemistry machine-learning tensorflow
Last synced: 10 Apr 2025
https://github.com/adilshamim8/stock_price_prediction
A simple LSTM-based machine learning project to predict stock prices using historical data.
datascience deeplearning finance lstm neuralnetworks python stockprediction tensorflow timeseriesanalysis
Last synced: 26 Jun 2025
https://github.com/joe-re/segmentation-person-media
Person segmentation from a media element and manipulate background in the browser
bodypix image person-segmentation tensorflow tensorflowjs video webcam-capture webcam-streaming
Last synced: 19 May 2026
https://github.com/juniorxsound/TF-Unet
🗺 General purpose U-Network implemented in Keras for image segmentation
Last synced: 13 May 2025
https://github.com/matthewfeickert/cuda-tf-torch
An Ubuntu 18.04 NVIDIA Docker image with CUDA 10.1 CuDNN 7 with TensorFlow and PyTorch
cuda cuda-101 cudnn cudnn-v7 docker docker-image gpu nvidia-docker nvidia-gpu pytorch tensorflow torch
Last synced: 07 Jan 2026
https://github.com/18520339/nn-auto-differentiation-engine
C++ version of Andrej Karpathy's micrograd with Keras-like Sequential API and auto differentiation engine, facilitating Tensor arithmetic using chain-rule & topological sort, mini-batch Gradient Descent, and learning rate scheduling
autograd backpropagation chain-rule cplusplus-17 gradient-descent neural-network tensorflow
Last synced: 13 May 2026
https://github.com/bryanbocao/neuralnets-deeplearning
deep-learning neural-network tensorflow
Last synced: 20 May 2026
https://github.com/mehdi342/memoraith
Memoraith: A lightweight, versatile model profiler for deep learning frameworks. Optimize your neural networks with detailed insights on memory usage, computation time, and performance bottlenecks.
deep-learning machine-learning memory-profiling model-profiling optimization performance-analysis pytorch tensorflow
Last synced: 04 Apr 2025
https://github.com/shreyanssatpute/women-safety-analytics-v1
Built a real-time system using a CNN model for violence detection (98.2% accuracy) and Haar Cascade for gender classification. Integrated OpenCV, TensorFlow, and Keras for image processing and deep learning to detect threats and trigger real-time alerts.
cnn-classification impage keras-neural-networks machine-learning opencv python tensorflow
Last synced: 10 Apr 2026
https://github.com/ctkqiang/yingyanai
鹰眼 AI 是一个先进的计算机视觉平台,利用深度学习技术提供精确且高效的视觉智能解决方案。本系统致力于为各类视觉分析任务提供专业可靠的技术支持。一款革命性的计算机视觉系统,采用尖端人工智能技术,将图像分析提升至新高度。基于谷歌高效轻量级 MobileNetV2 架构,实现快速精准的视觉智能化。
artifi china chinese computer-vision ctkqiang deep-learning fastapi image-classification image-processing machine-learning mobilenetv2 neural-network nsfw-detection nsfw-recognition python tensorflow transfer-learning
Last synced: 01 Mar 2026
https://github.com/ajitashwathr10/sarcasm-detection
This project implements a sarcasm detection model leveraging machine learning and NLP.
bert-model jupyter-notebook nlp-machine-learning python3 tensorflow
Last synced: 22 Mar 2025
https://github.com/r21gh/gan_maps
a Pix2Pix GAN for Image-to-Image Translation
gan keras neural-network python ten tensorflow
Last synced: 09 May 2026
https://github.com/20040120lxs/dacin
Code for "DACIN: Deep Adversarial Clustering-driven Imputation Networks"
deep-subspace-clustering generative-adversarial-network tensorflow
Last synced: 02 Feb 2026
https://github.com/p4ul-m/image-classificator
Image Classificator is a web application that allows users to upload images and classify them using pre-trained models. All services are totally independant and can run on different place.
express grpc image-classification keras machine-learning python react tensorflow
Last synced: 10 Apr 2026
https://github.com/riyadhuddin/mlbangla
a fastai blog
blog jekyll jupyter-notebook markdown python tensorflow
Last synced: 10 Apr 2026
https://github.com/sub-mod/logo_detection
Logo Identification with Tensorflow
Last synced: 19 May 2026
https://github.com/onnesok/machine-vision
tensorflow object detection codes. This project can be implemented in many automation and robotics projects.
machine-vision opencv tensorflow tensorflow2
Last synced: 08 May 2026
https://github.com/godseritesh/optiheart_retinal_insight_to_cardiac_health
This repository contains an advanced machine learning solution for heart disease prediction and retinal image analysis.
cardiac-health cnn computer-vision data-science deep-learning healthcare-application heart-disease image-processing keras machine-learning python retinal-disease-detection retinal-images retinal-vessel-segmentation streamlit tensorflow
Last synced: 08 Apr 2026
https://github.com/mpieper19/machine-learning-model-comparision-with-cifar10
School Project for our "Intro to Machine Learning" course. Was done in collaboration with two other students. This project compares the accuracy and performance of standardized machine learning models (e.g. KNN, LightGBM, etc.) against our built CNN, on the CIFAR-10 Dataset.
cifar10 cnn-classification convolutional-neural-networks image-classification keras keras-tensorflow machine-learning scikitlearn-machine-learning tensorflow
Last synced: 09 May 2026
https://github.com/harshramani00/human-action-recognition
A Human Action Recognition (HAR) model combining 3D CNN and LSTM networks to accurately recognize actions in videos using spatial-temporal feature extraction. Trained on UCF-50 and outperforming existing architectures.
3d-cnn computer-vision deep-learning human-action-recognition lstm machine-learning python spatial-temporal tensorflow ucf50-dataset video-classification
Last synced: 24 Jul 2025
https://github.com/mohdadil1/covid-19-preventions-desktop-app
Desktop Application for Real-Time Social Distancing and Mask Detection using OpenCV, Deep Learning, and Python. This application monitors live video or IP camera feeds and allows switching between social distancing and mask detection modes. A user-friendly GUI enables easy interaction and configuration.
caffemodel deep-learning imutils mask-detection mobilenetv2 opencv pygame-audio real-time-monitoring social-distancing-detection tensorflow tkinter-gui transfer-learning yolov3
Last synced: 11 May 2026
https://github.com/michaelcurrin/machine-learning-server
Classify images using a trained machine learning model and Python web server API. Python3.
cherrypy image-classification machine-learning python python3 tensorflow webserver
Last synced: 18 May 2026
https://github.com/ashwaniydv/sarcasm-detection-tensorflow
nlp sarcasm-detection tensorflow
Last synced: 15 May 2026
https://github.com/paulcampbell/zimzimmer
(Who am I?)
machine-learning realtime-predict speaker-recognition tensorflow
Last synced: 19 May 2026
https://github.com/vijayshinva/machinelearningultimate
All popular machine learning toolkits in one docker image.
anaconda docker-image machine-learning python tensorflow theano
Last synced: 06 May 2026
https://github.com/rosacarla/treinamento-rede-neural-mlp
Projeto com bliblioteca Keras para treinamento de rede neural MLP que reconhece escrita manual
keras tensorflow visao-computacional
Last synced: 08 May 2026
https://github.com/jelhamm/article-deep-learning-for-the-gaussian-wiretap-channel
Simulations for the paper "Deep Learning for the Gaussian Wiretap Channel by Rick Fritschek, Rafael F. Schaefer, Gerhard Wunder"
custom-layers data-communications deep-learning deep-learning-papers encoder-decoder-model jupyter-notebook loss matplotlib-pyplot numpy optimizer pandas paper python scipy simulations sklearn-preprocessing tensorflow tensorflow-keras-model training wiretap
Last synced: 08 Apr 2026
https://github.com/yotam180/xai
xAI - A Research Project in the Field of Machine Learning (Magshimim 3rd year project)
artificial-intelligence cpp deep-learning machine-learning neural-network python tensorflow
Last synced: 19 Apr 2026
https://github.com/phonhay103/ai_insight_2020
AI Insight Course 2020 - AI VIETNAM
aivietnam computer-vision course deep-learning python tensorflow
Last synced: 03 Dec 2025
https://github.com/ksachdeva/tfjs-react
React components for tensorflow.js
react tensorflow tfjs visualization
Last synced: 04 May 2026
https://github.com/guygav/aies-ccp-project-brain-tumor-detection
Detect brain tumors from MRI scans using CNN and VGG19 with a Streamlit-based user interface.
ai-in-healthcare brain-tumor-detection cnn computer-vision deep-learning image-classification keras medical-imaging mri-images neural-networks open-cv python streamlit tensorflow transfer-learning tumor-detection vgg16
Last synced: 02 Aug 2025
https://github.com/LihangLiu/3d-colorization
3dshapenet colorization deeplearning tensorflow
Last synced: 20 Mar 2025
https://github.com/aryansk/mnist-deep-learning-exploration
This repository contains implementation of various deep learning approaches for the MNIST handwritten digit classification task, using both scikit-learn and Keras frameworks.
keras machine-learning machine-learning-algorithms mnist-classification numpy python scikit-learn tensorflow
Last synced: 08 Apr 2026
https://github.com/mayuanyang/smartstock
keras lstm stock-prediction tensorflow
Last synced: 01 May 2026
https://github.com/dr413677671/quantflow-deep-learning-quant-framework
A Light-weight Deep-learning Quant Framework
deep-learning keras matplotlib quantitative-finance scikit-learn seaborn signal-analysis signal-processing tensorflow
Last synced: 17 Apr 2026
https://github.com/u-t-k-a-r-s-h/animal_classification_cnn
A CNN based animal classification system which uses deep neural network to identify features associated with each class and predicts the outcome.
computer-vision convolutional-neural-networks opencv python tensorflow
Last synced: 09 Apr 2026
https://github.com/gappeah/binance-crypto-prediction-and-analysis
This project leverages the Binance API to acquire real-time data for Bitcoin (BTC) and Ethereum (ETH). The data is then used to train a Long Short-Term Memory (LSTM) neural network model for predicting cryptocurrency prices.
api binance cryptocurrency keras machine-learning neural-networks python tensorflow
Last synced: 25 Feb 2025
https://github.com/kshitijpawar/license_plate_detection
License Plate Detection and OCR
detection-api google-colab object-detection ocr plate-detection tensorflow tesseract
Last synced: 12 Apr 2025
https://github.com/ivanbongiorni/shakespeare-gpt
How to build a custom GPT for text generation, based on TensorFlow 2.x and Maximal. Trained on the Shakespeare corpus.
deep-learning deeplearning generative-ai gpt machine-learning machinlearning maximal natural-language-generation natural-language-processing nlg nlp python tensorflow tensorflow2 transformer transformer-architecture transformer-models
Last synced: 29 Apr 2026
https://github.com/kichuman28/wisecare-fall_detection_model
WiseCare Fall Detection System is an innovative solution designed to enhance elderly care and safety monitoring. Using advanced computer vision and machine learning techniques, our system provides real-time fall detection capabilities, helping caregivers respond quickly to potential emergencies.
docker flask tensorflow yolov11
Last synced: 10 Aug 2025
https://github.com/ndohvich/ndohvich
Je suis un grand fan de l'analyse des données avev PYTHON
anaconda arduino data github jypyter keras machine-learning machine-learning-algorithms numpy pandas python scikit-learn sql tensorflow visual-studio-code visualization-dashboard
Last synced: 11 Apr 2026
https://github.com/gabrli/x-ray-ai
App with CNN neural network to diagnose different fractures on x-ray pictures
ai cnn cnn-classification fastapi keras neual-network python react revolution tailwindcss tensorflow typescript
Last synced: 10 Apr 2026
https://github.com/furkantsnb/coalclassifie
CoalClassifier: A deep learning model for classifying coal types using EfficientNetB0-based transfer learning and fine-tuning techniques. This project is designed to accurately distinguish between Anthracite, Bituminous, Lignite, and Peat classes and is developed using TensorFlow/Keras
coal-classification computer-vision data-visualization efficientnetb0 image-classification keras python streamlit tensorflow
Last synced: 05 Apr 2026
https://github.com/codeperfectplus/facial-keypoints-detection
keypoints detection around the face for better face detection and face recognition.
cnn-keras colab-notebook convolutional-neural-networks facial-keypoint-detection facial-keypoints-cnn facial-landmarks hacktoberfest keras-tensorflow opencv opencv-python python python3 tensorflow
Last synced: 07 May 2026
https://github.com/post2web/sentiment_predictor
Sentiment Prediction implementation using RNN with tensorflow
Last synced: 09 Oct 2025
https://github.com/tegaraditya/iotanic-classification-api
IoTanic's CNN model implementation using FastAPI
cnn-keras fastapi machine-learning python tensorflow
Last synced: 03 May 2026
https://github.com/stifler7/text-to-image-generation
To build a system that generates realistic images from textual descriptions using pretrained models like Stable Diffusion, DALL-E, or similar architectures. The system leverages pretrained transformer-based models for both text and image understanding and generation.
cv2 gans generative-ai tensorflow torch torchvision
Last synced: 16 May 2026
https://github.com/adi-code22/sitharabot
In this project, I've built a flask web application that uses the lyrics of songs by sithara and then predict the lyrics based on user input
flask nlp-machine-learning python tensorflow
Last synced: 06 May 2026
https://github.com/adityashaarma/asl-interpreter
Real-time ASL interpreter using CNN, OpenCV, and MediaPipe for accessible gesture recognition.
accessibility asl cnn computer-vision deep-learning keras mediapipe opencv python sign-language tensorflow
Last synced: 09 Apr 2026
https://github.com/djleamen/troubleshoot-agent
Building Intelligent Troubleshooting Agents by Microsoft on Coursera
ai bert classification coursera coursework decision-trees feature-selection fine-tuning lora ml nlp pruning python pytorch qlora quantization scikit-learn sentiment-analysis study tensorflow
Last synced: 28 May 2026
https://github.com/akshay-kamath/datacamp_course_material
This repository contains list of course material for python ,R, data science related topics
analytics datacamp datacamp-python datascience deep-learning machine-learning nlp pandas power-bi r tensorflow
Last synced: 16 Apr 2026
https://github.com/kktsubota/uniform-quantizers
Official implementation of "Comprehensive Comparisons of Uniform Quantizers for Deep Image Compression" in ICIP 2021 and "Comprehensive Comparisons of Uniform Quantization in Deep Image Compression" in IEEE Access 2023.
deep-neural-networks image-compression python quantizer tensorflow
Last synced: 16 Apr 2026
https://github.com/skovy/tensorflow-dice-model
🎲 Tensorflow Lite models for detecting and classifying dice
dice image-classification object-detection tensorflow tensorflow-lite
Last synced: 16 May 2026
https://github.com/evanatyourservice/apollo-tf
Apollo optimizer in tensorflow
apollo optimizer tensorflow tensorflow2 tf tf2
Last synced: 16 May 2026
https://github.com/eivindarvesen/transfer-learning-demo
Short demo of transfer learning with Inception v3 and TensorFlow
deep-learning demo inception machine-learning neural-network notebook python tensorflow transfer-learning
Last synced: 13 Apr 2026
https://github.com/pavankethavath/dominos---predictive-purchase-order-system
This advanced forecasting tool leverages Prophet, ARIMA, SARIMA, and LSTM models to predict daily sales for 32 pizzas and 64 ingredients. With Prophet achieving the lowest MAPE, it ensures accurate demand forecasts, optimized inventory, and efficient purchase planning, reducing waste, preventing stockouts, and enhancing supply chain efficiency.
arima deep-learning eda exploratory-data-analysis forecasting lstm machine-learning mape matplotlib minmaxscaling numpy pandas prediction python sarimax seaborn seasonality tensorflow time-series
Last synced: 08 Apr 2026
https://github.com/leehanchung/deeplearning.ai
Coursera Deeplearning.ai Deep Learning Specialization
coursera deep-learning deep-neural-networks neural-networks tensorflow
Last synced: 19 May 2026
https://github.com/imsheridan/xdeeprank
An eXtensible Package of Deep Learning based Ranking Models for Large-scale Industrial Recommender System with Tensorflow
click-through-rate ctr deep-learning industrial large-scale ranking recommendation recommender-system tensorflow
Last synced: 30 Apr 2026
https://github.com/notedance/adahessian
TensorFlow implementation for Adahessian optimizer
deep-learning deep-reinforcement-learning keras machine-learning optimizer reinforcement-learning tensorflow
Last synced: 09 Apr 2026
https://github.com/rerun-io/rerun-loader-python-example-tfrecord
Example Tensorboard log (TFRecord of Events) external data loader for Rerun
machine-learning tensorflow visualization
Last synced: 07 Jan 2026
https://github.com/shyamsn97/neuralstyletensorflow
Neural Style algorthim, as introduced in "A Neural Algorithm of Artistic Style", implemented in tensorflow
convolutional-neural-networks deep-learning hacktoberfest2018 help-wanted neural-algorithm style-transfer tensorflow
Last synced: 01 May 2026
https://github.com/williamfridh/vehicle-classifying-and-counting-convolution-neural-networks-onboard-cost-efficient-microcontrollers
Real-time vehicle classification and counting using Convolutional Neural Networks on microcontrollers.
classification-algorithm cnn cnn-classification machine-learning raspberry-pi tensorflow
Last synced: 07 Mar 2026
https://github.com/zacharyespiritu/pyret-tensorflow-examples
Examples of Pyret programs using the new `tensorflow` library (see brownplt/code.pyret.org#287).
machine-learning pyret tensorflow
Last synced: 02 Aug 2025
https://github.com/raj-pulapakura/tf_plot_metrics
Opinionated performance plotting for TensorFlow models.
deep-learning machine-learning matplotlib neural-networks opinionated tensorflow
Last synced: 16 May 2026
https://github.com/gaiborjosue/deeplearning-projects
This repository contains a collection of Deep Learning projects implemented using TensorFlow. These projects showcase various applications and techniques of Deep Learning, providing hands-on examples for building neural networks and solving real-world problems.
deep-learning python tensorflow
Last synced: 03 May 2026
https://github.com/hackintoshrao/cifar-10-image-classification
Classifying objects from CIFAR 10 image dataset using Convolutional neural networks
convolutional-neural-networks deep-learning image-processing tensorflow
Last synced: 02 Aug 2025
https://github.com/ekrich/stensorflow.g8
Get started with TensorFlow for Scala Native
linux machine-learning macos neural-network scala scala-native tensorflow
Last synced: 09 Jul 2025
https://github.com/vidyasagarmsc/pydataflownote
As I explore Python libraries....
jupyter-notebook numpy python pytorch scikit-learn scipy tensorflow
Last synced: 27 Sep 2025
https://github.com/vartikaraj2512/animalclassification
🐾 Animal Classification: Classify 28K animal images into 10 categories using CNNs with Transfer Learning. 📥 Load & extract data, 🔄 preprocess images, 🧠 train models (VGG-16 & ResNet50), and 📈 plot performance. Libraries: OpenCV (BGR), TQDM (progress bars), Categorical (one-hot encoding). 🛠️ Install: pip install tensorflow numpy opencv-python
classification cnn kaggle machine-learning numpy opencv pandas tensorflow
Last synced: 20 Jan 2026
https://github.com/ameyagodbole/augmented-dtree
Library to embed complex classifiers in decision tree nodes
cnn decision-tree neural-network tensorflow
Last synced: 02 May 2026
https://github.com/devwaqarahmad/ai-image-caption-generator
A computer vision and deep learning-based project that generates human-like captions for any image using CNN + LSTM architecture. It takes an image as input and returns a meaningful description in natural language.
cnn computer-vision deep-learning image-captioning image-processing lstm machine-learning python tensorflow vision-to-text
Last synced: 18 May 2026
https://github.com/calciferzh/cs231n
Assignments of Stanford cs231n in spring 2017.
computer-vision convolutional-neural-networks cs231n deep-learning machine-learning tensorflow
Last synced: 18 May 2026
https://github.com/lukashedegaard/keras-visual
Visualisation framework for Tensorflow Keras models
explanation keras tensorflow visualization
Last synced: 10 Apr 2026
https://github.com/islam-hady9/image-classifier-gui-app
Simple Machine Learning GUI App with Taipy and Tensorflow
cnn deep-learning imageclassification machine-learning python taipy-gui tensorflow
Last synced: 09 Apr 2026
https://github.com/thenoobinventor/sudoku-ai-solver
OpenCV and Deep Learning are employed in extracting a sudoku puzzle from images and solving it. The project runs in a Jupyter Notebook Docker container, the Deep Learning model is built, trained and deployed with TensorFlow and the main solver programmed in Python.
ai deep-learning docker jupyter-notebook opencv python sudoku-solver tensorflow
Last synced: 09 Apr 2026
https://github.com/neoanarika/cnn-using-swish
CNN trained on MNIST using swish
Last synced: 01 May 2025
https://github.com/1chooo/cnn-handwriting-detection
A CNN-driven method for detecting and classifying handwriting.
cnn deep-learning keras python3 tensorflow
Last synced: 30 Jul 2025
https://github.com/rik-sarkar-07/machine-intelligence
Machine intelligence is advanced computing that enables a technology (a machine, device, or algorithm) to interact with its environment intelligently,
computer-vision deep-learning feature-extraction image-processing machine-learning matplotlib opencv python pytorch sklearn tensorflow
Last synced: 02 Apr 2026
https://github.com/mohamedaminebessrour/emotion-detection-resnet50
TensorFlow-based deep learning model to classify human emotions from facial expressions using the AffectNet dataset. Includes preprocessing, training, evaluation, and prediction tools. Perfect for exploring emotion recognition and transfer learning.
affectnet artificial-intelligence computer-vision data-augmentation deep-learning emotion-recognition facial-expression-recognition human-computer-interaction image-classification image-processing neural-networks python resnet-50 tensorflow
Last synced: 30 Apr 2026
https://github.com/curiousily/alien-vs-predator-tensorflow-js-classification
Build a simple Convolutional Neural Network with TensorFlow.js and use it to classify images of Aliens and Predators
convolutional-neural-networks data-science deep-learning javascript machine-learning neural-networks tensorflow
Last synced: 15 May 2026