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/nheidloff/hyperparameter-optimization-ibm-watson-studio

Hyperparameter Optimization with IBM Watson Studio

ai dl hpo ibm ibmwatson tensorflow

Last synced: 14 May 2026

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/zfturbo/pretrained-vgg-neural-nets-in-tensorflow

Set of VGG neural net models for TensorFlow. Weights converted from Pytorch.

batch-normalization pretrained-models tensorflow vgg16 vgg19

Last synced: 29 Apr 2026

https://github.com/dimasmiftah/ml-beginner

Collection of some basic ML model example. These are all part of the exercise and submission in the "Belajar Machine Learning Untuk Pemula" class provided by Dicoding.

colab-notebook keras machine-learning sklearn tensorflow

Last synced: 13 Apr 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/ranjitodedra/cleantomato

Tomato Disease Finder Application

fastapi google-cloud python tensorflow

Last synced: 13 Apr 2026

https://github.com/alvii147/spoilersalert

Detects spoilers for TV shows using natural language processing

google-universal-sentence-encoder matplotlib scipy tensorflow

Last synced: 09 May 2026

https://github.com/johnnixon6972/resnets

Implementations of ResNet-18, ResNet-34, ResNet-50, ResNet-101, and ResNet-152 in TensorFlow 2, based on the "Deep Residual Learning for Image Recognition" paper by Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun (2015)

convolutional-neural-networks keras neural-network resnet tensorflow

Last synced: 06 Jan 2026

https://github.com/umbaji/yodi

This is the official repository for Yodi, the speech recognition model for 8 words, in Ewè. The yodi package is also useful for rapid inference inference on speech data, especially on the mini_speech datasets.

data data-visualization keras python3 speech-recognition tensorflow

Last synced: 12 Jan 2026

https://github.com/roqhdehd502/namin-neural-network

This is my first deep learning Work-piece.

jupyter-notebook python3 tensorflow

Last synced: 16 Apr 2026

https://github.com/valian/neural-image-upscaling

Implementation of Image Upscaling using TensorFlow

jupyter-notebook neural-network tensorflow

Last synced: 18 May 2026

https://github.com/donrestarone/object-detectr

A tensorflow object detection model served to the internet on a Rails server (TensorFlow on Rails-- if you will)

matplotlib python rails6 tensorflow

Last synced: 09 May 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/burness/tf_course

the material of the tf course

computer-vision tensorflow tensorflow-tutorials

Last synced: 10 Aug 2025

https://github.com/vasugi2003/fusion-ai---multimodal-persuvasiveness-prediction

Developed a system to predict persuasiveness using multi-modal data (text, images, audio). Utilized BERT for text embeddings, ResNet for image features, and Librosa for audio analysis. Fused data from all modalities for enhanced prediction accuracy.

ai bert-model fusion librosa multimodal-deep-learning python resnet-50 tensorflow

Last synced: 11 Apr 2026

https://github.com/iterative/blog-tpi-bees

Terraform Provider Iterative + ML data & code -> AWS/Azure/GCP/K8s

aws azure blog cloud demo example gcp gpu k8s keras tensorflow terraform terraform-provider

Last synced: 08 Apr 2026

https://github.com/imswappy/brain-tumor-detection

🧠 Deep learning project for brain tumor classification using MRI images. Built with transfer learning (VGG16 + fine-tuning), TensorFlow/Keras, and deployed via Streamlit. Dataset & model loaded dynamically from KaggleHub. Includes training notebook, evaluation, and interactive web app.

kagglehub keras numpy pandas scikit-learn streamlit tensorflow vgg16-model

Last synced: 13 Apr 2026

https://github.com/jahanostg/cnn_hand_writing_detection

This project implements a Convolutional Neural Network (CNN) to recognize handwritten digits from the MNIST dataset. The model achieves over 99% accuracy on the test set, demonstrating its effectiveness in image classification tasks. It’s designed as a simple yet powerful example for learning deep learning and computer vision techniques.

cnn colab-notebook deep-learning keras python tensorflow

Last synced: 28 Apr 2026

https://github.com/mstazherova/im-cyclegan

