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

https://github.com/danibcorr/musicgenreclassifier

Music genre classifier for automatic equalization parameters for JamesDSP using CNN with Transformers.

classification cnn deep-learning dsp equalization jamesdsp music python spectrogram tensorflow transformer

Last synced: 15 Mar 2025

https://github.com/prashimpy/sign-language-interpreter

This is the code for a sign language interpreter, which converts texts into physical hand signs, and physical hand signs to text.

arduino opencv python tensorflow

Last synced: 29 Apr 2026

https://github.com/soumyagautam/sign-sense

Deep Learning and Neural Network based Sign Sense or 'Sign Language' to Speech converter is an desktop app which can detect hand signs in a frame and can convert them to Speech, according to their respective meaning. Opposite to this, it can also recognise your voice and can convert it to sign language.

ai cv2 dataprocessing deep-learning keras machine-learning mediapipe moviepy-library neural-network openai-whisper scikit-learn tensorflow tkinter-python

Last synced: 10 Apr 2026

https://github.com/rishav-hub/gnettrainer-package

GNetTrainer is a Deep Learning web application for training and predicting classification models which is written in Python 3. At the backend it uses Frameworks like Tensorflow 2.0 and Keras. You can train any classification model with any data using GNetTrainer without writing any line of code.

deep-learning keras machine-learning tensorflow

Last synced: 01 Mar 2026

https://github.com/saraivaufc/sentiment-analysis-lstm

Sentiment Classification with Natural Language Processing on Recurrent Neural Networks

keras lstm sentiment-analysis sentiment-classification tensorflow

Last synced: 24 Jan 2026

https://github.com/abhishekyana/zframework

Z Framework for Easy Deep Learning

deep-learning machine-learning numpy python tensorflow

Last synced: 24 Jan 2026

https://github.com/kitajussus/linearregresion.tf.keras

ml linear regresion made on base from tensorflow documentation

dnn keras-tensorflow machine-learning neural-network tensorflow

Last synced: 23 Mar 2025

https://github.com/mirgis/plucky-playground

A modest collection of machine learning and deep learning algorithms, along with examples implemented in diverse toolkits.

bayes bayesian deep-learning examples ipynb keras machine-learning neural-network pandas playground python3 pytorch scikit-learn sklearn statistics tensorflow

Last synced: 13 Apr 2026

https://github.com/inevitable-team/tfjs-transfer-learner

Retrain the MobileNet model via transfer learning using TensorFlow.js in NodeJS.

ai image-classification machine-learning ml mobilenet npm-module npm-package tensorflow transfer-learning

Last synced: 24 Jan 2026

https://github.com/hacker-code237/ml

This project will allow a computer to read and learn with the help of TensorFlow VGG16()

apache-maven coreml docker git html5 java javascript json machine-learning nodejs python raspberry-pi shell-script tensorflow yaml

Last synced: 17 Jan 2026

https://github.com/kyscg/tf-models

Official Log for GSoC 2020 with TensorFlow.

gsoc-2020 tensorflow tensorflow-models

Last synced: 28 Jan 2026

https://github.com/0xnaman1/malaria-infected-cell-detection-using-cnns

The repository contains a Convolution Neural Network based prediction model to predict whether the cell is uninfected or parasitized by malaria.

convolutional-neural-networks keras tensorflow

Last synced: 10 May 2026

https://github.com/lmangani/tenseries

Tensorflow JS LSTM predictions against Prometheus metrics

machine-learning predictions prometheus tensorflow tensorflow-js tfjs timeseries timeseries-forecasting

Last synced: 27 Apr 2026

https://github.com/dermatologist/kedro-tf-utils

Kedro pipelines for multimodal ML in TensorFlow.

hacktoberfest healthcare kedro multi-modal tensorflow

Last synced: 19 Jan 2026

https://github.com/ajimaulana123/tensorflow-data-and-deployment-specialization

Mendistribusikan model machine learning ke berbagai perangkat.

tensorflow

Last synced: 18 May 2026

https://github.com/shivam1808/object_detection

