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/iwolf22/face-tracking-software

Can track multiple faces. Predicts based off of someone's appearance, their age, gender, or emotional state. Built with TypeScript, ReactJS, MaterialUI, and TensorFlow!

ai computer-vision machine-learning material-ui reactjs tensorflow typescript

Last synced: 12 Apr 2026

https://github.com/pierridotite/cifar10-compressai

Convolutional autoencoder for compressing and reconstructing CIFAR-10 images using TensorFlow.

ai autoencoder cifar10 compression computer-vision deep-learning image-compression machine-learning neural-network opensource tensorflow

Last synced: 14 Feb 2026

https://github.com/vidit-kushwaha/tweet-sentimental-analysis

A deep learning project for sentiment analysis on tweets, classifying them into positive, negative, or neutral sentiments.

deep-learning keras machine-learning natural-language-processing python sentiment-analysis tensorflow text-classification

Last synced: 10 Mar 2026

https://github.com/raihan4520/cvpr

Jupyter Notebook projects in Python coded during my Computer Vision and Pattern Recognition course at AIUB, focusing on core computer vision techniques.

computer-vision convolutional-neural-network emotion-detection face-mask-detection jupiter-notebook keras matplotlib numpy opencv pandas python tensorflow

Last synced: 04 Feb 2026

https://github.com/lucaswychan/retinal-vessel-segmentation

Use Autoencoder to perform automatic segmentation of retinal vessels.

autoencoder keras segmentation tensorflow

Last synced: 13 Feb 2026

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.

dense keras tensorflow

Last synced: 06 May 2026

https://github.com/benjamindkilleen/artifice

Object detection in scientific images, confronting data scarcity and general principles with boundary-aware augmentation.

active-learning annotation augmentation computer-vision data-augmentation keras machine-learning object-detection scientific-images tensorflow tensorflow-keras unet unet-keras

Last synced: 01 May 2026

https://github.com/marcpinet/handigits

🖐️ Background-independent deep learning model for hand sign digit recognition, using my own Deep Learning framework! (Neuralnetlib)

cv2 deep-learning hand keras mediapipe preprocessing recognition tensorflow

Last synced: 23 Feb 2026

https://github.com/official-biswadeb941/mayabati---your-personal-ai-chef

Mayabati is a personal AI chef designed for enhancing culinary experience. Crafted by Biswadeb Mukherjee, a leading developer of ParseSphere Innovations.

flask flask-api flask-application gensim-word2vec keras-models keras-neural-networks keras-tensorflow nltk numpy pickle pytorch tensorflow

Last synced: 28 Feb 2026

https://github.com/dpbm/qml-course

Minicurso de quantum Machine learning

cuda cuda-q cuquantum docker ml python qml quantum quantum-computing tensorflow

Last synced: 31 Jan 2026

https://github.com/arash-mansourpour/lstm-aichatpersian

This project develops a Persian RAG chatbot using LSTM with attention, Self-Supervised Learning, embedding, tokenization, Google API integration, and Redis for recall. Optimizers like Adam and RMSprop, along with regularization (L1, L2) and data augmentation, enhance the model. Performance is evaluated through BLEU, ROUGE, and METEOR metrics.

ai chatbot conversational-ai data-science deeplearning llama3 lstm machinelearning nlp nlp-machine-learning persian-nlp pytorch rag reinforcement-learning tensorflow

Last synced: 23 Apr 2025

https://github.com/sakshi2215/flaskintegrated_eyedetection

Flask Integrated Classifier Model for Closed or Open Eye Detection

drowsiness-detection-python flask github harcascade python tensorflow

Last synced: 13 Apr 2026

https://github.com/sahal-mulki/hand_ai

A program which can be implemented in online classes, to detect when a student is raising their hand.

ai comput computer-vision cpython cv2 python python-3 python3 tensorflow tensorflow2 webcam webcam-capture

Last synced: 06 May 2026

https://github.com/infinitode/deepdefend

DeepDefend is an open-source Python library for adversarial attacks and defenses in deep learning models, enhancing the security and robustness of AI systems.

adversarial-attacks adversarial-defenses ai ai-attack ai-defense ml models perturbations perturbations-library tensorflow

Last synced: 22 Apr 2025

https://github.com/mtyrolski/mimuw-hats

Hats. Redefined. No more hat spam on your social media.

deep-learning tensorflow transfer-learning

Last synced: 27 Dec 2025

https://github.com/dlzou/dnlp-chatbot

A seq2seq model trained on dialogue.

rnns tensorflow

Last synced: 14 Apr 2025

https://github.com/ivy-llc/demo-utils

A set of utilities for creating visual demos for Ivy libraries.

abstraction autograd deep-learning gpu ivy jax machine-learning mxnet neural-network numpy python pytorch template tensorflow

Last synced: 20 Apr 2026

https://github.com/shervinnd/cifar-10-image-classification-with-cnn

Description: Dive into this exciting project that builds a CNN with TensorFlow/Keras to classify CIFAR-10 images into 10 vibrant classes! 📸 It features data preprocessing, model training, stunning ROC curve visualizations 📊, sample predictions, and custom image classification

auc-analysis batch-normalization cifar-10 cnn-model computer-vision convolutional-neural-networks custom-image-prediction deep-learning image-classification image-preprocessing keras machine-learning matplotlib-visualization numpy opencv python roc-curve scikit-learn softmax-classifier tensorflow

Last synced: 03 Sep 2025

https://github.com/zaccharieramzi/tf-fastmri-data

TensorFlow data pipelines for the fastMRI dataset