🤓 Applying cycle-consistent adversarial networks to the face attribute manipulation problem.

computer-vision cyclegan gan image-translation keras tensorflow

Last synced: 09 May 2026

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/rakibhhridoy/imagedenoisingusing-autoencoders

Filtering out the noise presented in the image by auto-enconder algorithm in TensorFow and Keras. Rare images, unclean crime images,medical noise images can be denoised and find out the desired outcome by using auto-encoders.

autoencoder autoencoder-architecture autoencoder-neural-network deep-learning image-clean image-denoising keras python tensorflow theory

Last synced: 05 May 2026

https://github.com/wikp/jupyterlab-google-cloud

DataScience environment on Jupyter Lab with Google Cloud SDK

data-science datascience-environment google-cloud-sdk jupyterlab pandas python tensorflow

Last synced: 13 Apr 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/vanvalenlab/deepcell-retinamask

RetinaNet and RetinaMask models for object detection based on TensorFlow and DeepCell-tf.

maskrcnn object-detection retinanet tensorflow

Last synced: 17 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/shibam120302/image_watermarking_flask_app

We made this easier than ever using OpenCV with Python to automate watermarking multiple images

flask imagewatermakering imutils keras python tensorflow

Last synced: 11 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/ashleymarkfletcher/linearregressiontensorflowjs

linear regression visualised with Tensorflow.js and P5.js

javascript p5js tensorflow tensorflow-js

Last synced: 29 Apr 2026

https://github.com/gperdrizet/deeplearning-devcontainer

Containerized development environment for deeplearning projects

deep-learning devops mlops neural-networks python pytorch tensorflow

Last synced: 06 Jul 2026

https://github.com/shanmukhsrisaivedullapalli/automatic-ticket-classification

This project processes customer complaint data using pandas for data manipulation and applies text preprocessing techniques, including lemmatization, to clean and normalize complaint text. The `tqdm` library provides progress bars for efficient tracking of text processing tasks.

matplotlib neural-networks nlp numpy pandas python3 scikit-learn seaborn tensorflow tqdm wordcloud

Last synced: 11 Apr 2026

https://github.com/silvermete0r/oraclus-cryptopappy-web-app

Oraclus - CryptoPappy. Cryptocurrency Analysis App based on Streamlit framework.

cryptocurrency news-api streamlit tensorflow

Last synced: 13 Apr 2026

https://github.com/alireza-py/currency-price-prediction

This project uses deep learning to predict cryptocurrency prices. It trains LSTM and Bidirectional LSTM models on historical price data to understand patterns over time. Before training, the data is cleaned and scaled, removing unusual spikes or errors. The app automatically downloads daily, weekly, monthly, and yearly data for each token

ai bidirectional-lstm bilstm cryptocurrency intresting lstm prediction python python3 tensorflow

Last synced: 18 May 2026

https://github.com/vyomshm/semantic_segmentation

My implementation of Semantic Segmentation Networks on different datasets. Also my repo for the Big Data Challege

cityscapes jupyter-notebook kitti-dataset semantic-segmentation tensorflow vgg16

Last synced: 17 May 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/hamishivi/microbot

Chatbot model and website

nlp tensorflow

Last synced: 18 May 2026

https://github.com/hossein-cod/deep-learning-for-training

Analysi hear disease data set with deep learning

accuracy chart jupyter keras matplotlib numpy pandas py python sklearn tensorflow

Last synced: 09 Mar 2026

https://github.com/saadmairaj/image-sorting-application

Image sorting application that will find and sort all images of similar kind and organise them in different folders.

applicaiton image image-processing image-recognition object-detection opencv-python organizer pyqt5 tensorflow tensorflow-experiments yolov3

Last synced: 08 Mar 2026

https://github.com/fmind/lab

Docker image for data science lab. Includes GPU, Elyra, TensorFlow, and more

docker jupyter lab science tensorflow

Last synced: 10 May 2026

https://github.com/subhayudutta/decktracker

Decktracker is a web app that classifies and identifies the type of playing cards using Convolutional Neural Networks (CNN) and Streamlit.

