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/0xnaman1/mnist-and-cifar-dataset-digit-and-image-recognizer

The repository contains the Convolution Neural Network model that can be used to predict a grayscale digit trained on MNIST dataset from Keras.

keras-neural-networks python tensorflow

Last synced: 27 Jun 2025

https://github.com/sepmein/oyou

Build and make use of tensorflow model with pleasure and flexibility

machine-learning tensorflow

Last synced: 21 May 2026

https://github.com/kavithma-thushal/animal-classification-ai

Welcome to the Animal AI project! This web application uses a deep learning model to predict the class of an animal based on an uploaded image.

ai model python tensorflow

Last synced: 11 Feb 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/codebytemirza/tensorflow-pytorch-cheat-sheet

PyTorch vs TensorFlow This repository provides an in-depth comparison between PyTorch and TensorFlow, two of the most popular frameworks in the field of AI and Machine Learning. Whether you're a beginner or an expert, this resource will help you understand the core differences, strengths, and use cases of both frameworks.

ai deep-learning pytorch pytorch-tutorial tensorflow tensorflow-tutorials

Last synced: 21 May 2026

https://github.com/florianwoelki/mnist_fashion_cnn

This is a classification problem based on the mnist fashion dataset. I've used a CNN to classify the images.

classifier cnn fashion keras mnist numpy pandas tensorflow

Last synced: 08 Apr 2026

https://github.com/ttitcombe/tfshell

Classes to allow for easy scaling, building, training, testing, and deployment of machine learning models

machine-learning project-management tensorflow

Last synced: 15 May 2026

https://github.com/taylor-eos/layout-classifier

Graphical machine learning tool to classify the type of text in a PDF

machine-learning tensorflow

Last synced: 03 Jan 2026

https://github.com/nafisalawalidris/building-a-cnn-to-classify-handwritten-characters

Building a CNN to Classify Handwritten Characters" is a proof-of-concept project using Python, TensorFlow, and Keras. It demonstrates how a Convolutional Neural Network (CNN) can identify scanned characters in the MNIST database. The goal is to convert historical documents into searchable databases, improving ancestry search services.

data-science database handwritten-characters image-recognition jupyter-notebook keras machine-learning proof-of-concept python tensorflow

Last synced: 08 Apr 2026

https://github.com/richayadav03/sign-language-detection-and-conversion-to-text-and-speech

This Python-based project employs deep learning (LSTM) and computer vision to detect sign language gestures, converting them into text and speech. It enhances communication for the hearing-impaired.

gtts lstm opencv python tensorflow

Last synced: 03 Feb 2026

https://github.com/abhaskumarsinha/Corpus2GPT

Corpus2GPT: A project enabling users to train their own GPT models on diverse datasets, including local languages and various corpus types, using Keras and compatible with TensorFlow, PyTorch, or JAX backends for subsequent storage or sharing.

attention-mechanism jax keras large-language-models llm llm-inference llm-training python3 pytorch tensorflow

Last synced: 06 Mar 2025

https://github.com/eva-kaushik/tensorflow-tool-time-series

Tensorflow Tool for Time-Series

tensorflow tensorflow-models

Last synced: 08 Mar 2026

https://github.com/anjasfedo/learning-tensorflow

Learning TensorFLow the Machine Learning Library with focus on Neural Network.

learning-resources machine-learning neural-network tensorflow

Last synced: 21 May 2026

https://github.com/walmartbaggg/Stock-Prediction

Machine learning project using LSTM networks to predict stock prices based on historical data from multiple companies.

machine-learning ml prediction predictions python stock stock-market stock-prediction stock-price-prediction stock-prices tensorflow yfinance

Last synced: 04 Apr 2025

https://github.com/zeidanbm/object-detection-of-self-driving-vehicles

Autonomous vehicles offer a promising solution to safer driving through monitoring and utilizing real-time sensing data. Information collected from different sensors, including LiDAR's, ultrasonic sensors, cameras, radars, and GPS, can be processed, and analyzed to operate the vehicle. Computer vision played an essential role in advancing this technology, especially object detection, which aims to locate and classify objects in a scene. This paper will discuss autonomous vehicle technology and investigate the different object detection, neural network models, architecture, and performance.

autonomous-vehicles nerual-network object-detection tensorflow

Last synced: 21 May 2026

https://github.com/paulj1989/bulgarian-constitutional-court-decisions

Developing NLP models for text and sentence classification using legal texts from the Bulgarian constitutional court.

keras neural-network nlp scikit-learn tensorflow tesseract

Last synced: 04 May 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/qtle3/gpu-checker

This script checks the availability of CUDA-enabled GPUs and prints detailed GPU information for both PyTorch and TensorFlow frameworks. It's a handy utility for ensuring that your deep learning environment is correctly configured to utilize GPU acceleration.

cross-framework cuda-toolkit gpu-acceleration gpu-computing gpu-information gpu-monitoring pytorch tensorflow

Last synced: 25 Jan 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/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/rakibhhridoy/imageprocessing

Large amount of image processing is quite messy and time consuming,thus the working steps should be fast as well as accurate also. I've made sequential functions that is needed for processing data in TensorFlow and python. These functions made my work fast as it needed in commercial purposes.

