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/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/shukur-alom/ai-chatbot

This is AI ChatBot. I make it By AI(NLP). I know sometime it's show wrong answer because i use less data to train my model because i haven't big dataset. you can read my code and you can learn many thing. This chatbot is not bad at all. You can have fun with it in your spare time if you want.

artificial-intelligence artificial-intelligence-algorithms artificial-neural-networks chat chatbot deep machine-learning machine-learning-algorithms ml natural natural-language natural-language-processing natural-language-understanding nlp nlp-machine-learning pytho python tensorflow tensorflow2

Last synced: 29 Oct 2025

https://github.com/leeyunjai/teachablemachine-python

keras and tflite inference code for image project of teachable machine

deep-learning keras machine-learning opencv teachable-machine teachablemachine tensorflow tensorflow-lite

Last synced: 10 Apr 2025

https://github.com/ameyagodbole/abcnn-tensorflow

An implementation of ABCNN from ABCNN: Attention-Based Convolutional Neural Network for Modeling Sentence Pairs Yin, W.; Schutze, H.; Xiang, B.; and Zhou, B.

convolutional-neural-networks nlp sentence-similarity tensorflow

Last synced: 10 Apr 2025

https://github.com/thoth-station/cli-examples

Examples of Thoth's recommendations using Thamos CLI

ai-stacks artificial-intelligence hacktoberfest kubernetes openshift tensorflow thoth

Last synced: 10 Apr 2025

https://github.com/armanx200/fruit-detector

🍇🔍 Fruit Detector: A machine learning model to identify fruits from images, powered by TensorFlow and Keras. Train the model, predict fruits, and explore the world of AI fruit recognition! 🍓🍍

arman-kianian computer-vision data-preprocessing deep-learning image-recognition keras machine-learning neural-networks opencv python tensorflow

Last synced: 30 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/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: 24 Apr 2025

https://github.com/oleksandr-g-rock/classify_picamera_in_live_time_cusom_model

Image classification (persons, animals, other) on raspberry pi from pi-camera (in live time) used custom model .h5 (output to terminal)

image-classification image-processing image-recognition pi-camera raspberry-pi tensorflow tensorflow-examples tensorflow-tutorials

Last synced: 09 Jul 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/serre-lab/meta-predictor

🔮 Meta-predictor Explainability Benchmark

explainable-ai interpretability machine-learning pytorch tensorflow xai

Last synced: 27 Apr 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/danielstankw/anomaly-detection

Anomaly Detection using LSTM Autoencoder (Tensorflow)

anomaly-detection classification tensorflow time time-series

Last synced: 06 Sep 2025

https://github.com/fnproject/cloudevents-demo

Image processing application demo with CloudEvents and TensorFlow

cloud-computing fnproject functions-as-a-service golang image-processing opencv python serverless tensorflow

Last synced: 04 May 2026

https://github.com/abhash-rai/traffic-image-classifier

A web-based solution utilizing a robust tensorflow model for precise traffic condition classification made in ReactJs and FastAPI for backend.

cnn cnn-classification cnn-keras cnn-model data-analysis data-science data-visualization fastapi keras keras-tensorflow python python-3 python3 react reactjs tensorflow traffic traffic-classification transfer-learning

Last synced: 23 Feb 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/fbielejec/rust-tensorflow

Run TensorFlow models with Rust

recommender-system rust tensorflow

Last synced: 15 May 2026

https://github.com/codeperfectplus/intel_image_classification

Intel Image classification using CustomDataLoader and Tensorflow training loop with cutsom model evalution function to understand what's going behind

classification convolutional-neural-networks deep-learning image-classification pytorch tensorflow

Last synced: 31 Aug 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/j-w-yun/fizzbuzz_neural_network

Approximate the FizzBuzz function using a neural network model in Tensorflow.

fizz-buzz fizzbuzz machine-learning neural-network tensorflow

Last synced: 26 Apr 2026

https://github.com/asad-ismail/lane_detection

Lane Detection and Classification using Front camera monocular images

adas cpp embedded lanedetection pruning quantization tensorflow weight weightclustering

Last synced: 19 Apr 2025

https://github.com/hayashi-yudai/ml_models

Implementation of machine learning models by Python with Tensorflow. ArcFace/UNet/ACoL

image-processing keras-tensorflow machine-learning pipenv python python3 tensorflow

Last synced: 12 Apr 2025

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/peptoneltd/dspp-data

Database of Structural Propensities of Proteins (dSPP) raw data repository by Peptone Inc.

biotechnology dataset keras keras-models machine-learning prediction protein protein-sequences protein-structure tensorflow tensorflow-models

Last synced: 12 May 2025

https://github.com/imvision12/convnext-tf

A Tensorflow Implementation of "A ConvNet for the 2020s" and "ConvNeXt V2: Co-designing and Scaling ConvNets with Masked Autoencoders" (ConvNeXt and ConvNeXtV2)

cnn convnext convnextv2 tensorflow

Last synced: 22 Sep 2025

https://github.com/kazuhito00/hand-detection-3class-mobilenetv2-ssdlite

MobilenetV2-SSDLiteで訓練した手検出(Open/Close/Pointer)のモデルです。

hand-detection mobilenetv2-ssdlite object-detection opencv tensorflow

Last synced: 15 Jul 2025

https://github.com/tonywu71/image-matching-triplet-loss

Tensorflow implementation of Image Matching with Triplet Loss on the Tiny ImageNet dataset.

computer-vision image-matching tensorflow tiny-imagenet triplet-loss

Last synced: 25 Feb 2026