Create your own custom object detector using the Tensorflow Object Detection API.

object-detection object-detection-api object-detection-label own-dataset tensorflow tensorflow-models

Last synced: 27 Oct 2025

https://github.com/shanmukhsrisaivedullapalli/cifar10

This project uses TensorFlow to classify images from the CIFAR-10 dataset. It compares the performance of an Artificial Neural Network (ANN) and a Convolutional Neural Network (CNN), covering data preprocessing, model training, evaluation, and prediction on new images.

cifar10-classification cnn-classification matplotlib neural-networks numpy pickle pillow python3 tensorflow

Last synced: 03 Feb 2026

https://github.com/djdhairya/self-driving-car

Basic Self Driving Car Model using Nvidia and Computer Vision

ai aiml computer-vision csv deep-learning jupyter-notebook keras ml nvidia python3 tensorflow

Last synced: 09 Apr 2026

https://github.com/ruzafa8/smartbuilding

Winning project of the hackathon at the Korea Electronics Technology Institute (KETI) with the award for Best Device Integration and Innovation. Smart building system using OneM2M protocol, featuring a smart parking system and an IoT-enabled elevator. The system automates parking access, elevator preparation, and home device activation.

arduino iot javascript license-plate-recognition mobius onem2m python react tensorflow

Last synced: 06 Feb 2026

https://github.com/ranjitodedra/cleantomato

Tomato Disease Finder Application

fastapi google-cloud python tensorflow

Last synced: 13 Apr 2026

https://github.com/anas436/face-mask-detection-ai

A Web App for Real Time and Image Face Mask Detection Using Streamlit

keras opencv streamlit tensorflow

Last synced: 13 Apr 2026

https://github.com/caponetto/vscode-tfjs-coco-ssd

Putting together VS Code extension, tensorflow.js, and object detection (coco-ssd) into a simple project.

coco-ssd object-detection tensorflow tfjs vscode vscode-extension

Last synced: 01 May 2026

https://github.com/diegoperea20/own_dataset_segmentation_yolov8

Segmentacion y detection de objetos con propio dataset usando YOLOV8 , en el que se utiliza un dataset propio de una moneda de 200 pesos colombianos del año 2023.

coins colombia data opencv own python segmentation tensorflow yolov8

Last synced: 12 Apr 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/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/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/abhi-bhatra/thinknlearn

Think & Learn is a study mate to students. Learning becomes easy with the integration of AI as a services. Think & Learn is based on the same principle. It brings you the set of AI services, which will aid to study.

azure docker education github-actions js machine-learning tensorflow

Last synced: 11 Apr 2026

https://github.com/kacf/forex-trading-ai

Real‑time AI‑powered Forex trading alerts with High backtested accuracy, blending machine‑learning models and advanced technical analysis for 1 Minute buy/sell

algorithmic-trading api data-science deep-learning docker fastapi forex machine-learning python pytorch quantitative-finance real-time technical-analysis tensorflow trading-signals

Last synced: 26 Oct 2025

https://github.com/86lekwenshiung/neural-network-with-tensorflow

Classification , Regression , Neural Network , CNN , Transfer Learning , NLP with Tensorflow

deep-learning natural-language-processing neural-network tensorflow transfer-learning

Last synced: 14 May 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/vtomlin1/portfolio

Here are some projects that I have worked on.

databases machine-learning mysql pandas-python python tableau-public tensorflow

Last synced: 07 Jan 2026

https://github.com/kaamiki/kaamiki

A simple cross-platform automation framework for data science and machine learning tasks. Find it here:

filemanager kaamiki logging machine-learning natural-language-processing opencv python3 pytorch tensorflow

Last synced: 18 Mar 2025

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/frostbyte012/apni_mitra

A Deep Learning Model that instantly recognizes your emotions and mental health using deep learning neural network libraries and suggests whether a person is annoyed, happy, neutral, depressed, and sad and suggests whether necessary steps should be taken to help them or not.

keras keras-tensorflow opencv-python python tensorflow tensorflow-examples tensorflow2