fastmri fastmri-challenge fastmri-dataset tensorflow

Last synced: 12 Jun 2025

https://github.com/jabhij/crimerate_classification

Developing a system that could classify crime descriptions into different categories which would help the authorities to assign officers to crimes based on the report.

classification crime-analysis crime-classification crime-rates machine-learning mllib pyspark python spark tensorflow

Last synced: 26 Sep 2025

https://github.com/haranrk/logistic-regression-tensorflow

Logistic Regression and Classification using TensorFlow

logistic-regression python tensorflow

Last synced: 01 May 2026

https://github.com/takuseno/unreal

UNREAL implementation with TensorFlow

deep-reinforcement-learning tensorflow

Last synced: 13 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/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/nhuang29/musicclassification

Music Classification ML/Deep Learning

deep-learning ml tensorflow

Last synced: 03 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/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/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/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/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/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/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/sepmein/oyou

Build and make use of tensorflow model with pleasure and flexibility

machine-learning tensorflow

Last synced: 21 May 2026

https://github.com/savitar-hub/image-classification

Notebooks on how image classification can help businesses make better decisions and improve the customer experience.

image-classification image-processing jupyter-notebook numpy opencv pandas pytorch tensorflow

Last synced: 08 Apr 2026

https://github.com/anish202020/data-analysis-and-machine-learning-basic-programs

Basic programs on data analysis and machine learning for students. It includes a variety of tutorials, examples, and models to help students understand and apply these concepts.

keras matplotlib numpy pandas python sklearn tensorflow

Last synced: 08 Apr 2026

https://github.com/davidyslu/tensorflow-practice

Practicing and learning TensorFlow

machine-learning python tensorflow tutorial

Last synced: 13 Apr 2026

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

A Tensorflow implementation of a Capsule Network that allows you to separate/export the decoder and modify or tweak the dimensions on an Android app

android capsule-net capsule-network capsule-networks kotlin kotlin-android machine-learning machine-learning-algorithms python python3 tensorflow

Last synced: 09 Apr 2026

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

TensorFlow implementation for "ADOPT: Modified Adam Can Converge with Any β2 with the Optimal Rate"

deep-learning deep-reinforcement-learning keras machine-learning optimizer reinforcement-learning tensorflow

Last synced: 09 Apr 2026

https://github.com/ansub/mask-detection

A Mask Detection Application using Keras/TensorFlow and OpenCV.

keras numpy opencv python tensorflow

Last synced: 10 Apr 2026

https://github.com/machinecyc/mlds2018spring

Hung-Yi Lee Machine Learning and having it deep and structured 2018 Spring Homework

deep-learning homework hung-yi-lee machine-learning mnist ntu python3 tensorflow

Last synced: 13 Feb 2026

https://github.com/notedance/note-documentation

Machine learning library, Distributed training, Deep learning, Reinforcement learning, Models, TensorFlow, PyTorch

deep-learning machine-learning machine-learning-library reinforcement-learning tensorflow

Last synced: 15 May 2026

https://github.com/into-the-grey/project-l.i.s.a-guide

This is a living document for Project L.I.S.A. A local Ai-Model, with the goal of expanding its functionality slowly.

ai mdbook model python pytorch tensorflow

Last synced: 03 Feb 2026

https://github.com/namansnghl/world-econ-growth-forecast

Forecasting GDP for IMF member countries (End-to-End Data Engg + ML on GCP)

airflow cicd-pipeline docker-compose gcp mlflow mlops-project tensorflow

Last synced: 04 Jan 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/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/shrilakshmishastry/american-sign-language-detection-using-hand-gestures

This is a cnn based final year project to detect american sign language using hand gestures.

cnn-keras opencv tensorflow

Last synced: 10 Apr 2026

https://github.com/billy0402/tibame-swift-deep-learning

A learning project from TibaMe Swift deep learning course.

ai app coreml course createml jupyter-notebook python swift tensorflow

Last synced: 11 Apr 2026

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

This repo consists all the basics of tensorflow and all major Deep Learning algorithms and techniques implemented in tensorflow. It will explain you the basics of tensorflow. You can visualize how tensors flow through a grapg while you create one

autoencoder cnn deep-learning gan matplotlib neural-network numpy pandas python3 reinforcement-learning rnn tensorflow

Last synced: 11 Apr 2026

https://github.com/dn070017/neural-networks-basics

Neural Networks Basics using Tensorflow

neural-networks tensorflow

Last synced: 13 May 2026

https://github.com/snehilsanyal/tensorflow-2-for-deep-learning-specialization-coursera

Repository for the course TensorFlow 2 for Deep Learning Specialization (Coursera) offerred by Imperial College of London

coursera deep-learning tensorflow tensorflow-tutorials

Last synced: 20 Jan 2026

https://github.com/amogh7joshi/deeptoolkit

A deep learning library containing implementations of popular algorithms and extensions to TensorFlow and Keras, with an in-built computer vision module.

deep-learning keras neural-networks python tensorflow

Last synced: 05 Jan 2026

https://github.com/adidem23/reactlens-webobjectdetection

This is simple object Detection app made with react js and Tensorflow js

javascript object-detection react-hooks react-webcam reactjs tensorflow tensorflowjs

Last synced: 21 Apr 2026

https://github.com/coder-deep/computervision-braintumordetection

Developed a robust deep learning model for classifying brain tumors using MRI images, achieving a 98% accuracy. Demonstrated its real-world applicability in medical diagnostics.

computer-vision deep-learning image-processing opencv python pytorch resnet-18 tensorflow vgg13

Last synced: 11 Apr 2026