cnn python streamli tensorflow transfer-learning

Last synced: 14 Apr 2026

https://github.com/micahondiwa/ml_dl-in-finance

A series of machine learning and deep learning projects in finance.

backpropagation forward-propagation garch-models keras keras-models keras-tensorflow tensorflow tensorflow2

Last synced: 17 Jan 2026

https://github.com/joaobenedetmachado/tensorflow-journey

contains projects and exercises from the 'Introduction to TensorFlow for AI, ML, and Deep Learning' coursera course. It showcases practical applications of neural networks, computer vision, and deep learning techniques using TensorFlow

keras tensorflow

Last synced: 03 May 2026

https://github.com/arkya-art/movie-recommender-system

End-to-end, production-style movie recommender: offline TensorFlow NCF + online Flask serving with Kafka-Flink streaming feedback and a React client.

data-engineering docker flask flink kafka keras ncf react recommendation recommender-system streaming tensorflow

Last synced: 12 Apr 2026

https://github.com/nrstott/brfss

Multitask DNN in Tensorflow for predictive analytics on the CMS Behavioral Risk Factor Surveillance System (BRFSS)

machine-learning tensorflow tensorflow-models

Last synced: 18 May 2026

https://github.com/peroxy/carimageclassification

Car image classification with Tensorflow, training model with data from avto.net

cars image-classification machine-learning python tensorflow

Last synced: 15 May 2026

https://github.com/cg1507/convnet-zoo

:video_game: PlayGround for Convolutional Neural Networks + Layerwise Activation Map

convolutional-neural-networks keras model-zoo tensorboard tensorflow visualization-tools

Last synced: 04 May 2026

https://github.com/bjornmelin/deep-learning-evolution

🧠 Deep-Learning Evolution: Unified collection of TensorFlow & PyTorch projects, featuring custom CUDA kernels, distributed training, memory‑efficient methods, and production‑ready pipelines. Showcases advanced GPU optimizations, from foundational models to cutting‑edge architectures. 🚀

ai-research cuda data-science deep-learning distributed-training gan gpu-acceleration machine-learning model-optimization neural-networks python pytorch tensorflow training-pipeline transformers

Last synced: 09 May 2026

https://github.com/gigio1023/CNN_DS

Data Science 2020-2 Final project

googlenet resnet tensorflow

Last synced: 08 Oct 2025

https://github.com/rgrupesh/sarcasm-detector

Web app that detects sarcasm with—around—80% accuracy.

python streamlit tensorflow

Last synced: 17 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/a-k-0/hacktoberfest_25_python

🎃 Hacktoberfest 2025 Python Hub — Web dev (Flask/Django/FastAPI), AI/ML (TensorFlow/PyTorch), Data Science, NLP, Games & more. Beginner-friendly! ⭐ Please Star to support!

agentic-ai ai-ml api-rest application deep-learning django fastapi flask hacktoberfest hacktoberfest2025 keras-tensorflow machine-learning neural-network pandas pygame python python3 pytorch spacy tensorflow

Last synced: 10 Apr 2026

https://github.com/kenya-sk/deep-individual-tracker

"deep-individual-tracker" is a deep learning-based tracking method that takes into account the overlap of individuals to detect. This repository provides annotation, detection, trackers, and monitoring tools.

cnn density-map monitoring opencv tensorflow tracking

Last synced: 09 Mar 2026

https://github.com/boltuix/tflite-text-classifier-android-app

This Android app leverages a TensorFlow Lite model for on-device classification of social media posts into 11 categories, including technology, sports, finance, and more. Built with Kotlin and Jetpack Compose, it ensures efficient, privacy-focused inference without server dependencies.

ai android appdev colab-notebook jetpack-compose jetpackcompose kotlin machine-learning mobile-app nlp on-device tensorflow tensorflow-lite text-classification tflite tflite-models tips-and-tricks

Last synced: 02 Sep 2025

https://github.com/pvlbzn/deep-sentiment

Sentiment analysis (binary classification) of IMDB reviews using deep learning

deep-learning keras sentiment-classification tensorflow