Last synced: 24 Feb 2026

https://github.com/yilmaz08/genetic-neural-network-optimizer

A simple "Neural Network Optimizer" with genetically changing neuron and layer counts.

genetic-algorithm neural-network neural-networks tensorflow

Last synced: 11 Apr 2026

https://github.com/theoliverlear/crypto-trader

A Spring Boot web app that buys and sells cryptocurrencies from API data sources. Its quick trading and other features allow users to leverage computer power to outperform the market.

ai ai-models big-data-analytics cryptocurrency data-science financial full-stack hibernate-jpa machine-learning nodejs python sass service spring-boot tensorflow typescript website

Last synced: 13 Apr 2026

https://github.com/feni-katharotiya/facegaze

A real-time face detection application using Mediapipe that identifies and marks faces in video feeds.

computer-vision image-processing opencv-python tensorflow video-processing

Last synced: 21 Feb 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/ola-kaznowska/ai-digit-recognition

AI digit recognition. Artificial neural network for digit recognition

ai artificial-intelligence machine-learning neural-network numpy tensorflow

Last synced: 14 Apr 2026

https://github.com/faisal-fida/face-emotion-prediction

Machine learning model capable of identifying and predicting human emotions based on facial expressions. The project is primarily implemented in Python, utilized deep learning techniques to analyze and classify emotions from facial images.

facial-expression-recognition machine-learning mlserver tensorflow

Last synced: 23 Jan 2026

https://github.com/himanshkr03/brain-tumor-segmentation-using-u-net

This repository contains a deep learning project for brain tumor segmentation using a 2D U-Net architecture applied to the BraTS2020 dataset. The project includes data preprocessing, model training, evaluation, and visualization.

brain-tumor-segmentation deep-learning keras medical-imaging python tensorflow unet-image-segmentation

Last synced: 12 Apr 2026

https://github.com/jerrywingsky/nlp-based-sentiment-analysis-on-mental-health

As part of my Group Project, our team developed a Machine Learning Model using NLP & Sentiment Analysis to analyze Mental Health Statements. We performed Data Cleaning, Transformation, and applied Decision Tree & Neural Network Algorithms to classify as either "Normal" or "Depressed," aiming to support Early Mental Health Assessment through AI.

daml googlecolab keras python tensorflow

Last synced: 24 Feb 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/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/nayankanaparthi/song-poetry-generation-model

This open-source project aims to train a model that can learn from a collection of Irish songs and generate poetic lyrics inspired by the rich cultural heritage of Ireland.

bidirectional-lstm generativeai python recurrent-neural-networks rnn-tensorflow sequential-models tensorflow

Last synced: 19 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/sarah627/deep-learning

This repo contains deep learning projects, applications on DL concepts, and DL roadmap

classification cnn deep-learning jupyter-notebook keras neural-network python tensorflow

Last synced: 18 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/Team-Hydrogen-ADC/2025-ADC

This is Team Hydrogen's application for the 2025 NASA App Development Challenge.

blender nasa-app-development-challenge simulation space space-visualization tensorflow trajectory unity visualization

Last synced: 08 Dec 2025

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

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

Learning Tensorflow

numpy tensorflow

Last synced: 19 May 2026

https://github.com/rusiruchapana/blood-group-prediction

Creating a machine learning project to predict blood groups from fingerprint patterns

asp-net-web-api keras matplotlib numpy opencv-python pandas pillow scikit-learn tensorflow

Last synced: 11 Apr 2026

https://github.com/salamjillani/objectdetection-tensorflowjs

Object detection site using tensorflow.js

javascript reactjs tailwindcss tensorflow

Last synced: 17 Apr 2026

https://github.com/zanuarts/machinelearning

Machine Learning Repo of my Learning, feel free to see, learn, and share.

image-classification image-processing machine-learning natural-language-processing tensorflow time-series

Last synced: 18 May 2026

https://github.com/himanchalchandra/text-classification-using-deep-neural-network-