https://github.com/amine-akrout/tensorflow-tifecycle-management-with-mlflow

Creating a Dockerized stack environment using MLflow, mysql and Minio to manage the lifecycle of TensorFlow models.

bert cnn deep-learning lstm machine-learning minio mlflow mlops mysql nlp python s3 swivel tensorboard tensorflow tf-serving

Last synced: 10 Apr 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/n-gao/botfightevolution

A simple game with an reinforcement learning powered AI

csharp python reinforcement-learning tensorflow unity

Last synced: 10 Apr 2026

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

:art::art::art: SSD-Tensorflow目标检测基于医学影像的消化内镜活检钳

cv detection python3 ssd tensorflow

Last synced: 16 Aug 2025

https://github.com/mrgaogang/tensorflow_object_detection

【AI】使用tensorflow实现对象检测

ai object-detection tensorflow

Last synced: 22 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/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/terrytangyuan/tensorflow-basic-exercises

Exercises for TensorFlow Tutorial

python statistics tensorflow

Last synced: 14 Aug 2025

https://github.com/deepmancer/tweet-disaster-detection

fine-tuned BERT and scikit-learn models for real-time classification of disaster-related tweets, using TensorFlow, Keras, and Transformers. .

bert bert-fine-tuning classification fine-tuning huggingface-transformers keras keras-tensorflow natural-language-processing nlp scikit-learn tensorflow tensorflow2 tokenizer transformers

Last synced: 01 Apr 2025

https://github.com/bbc/cnn-rate-distortion

CNN for rate-distortion estimation

cnn distortion python3 rate tensorflow video-coding

Last synced: 06 Apr 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/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/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/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/ivanoskov/ml-fabpro

Код с лекций по ML & Data Science в СПбПУ

ai course ml pandas python study tensorflow university

Last synced: 07 Aug 2025

https://github.com/storopoli/solving-captchas

Tensorflow Keras CNN to solve Captchas

captcha computer-vision keras keras-tensorflow tensorflow

Last synced: 11 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/jwest951227/aisocialgood

The rise of social media and online communities creates safe and anonymous spaces for individuals to share their thoughts about their mental health and express their feelings and sufferings in online communities. To prevent suicide, it is necessary to detect suicide-related posts and user's suicide ideation in cyberspace by natural language process

flask gpt4 numpy python tensorflow

Last synced: 26 Sep 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/abhayvashokan/traffic-anomaly-detector

Detects anomalies in traffic flow. If there is a green light and a traffic jam at the same time, it is an anomaly. The database gets updated and suitable alerts are given. The accident detection algorithm detects accidents in the anomaly.

laravel opencv python tensorflow

Last synced: 12 Apr 2025

https://github.com/prouast/video-sensor-processing

Import and processing of video sensor data for intake gesture recognition. Support for OREBA dataset.

intake-gesture-detection opencv oreba-dataset tensorflow tfrecord video

Last synced: 17 Aug 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/glambard/threadsafe_generator_for_keras

An ultimate thread safe data generation for Keras

generator keras python tensorflow tensorflow-gpu threadsafe

Last synced: 12 Apr 2026

https://github.com/wesleych3n/metric-learning-triplet-loss

NTU Biophotonics and Bioimaging Lab dairy cow face monitoring project. Metric learning experiment.

deep-learning feature-extraction few-shot-learning mobilenetv2 tensorflow tflite-models

Last synced: 23 Mar 2025

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/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/sayannath/low-light-image-enhancement

Low Light Image Enhancement using Tensorflow

image-enhancement image-processing tensorflow

Last synced: 15 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/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/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/abdularis/deeplearningcnn

Content based image retrieval using convolutional neural network and tensorflow

cbir convolutional-neural-network deep-learning image-search tensorflow

Last synced: 10 Jul 2025

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

:sparkles: PointNet++ feature extractor and output heads implemented in TensorFlow 1.15 with Keras Models

keras-tensorflow pointnet2 python3 tensorflow

Last synced: 06 Apr 2025

https://github.com/radanalyticsio/tensorflow-serving-s2i

S2I image is for running tensorflow model server on Openshift.

openshift s2i tensorflow

Last synced: 06 Apr 2025

https://github.com/iamdanialkamali/memotionanalysis

Meme Sentiment Analysis SemEval 2020 Task 9

keras multimodal-deep-learning tensorflow

Last synced: 10 May 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/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/botic/sharedmobility-ai

Removes customer frustration from shared mobility services. Supported by Netidee Call 13.

data-driven mobility netidee nodejs tensorflow tensorflowjs vuejs

Last synced: 29 Jul 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/lucko515/generative-adversarial-network

This is the implementation of simple GAN using TensorFlow as a framwork.

deep-learning generative-adversarial-network generative-models tensorflow

Last synced: 02 Aug 2025

https://github.com/desenmeng/tens

Tens, written in Javascript and capable of running on top of TensorFlow.

tensorflow

Last synced: 03 Aug 2025

https://github.com/toelt-llc/course-oreilly-london-ai

This repository contains the material for the CNN training given at the O'Reilly AI Conference in London in 2019.

deep-learning keras teaching tensorflow

Last synced: 02 Sep 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/bracciata/cornhacks2020

The winner of the Green Track at Corn Hacks 2020. Scrapshot is an Android App built with Kotlin, Tensorflow, and Google APIs. It uses image recognition in order to determine if an item is recyclable and allows you to recycle it for points. It includes a map of the recycling center, point redemption, leader boards, and more!

android googlemaps-api kotlin kotlin-android tensorflow

Last synced: 09 May 2026

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