Last synced: 10 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/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/eva-kaushik/tensorflow-tool-time-series

Tensorflow Tool for Time-Series

tensorflow tensorflow-models

Last synced: 08 Mar 2026

https://github.com/zee-bit/team-apocalypse

This is the official repo of Team Apocalypse, BIT Mesra, for IEEE Mega Project'20.

audio deepspeech electron flask python3 speech-to-text team-apocalypse tensorflow

Last synced: 14 Apr 2026

https://github.com/vatsmyname/attendance-monitoring-system

Attendance Monitoring System that has a tracker, face detection, face recognition and database connectivity all integrated together. The tracker is based on Strongsort, yolov8 is used for face detection, InceptionResnet is used for face recognition and MySQL for database connectivity.

deep-learning face-recognition inception-resnet machine-learning mysql mysql-database opencv python pytorch tensorflow tracker yolo-v8

Last synced: 14 Apr 2026

https://github.com/beenotung/tensorflow-helpers

Helper functions to use tensorflow in nodejs for transfer learning, image classification, and more

classifier deep-learning embedding feature-extration helpers image neural-network tensorflow tensorflowjs tfjs transfer-learning typescript utility

Last synced: 17 Feb 2026

https://github.com/krisharul26/tensorflow_certificate_exam-prepration

This is repo is in development. It is used to keep resources, course references, and code examples while preparing for the TensorFlow Developer Certification exam. If the work here helps you in some way please feel free to share, fork, or star.

efficientnet nlp-machine-learning optimization-algorithms pycharm-ide python resnet rmsprop tensorflow tensorflowhub tesnsorboard transfer-learning

Last synced: 19 Jan 2026

https://github.com/subhayudutta/sentiment-analysis-of-flipkart-reviews

This project focuses on sentiment analysis of Flipkart reviews using machine learning operations (MLOps) techniques.

aws-ec2 dagshub dvc dvc-pipeline flask github-actions mlflow mlops python tensorflow

Last synced: 09 Apr 2026

https://github.com/ricky2054/human_pose_estimator

Human_Pose_Estimator uses machine learning to detect and track human body poses from images or videos, enabling applications in fitness, gesture recognition, and AR/VR.

opencv python3 pytorch streamlit tensorflow

Last synced: 11 Apr 2026

https://github.com/kamalarnav04/handwrittendigitrecognizer

A neural network-based handwritten digit recognition system built with TensorFlow/Keras that can classify handwritten digits (0-9) from the MNIST dataset with 97.8% validation accuracy.

python tensorflow

Last synced: 14 Apr 2026

https://github.com/mahdizynali/deep-analysis-persian-news

Deep context explicit and text analysis of Persian news with deep NLP and using Google Trax and jax and (seprated pytorch branch)

deep-mind machine-learning natural-language-processing nlp persian-nlp pytorch tensorflow text-analysis trax

Last synced: 14 Apr 2026

https://github.com/khanhlvg/digitclassifier

A end-to-end demo of how to build train a digit classifier using TensorFlow 2.0 (Keras API), then convert the model to TensorFlow Lite, and run inference on mobile apps

computer-vision keras tensorflow

Last synced: 04 May 2026

https://github.com/malwarebo/carcinet

Basic breast cancer detection using Machine Learning

deep-learning keras machine-learning matplotlib numpy python3 scipy tensorflow

Last synced: 09 Apr 2026

https://github.com/olk/ki-ocr-spreadsheet

convert a spreadsheet exported as JPEG into a CSV file containing spreadsheet's data by using a DNN (Tensorflow)

artificial-intelligence cpp csv ctc-loss deep-learning dnn dnn-model jpeg keras neural-network opencv python spreadsheet tensorflow

Last synced: 09 Apr 2026

https://github.com/cmac-ire/machine-learning-app

An intuitive and user-friendly web application developed using Python to classify X-ray images and identify if they indicate the presence of pneumonia.

ai algorithm artificial-intelligence artificial-neural-networks cnn-keras convolutional-neural-networks covid-19 keras-classification-models machine-learning neural-network tensorflow

Last synced: 17 Apr 2026