Implemented a system which can categorize or classify a textual data using Deep Neural Network Model trained using Google Tensorflow.

classification dataset deep-learning natural-language-processing neural-network tensorflow textual-data

Last synced: 18 May 2026

https://github.com/kwanit1142/sars-cov-2-detection-radiology-based-multi-modal-multi-task-framework

Keras-based Implementation for "SARS-CoV-2 Detection: Radiology based Multi-modal Multi-task Framework" (Accepted in 45th IEEE EMBC 2k23)

gans keras matplotlib numpy opencv os pandas pillow scipy sklearn tensorflow transfer-learning wasserstein-distance

Last synced: 14 Apr 2026

https://github.com/linussorg/vamos-plus

VAMOS+ is a software for detecting meteors (shooting stars) in videos.

jugend-forscht meteor tensorflow

Last synced: 27 Jan 2026

https://github.com/sibyjackgrove/cnn-on-wind-power-data

Feed 24 hour data through a Convolutional neural network to find average wind power and standard deviation.

tensorflow tensorflow-experiments tensorflow-models

Last synced: 11 Apr 2026

https://github.com/saanidhyam/food-calories-estimation-using-image-processing

food detection and calorie estimator using cnn and foodd dataset

cnn python tensorflow

Last synced: 19 Feb 2026

https://github.com/snat1505027/weightgrad

WeightGrad: Geo-Distributed Data Analysis Using Quantization for Faster Convergence and Better Accuracy

cifar10 cnn imagenet machine-learning python tensorflow

Last synced: 13 Apr 2026

https://github.com/vvkmnn/gandl

🖌️ An image generating neural network via Tensorflow.

deep-learning generative-adversarial-network minst-database tensorflow

Last synced: 17 May 2026

https://github.com/cloxnu/omegalab

🧪⚗️🔭🔬🧬🦠🧫🌡 Omega AI Research Laboratory

ai cnn jupyter-notebook keras keras-neural-networks keras-tensorflow tensorflow

Last synced: 08 May 2026

https://github.com/quanhua92/tensorflow-2.x-cheatsheet

CheatSheet for deep learning and machine learning researchers using Keras & TensorFlow 2.x

cheatsheet keras tensorflow tensorflow2

Last synced: 08 May 2026

https://github.com/imamaaa/signature-recognition-cnn

A deep learning-based system for signature classification using CNN, HOG, and SIFT. This project segments signature images, applies feature extraction, and trains models to recognize individual signatures. Performance is evaluated using precision, recall, F1-score, and accuracy.

classification cnn computer-vision deep-learning feature-extraction hog-features image-processing pattern-recognition pytorch sift signature-recognition tensorflow

Last synced: 09 May 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/bhargav-joshi/img-caption-generator

Automatically creating the description or caption of an image using any natural language sentences is a very challenging task. It requires both methods from computer vision to understand the content of the image and a language model from the field of natural language processing to turn the understanding of the image into words in the right order. In addition to that we have discussed how this model can be implemented on web and will be accessible for end user as well.

flask jupyter-notebook keras machine-learning nlp nltk numpy pandas python tensorflow

Last synced: 09 Apr 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/weiaicunzai/ssd-tensorflow

SSD: Single Shot MultiBox Detector TensorFlow implementation

ssd tensorflow vgg16

Last synced: 03 May 2026

https://github.com/itdxer/deeplab

Deeplab v3 for Semantic Segmentation in NeuPy and Tensorflow

deep-learning deeplab deeplabv3 neupy semantic-segmentation tensorflow

Last synced: 05 May 2026

https://github.com/kazuhito00/tf2-keras-explain-examples

Tensorflowの可視化解釈ライブラリ(tf-explain、Grad-CAM等)のJupyter上での実行例。

gradcam keras tensorflow tf-explain

Last synced: 13 Apr 2026

https://github.com/lexxai/goit_python_ds_hw_08

Модуль 8. Глибоке навчання. Tensorflow.

classification data-science matplotlib minst numpy pandas python sklearn tensorflow

Last synced: 14 Apr 2026