augmentation deep-learning functional-programming image-manipulation image-processing keras machine-learning numpy python sequential-patterns tensorflow

Last synced: 08 Apr 2026

https://github.com/uhstray-io/pyrizon

Data Collection, Analysis, Mapping, Pipelining & Transformation, & API using Python

api data-engineering etl numpy pandas plotly python pytorch raw-data scikit-learn seaborne sql sqlite tensorflow

Last synced: 09 Apr 2026

https://github.com/foyez/virtual-museum-tf

An android app to classify images using TensorFlow library.

android kotlin tensorflow wikipedia

Last synced: 11 May 2026

https://github.com/jixinfeng/deeplearning.ai

My solutions for deeplearning.ai programming assignments

andrew-ng deeplearning-ai jupyter-notebook keras python tensorflow

Last synced: 08 Apr 2026

https://github.com/reubenjohn/tensorflow-workspace

Collection of random tensorflow experiments for personal use and learning

deep-learning machine-learning python tensorflow

Last synced: 20 May 2026

https://github.com/adidem23/helathriserewards_trial

This is Developement Stage of HealthRiseRewards which We Have Build . This is Just BareBone Repository Which Have only AI part in it

pose-estimation posenet reactjs solidity tensorflow tensorflowjs vitejs

Last synced: 09 Apr 2026

https://github.com/bdshrk/neuraldrummer

A neural network for generating drum tracks for songs using Python and TensorFlow.

computational-creativity creativity deep-learning drum-machine drumkit drums machine-learning neural-network python tensorflow

Last synced: 20 May 2026

https://github.com/malhotra5/deep-learning-with-tensorflow

This is repository contains some interesting projects

deep-learning machine-learning neural-networks python3 tensorflow

Last synced: 20 May 2026

https://github.com/devwithzain/tensorflow-learning

Learning Tensorflow

numpy tensorflow

Last synced: 19 May 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/tonywu71/neural-processes

Replication of the "Conditional Neural Processes" (2018) and "Neural Processes" (2018) papers by Garnelo et al.

bayesian conditional-neural-processes gaussian-processes machine-learning neural-processes tensorflow

Last synced: 18 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/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/meetps/tf-devanagri

Convolutional Neural Networks to identify Devanagri characters implemented in Tensorflow

character-recognition convolutional-neural-networks tensorflow

Last synced: 15 May 2026

https://github.com/m-romanenko/tv-script-generation

Generating new Simpsons scripts with an RNN

lstm python rnn tensorflow

Last synced: 08 May 2026

https://github.com/arpandatta011/facial_image_recognition

This project includes the introduction of the facial expression recognition and an investigation on the recent previous researches for extracting the effective and efficient method for facial expression recognition.

cv2 keras matplotlib numpy pandas tensorflow

Last synced: 09 Apr 2026

https://github.com/nhuang29/musicclassification

Music Classification ML/Deep Learning

deep-learning ml tensorflow

Last synced: 03 May 2026

https://github.com/11sshukla/mental_health_story_analyzer

This project is an AI-powered NLP pipeline that analyzes user-written stories to detect emotions.

ann artificial-intelligence deep-learning keras machine-learning nlp python streamlit tensorflow

Last synced: 09 Apr 2026

https://github.com/shettysach/handwriting-calculator

A calculator that uses handwritten digits and operators to calculate the result, using contour detection and CNN model prediction. Tensorflow (Keras) is used to create, train and load the neural network model used for predictions. CustomTKinter is used to provide the GUI. OpenCV and Pillow (PIL) are used for contour detection.

basic-arithmetic-operations calculator cnn cnn-keras convolutional-neural-networks digit-recognition handwriting-calculator handwritten-digit-recognition jupyter-notebook keras keras-models keras-neural-networks mnist mnist-classification mnist-handwriting-recognition opencv opencv2 pillow tensorflow tensorflow-models

Last synced: 09 Feb 2026

https://github.com/hamidzr/next-block-prediction

Next block prediction in the block base visual programming environment, NetsBlox

keras rnn tensorflow word2vec

Last synced: 17 May 2026

https://github.com/faustinopsy/ml-mascaras

Projeto tensorflow e machine learning uso de mascaras

machine-learning tensorflow

Last synced: 27 Jul 2025

https://github.com/olahsymbo/news-categorizer

A Flask REST API for categorising news contents from Postgres DB fetched via SQLAlchemy ORM

beautifulsoup4 flask keras nltk postgres python3 sqlalchemy tensorflow

Last synced: 09 Apr 2026

https://github.com/slxiao/prober

:mag_right: Software bug predictor based on machine learning algorithm

ai bug-prediction machine-learning software-testing tensorflow

Last synced: 16 May 2026

https://github.com/iamdevnd/kavach

Developed an AI-powered browser extension capable of detecting and blocking NSFW (Not Safe for Work) content in real-time.

back-end-development dataclustering datapreparation javascript machine-learning mobilenetv2 tensorflow

Last synced: 19 Feb 2026

https://github.com/imvision12/pre-trained-models-implementation

This Repo Is about Implementation Of Pre-Trained Models from scratch using Tensorflow

inceptionv3 pre-trained-model resnet50 tensorflow vgg16 vgg19 xception

Last synced: 20 May 2026

https://github.com/abhinav2087/forest-fire-and-smoke-detection

This project aims to detect forest fires and smoke in images using a Convolutional Neural Network (CNN) implemented with TensorFlow and Keras. The dataset contains images categorized as fire, smoke, and non-fire.

cnn cnn-keras deep-learning tensorflow

Last synced: 20 May 2026

https://github.com/ajaykumar095/natural_language_processing

Explore cutting-edge Natural Language Processing (NLP) techniques in this GitHub repository. Includes pre-trained models, custom NLP pipelines, text preprocessing tools, sentiment analysis, text classification, and more. Ideal for research, learning, and deploying NLP solutions in Python.

ann nltk-python python rnn spacy tensorflow text-preprocessing textblob

Last synced: 07 May 2026

https://github.com/chen0040/pydl-audio-encoders

Audio encoders that convert audios into numpy arrays for machine learning

audio-encoders tensorflow

Last synced: 20 May 2026

https://github.com/weiaicunzai/ssd-tensorflow

SSD: Single Shot MultiBox Detector TensorFlow implementation

ssd tensorflow vgg16

Last synced: 03 May 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/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/mghorbani2357/face-match

Face Match built using single shot face recognition to recognize similar faces to shotted face from any image resource. It uses Instagram user profiles as dataset.

face-detection face-recognition python python3 single-shot-face-recognition tensorflow tensorflow2

Last synced: 20 May 2026

https://github.com/zhangchunsheng/ai-learn

learn tensorflow, pytorch, etc.

pytorch tensorflow

Last synced: 20 Jan 2026

https://github.com/rcosta358/ai-chatbot

Simple AI chatbot created with python using AI and deep learning

ai chatbot deep-learning neural-networks python tensorflow

Last synced: 18 May 2026

https://github.com/somjit101/mnist-classification-tensorflow

A simple study on how to use Tensorflow platform (without Keras) for a simple number classification task using a Neural Network.

batch-normalization deep-learning dropout-layers mnist-classification mnist-dataset neural-network tensorflow

Last synced: 20 Apr 2026

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/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/takuseno/unreal

UNREAL implementation with TensorFlow

deep-reinforcement-learning tensorflow

Last synced: 13 May 2026

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/pravincoder/fundamentals_tensorflow

This repository provide the fundamental of Tensorflow starting from creating tensor's to creating your own tensorflow models.😍

deep-learning machine-learning tensorflow

Last synced: 19 May 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/jarvis843/stroke_prediction_ml_project

Various machine learning models that predict whether people of all age groups are going to have strokes.

conda conda-environment jupyter-notebook kaggle machine-learning mit-license neural-network python3 sklearn tensorflow tensorflow2

Last synced: 21 Aug 2025

https://github.com/frederickroman/divorce-predictor

This is a divorce predictor using a neural network. The moded is trained on the UCI dataset using tensorflow, then converted to tfjs. (This is the model used in the Divorsee app.)

classification divorce-prediction neural-network tensorflow tensorflow-tutorials tensorflow2 tensorflowjs

Last synced: 01 Aug 2025

https://github.com/haidermalikk/neural-network-circuit-optimizer

The Neural Network Circuit Optimizer, built on my custom digital circuit simulator, uses AI and machine learning to optimize simple digital circuits. It leverages neural networks, circuit simulation, and optimization algorithms to reduce component count which improves: power usage, and execution time and efficiency. *Under Dev see Readme*

ai jupyter-notebook matplotlib ml numpy pandas python pytorch sqlalchemy tensorflow

Last synced: 10 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/sub-mod/logo_detection

Logo Identification with Tensorflow

object-detection tensorflow

Last synced: 19 May 2026

https://github.com/rajsoni03/coro_net_implementation

Coro-net is a deep learning architecture to diagnose Covid disease through chest x-ray images.

cnn-architecture coro-net covid-19 deep-learning tensorflow x-ray

Last synced: 19 May 2026

https://github.com/offchan42/tensorflowexperiments

:boom: Critical experiments for understanding how TensorFlow behaves at the lowest level

tensorflow tensorflow-experiments

Last synced: 19 May 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/sathviknayak123/sentiment-anyalysis

Sentiment Analysis using DistlBERT Transformer from HuggingFace. Also integrated Airflow for end-to-end pipeline

airflow astronomer distilbert flask huggingface-transformer nlp python s3-bucket selenium-webdriver sentiment-analysis tensorflow web-scraping-python

Last synced: 09 Apr 2026

https://github.com/vortexv7/engagevision-yt

Thumbnail Engager is a Streamlit-based web app that uses AI to analyze YouTube thumbnails, providing actionable feedback to improve engagement. Upload a thumbnail to get insights on its strengths, weaknesses, and tips for maximizing views. Perfect for creators looking to optimize their visuals!

gcp numpy pandas python3 streamlit streamlit-cloud tensorflow youtubeapiv3

Last synced: 09 Apr 2026