Tensorflow
TensorFlow is an open source library that was created by Google. It is used to design, build, and train deep learning models.
- GitHub: https://github.com/topics/tensorflow
- Wikipedia: https://en.wikipedia.org/wiki/TensorFlow
- Repo: https://github.com/tensorflow
- Created by: Google Brain Team
- Released: November 9, 2015
- Aliases: tensorflow-tutorials, tensorflow-experiments, tensorflow-models, tensorflow-examples, tensorflow-1-0, tensorflow-tutorial,
- Last updated: 2026-07-09 00:27:27 UTC
- JSON Representation
https://github.com/simsso/ml-playground
Machine learning experiments
cnn deep-learning machine-learning tensorflow
Last synced: 24 Apr 2025
https://github.com/zeta36/using-google-neural-machine-translation-for-chess-movements-inference-tensorflow-
Using (Google) Neural Machine Translation for chess movements inference (TensorFlow)
chess-position machine-learning neural-machine-translation tensorflow
Last synced: 14 Sep 2025
https://github.com/aryanjain28/super-resolution
Super Resolution using EDSR. Enhanced Deep Residual Networks for Single Image Super-Resolution (EDSR) model trained to convert a Low-Resolution image to a Super-Resolution image.
data-science edsr gans generative-adversarial-network machine-learning srgan super-resolution tensorflow wdsr
Last synced: 29 Apr 2026
https://github.com/johnsmithm/mdlstm
Multi-Dimensional Recurrent Neural Networks Tensorflow 1.0
lstm-neural-networks tensorflow
Last synced: 12 Apr 2025
https://github.com/jparedesds/my-data-science-projects
🪐 All my personal projects.
computer-vision data-science deep-learning keras-models machine-learning pytorch tensorflow transformers
Last synced: 07 May 2026
https://github.com/supercoderhawk/deeplearning_tutorials
深度学习入门与进阶-代码与笔记
deep-learning deep-learning-tutorial tensorflow
Last synced: 25 Apr 2026
https://github.com/rapsssito/cats-gan
Example of how to generate images of cat faces using a Deep Convolutional Generative Adversarial Network (DCGAN).
deep-learning gan generative-adversarial-network tensorflow
Last synced: 19 May 2026
https://github.com/r13i/painting-with-neural-net
Project to train a neural network to paint using TensorFlow.
jupyter-notebook machine-learning neural-networks numpy python tensorflow
Last synced: 11 Apr 2026
https://github.com/deepraj21/realtime-stock-predictor
This is a Streamlit app for predicting stock prices. It uses data from Yahoo Finance to show the stock's closing price, a chart of the closing price vs time, and a chart of the closing price vs time with the 100-day moving average and 200-day moving average. The user can input a valid stock ticker symbol and view the data for that stock.
deep-learning google-cloud keras lstm pandas-dataframe python scikit-build streamlit tensorflow
Last synced: 20 Aug 2025
https://github.com/xinetzone/meet
心若安好
computer-vision deep-learning gluon keras object-detection pytorch tensorflow
Last synced: 26 Mar 2025
https://github.com/mrityunjay-tripathi/asl-classification
Classification of signs of American Sign Language using Tensorflow
asl cnn cnn-classification python tensorflow
Last synced: 03 Oct 2025
https://github.com/mohammed-rampurawala/tensorflow_linear_classifcation
Linear classification problem with tensorflow (Using LNNClassifier and DNNClassifier)
dnn linear-classification lnn-classifier python python3 tensorflow
Last synced: 15 Mar 2025
https://github.com/abhiramdodda/farmeasev2
Website powered with ML and DL models to enhance features for farmers.
flask flask-sqlalchemy tensorflow
Last synced: 15 Jan 2026
https://github.com/unknnownnn/vyaapar.ai
A Multi-Model AI Pipeline for Startup predictions
ai-models css hardhat html intel-oneapi-toolkits javascript nodejs python3 scikitlearn-machine-learning smart-contracts tensorflow
Last synced: 08 Apr 2026
https://github.com/elysian01/exercise-and-yoga-tracker-android-app
Yoga-Tracker classifies various yoga poses performed in front of the mobile camera.
android-application java mobilenet teachable-machine tensorflow yoga-pose-classification
Last synced: 15 Apr 2026
https://github.com/rcmalli/polimi-dl-project
Polimi Deep Learning PHD Course 2018 Project
deeplearning depth-estimation keras tensorflow
Last synced: 10 Apr 2026
https://github.com/faris771/handwritten_charactar_recognition
This project implements a Convolutional Neural Network (CNN) to classify handwritten Arabic characters with high accuracy. The model is trained on various tasks and showcases strong performance across diverse classification challenges.
ai cnn-classification image-processing tensorflow
Last synced: 18 Aug 2025
https://github.com/vuuuuk/pointnet-detectron2-training
PointNet training with custom Intel RealSense L515 dataset, Detectron2 training with custom Roboflow dataset
detectron2 google-colaboratory jupyter-notebooks keras lidar-point-cloud open3d pointnet python3 realsense2 roboflow tensorflow
Last synced: 21 Jan 2026
https://github.com/sbatururimi/transfer-learning-alexnet-feature-extraction
A case study of Transfer Learning using AlexNet to classify traffic sign images
alexnet deep-learning tensorflow traffic-sign-classification transfer-learning
Last synced: 17 Apr 2026
https://github.com/acetinkaya/accuracy-prediction-and-analysis-of-teachable-machine-model-with-tensorflow-javascript-on-the-cloud
Bulut üzerinde Tensorflow Javascript ile geliştirilen Öğretilebilir Makine (ÖM) Modelinin Doğruluk Tahmini ve Analizi: Yüz Tanıma Sistemi Uygulaması
cloud model-developed teachable-machine tensorflow tensorflow-javascript
Last synced: 25 Feb 2026
https://github.com/cg1507/convnet-vis
ConvNet-Vis helps to visualize the Deep Convolutional Neural Networks with following methods.
convnet-zoo convolutional-neural-networks deconvolution deep-dream keras tensorboard tensorflow visualization-tools
Last synced: 03 May 2026
https://github.com/shaheennabi/end-to-end-nlp-project-with-lstm
🎇 NLP Hate Speech Detection with LSTM 🎆 An LSTM-based model for hate speech detection 💬, tackling dataset imbalance through data combination, applying tokenization, stopword removal, and using Keras embedding layers for effective text classification. Continuously improving with each experiment! 🔥
circcleci docker hate-speech-detection keras tensorflow
Last synced: 14 Mar 2025
https://github.com/camara94/object-localization-tensorflow
Welcome to this 2 hour long guided project on creating and training an Object Localization model with TensorFlow. In this guided project, we are going to use TensorFlow's Keras API to create a convolutional neural network which will be trained to classify as well as localize emojis in images. Localization, in this context, means the position of the emojis in the images. This means that the network will have one input and two outputs. Think of this task as a simpler version of Object Detection. In Object Detection, we might have multiple objects in the input images, and an object detection model predicts the classes as well as bounding boxes for all of those objects. In Object Localization, we are working with the assumption that there is just one object in any given image, and our CNN model will classify and localize that object. Please note that you will need prior programming experience in Python. You will also need familiarity with TensorFlow. This is a practical, hands on guided project for learners who already have theoretical understanding of Neural Networks, Convolutional Neural Networks, and optimization algorithms like Gradient Descent but want to understand how to use use TensorFlow to solve computer vision tasks like Object Localization.
cnn-keras deep-learning machine-learning machine-learning-algorithms tensorflow
Last synced: 30 Apr 2026
https://github.com/aurelio-amerio/kaggle-higgs-challenge
Kaggle Higgs challenge submission for the Practical Machine Learning course at QMUL, week 3
kaggle kaggle-higgs-challenge machine-learning practical-machine-learning qmul tensorflow
Last synced: 28 Apr 2025
https://github.com/geo-y20/ai-farmer-assistant
Wheat Farming AI Disease Detection and Chatbot Support
chatbot css disease-prediction flask html javascript jupyter-notebook keras nlp tensorflow website wheat
Last synced: 20 Aug 2025
https://github.com/ejw-data/ml-myopia
A variety of machine learning techniques used to identify nearsighted patients
cross-validation gridsearchcv imbalanced-classification kmeans knn machine-learning pca pipeline python random-forest scikit-learn svc tensorflow tsne
Last synced: 11 Jul 2025
https://github.com/metabrainz/spambrainz
Spam detection for MusicBrainz
machine-learning spam-detection tensorflow
Last synced: 28 Jul 2025
https://github.com/alvesmarcos/research-thesis
A minimalist Automated Machine Learning tool to optimize dynamic vocabularies for translation models :snake: :gem:
automation conda machine-learning neural-network pipeline python tensorflow
Last synced: 20 Nov 2025
https://github.com/ahmedfgad/androidtflite
Running a deep convolutional neural network in Android using TensorFlow Lite
android java tensorflow tensorflow-lite
Last synced: 23 Apr 2025
https://github.com/fahmizainal17/tensorflow_flood_prediction_project
This project leverages TensorFlow and Keras to build and train a neural network model for predicting flood probability based on various environmental and socio-economic factors.
artificial-intelligence artificial-neural-networks flood-predictions tensorflow
Last synced: 09 Mar 2026
https://github.com/aydinnyunus/imageclassification
Image Classification
image image-classification image-processing image-recognition machine-intelligence machine-learning machine-learning-algorithms machinelearning machinelearning-python neural neural-network neural-networks python python-3 python3 tensorflow tensorflow-examples tensorflow-experiments tensorflow-models tensorflow-tutorials
Last synced: 02 Jul 2025
https://github.com/newronai/newron-sdk
Newron is a data-centric ML platform to easily build, manage, deploy and continuously improve models through data driven development.
data-science data-versioning deep-learning experiment-tracking hyperparameter-optimization hyperparameter-search hyperparameter-tuning keras machine-learning ml-platform mlops model-monitoring model-registry model-reproducibility model-versioning python3 pytorch tensorflow
Last synced: 02 Apr 2025
https://github.com/marlon360/robot-mlagents
A metallic waste collection robot simulation. Driven by ml-agents in Unity3D.
machine-learning ml ml-agents robot tensorflow unity3d
Last synced: 10 May 2026
https://github.com/ritwik880/tech-education
🦟 Advanced Education System using Tensorflow and deployed on and some javascript libraries to perform Real-Time Classification 🔥
ai api-client boostrap5 css3 dbsqlite3 django html5 javascript ml python rest-api tensorflow vscode
Last synced: 21 Feb 2026
https://github.com/dirkschumacher/tfjs-glm
Generalized linear models in tensorflow.js (WIP)
generalized-linear-models statistics tensorflow tensorflow-js
Last synced: 25 Apr 2026
https://github.com/arindam-modak/gest.ly
A new way of controlling your browser by using gestures to do simple tasks like opening/ closing tabs, reloading, playing/ pausing videos.
gesture-recognizer keras machine-learning opencv-python python3 tensorflow
Last synced: 31 Jul 2025
https://github.com/aqafridi/zombieskillgame
Zombies killing Game is using advanced computer Vision techniques and with Radar for Measuring accurate distance. Bytime It's Private due to some ...........
aqflow computer-vision cplusplus python pytorch ros tensorflow
Last synced: 09 Apr 2026
https://github.com/coder12git/diagnose
Diagnose - Skin cancer detection from your skin images.
cnn-image-classification google-maps-api machine-learning python streamlit tensorflow
Last synced: 07 Jan 2026
https://github.com/darshangowda0/musicalinstrumentsclassification
Identification of predominant musical instrument in a 3s audio excerpt.
audio-processing autoencoders cnn computer-vision machine-learning pca svm-classifier tensorflow
Last synced: 13 Apr 2026
https://github.com/samyak2/tensorflow-live-demo
An interactive demo made for my talk on Tensorflow
gradient-descent talk tensorflow
Last synced: 11 May 2026
https://github.com/toelt-llc/course-tensorflow-roadshow-milano
This repository contains the material for the TensorFlow Roadshow in Milano on the 6th Feb. 2020
deep-learning edge-computing talk teaching tensorflow
Last synced: 18 Aug 2025
https://github.com/heyanlong/mix-face
A mix face tool by tensorflow
eye-detection tensorflow tensorflow-examples
Last synced: 15 Apr 2025
https://github.com/xadahiya/gcm-tensorflow-udacity
Tutorial to use Google cloud compute instances with tensorflow. Thanks John graves (https://github.com/jg1141) for such an awesome presentation!
google-cloud jupyter-notebook tensorflow udacity udacity-deep-learning
Last synced: 14 Apr 2025
https://github.com/turgut090/cirq
R interface to Cirq - quantum circuits, computers, and simulators.
circuit cirq hardware keras quantum quantum-circuit quantum-computers quantum-computing qubits r simulators tensorflow
Last synced: 07 May 2026
https://github.com/philipperemy/neural-probability-dist-sampler
Training a network to sample from any probability distributions such as exponential distribution.
deep-learning deep-neural-networks probability-distribution sampler statistics tensorflow
Last synced: 16 Aug 2025
https://github.com/madeyoga/mnist
Train digit recognition model using Tensorflow and Keras with MNIST dataset
computer-vision digit-recognition handwritten-digit-recognition keras mnist tensorflow
Last synced: 07 May 2026
https://github.com/tawssie/zmpy3d_tf
Python implementation of 3D Zernike moments with Tensorflow
3d-zernike gpu protein-structure python structural-bioinformatics superposition tensorflow zernike-moments
Last synced: 15 Apr 2025
https://github.com/marcometer/wine-classification-course
Using a multi-layer perceptron and the kNN Algorithm to classify wine to be red or white wine.
classification keras knn neural-network pandas python scipy tensorflow
Last synced: 10 Apr 2026
https://github.com/duartegalvao/image-colorization-with-deep-learning
This is a project for the DD2424 - Deep Learning in Data Science course in KTH (Royal Institute of Technology).
deep-learning deep-neural-networks gan python python3 tensorflow tensorflow-models turing-test unet
Last synced: 18 May 2026
https://github.com/andrehaguiar/jones_granatyr
Cursos IA Expert Academy - Udemy
nlp nlp-machine-learning nltk nltk-python opencv python spacy tensorflow udemy
Last synced: 31 Aug 2025
https://github.com/pixelcaliber/medsearch
Vector Search Application for Image Similarity Search, specifically designed for medical X-rays, leveraging ResNet50, Chest-XRay dataset and Milvus vector database
image-processing imagenet-classifier machine-learning milvus postgresql python3 resnet-50 tensorflow vector-database vector-search
Last synced: 24 Sep 2025
https://github.com/joonb14/tfliteclassification
TensorFlow Lite Image Classification Python Implementation
classification classification-model computer-vision efficientnet image-classification interpreter mobilenet python tensorflow tensorflow-lite tflite tflite-models vision
Last synced: 13 Apr 2026
https://github.com/Celine-Hsieh/Hand_Gesture_Training--yolov4
Recognize the gestures' features using the YOLOv4 algorithm
deep-learning tensorflow yolov4
Last synced: 20 Apr 2025
https://github.com/mbarbetti/tf-gen-models
:package: Ready to use implementations of state-of-the-art generative models in TensorFlow 2
deep-learning gan generative-models python tensorflow
Last synced: 26 Oct 2025
https://github.com/eshansurendra/handwritten-digit-classification
This repository demonstrates a basic image classification project using TensorFlow, focusing on recognizing handwritten digits.
deeplearning handwritten-digit-recognition minist python tensorflow
Last synced: 12 Aug 2025
https://github.com/jieguangzhou/textclassification
基于tensorflow的文本分类 Text classification
cnn deep-learning fasttext python rnn tensorflow textcnn textrnn
Last synced: 24 Oct 2025
https://github.com/iterait/emloop-tensorflow
TensorFlow plugin for emloop. https://tensorflow.emloop.org/
Last synced: 08 May 2025
https://github.com/denismakogon/opencv-slim
OpenCV v3 with Python 3.6 on Debian
debian docker docker-image dockerfile edge fnproject opencv opencv3 python python3 serverless tensorflow
Last synced: 09 Apr 2026
https://github.com/odlgroup/dipp
Library of custom Inverse-Problems-related add-ons for Deep Learning frameworks
deep-learning inverse-problems python pytorch tensorflow theano
Last synced: 09 Apr 2026
https://github.com/AlbertSuarez/which-dog-are-you
🐶 Dog and face person matcher based on image similarity
dog hackathon nmslib numpy python similarity tensorflow
Last synced: 14 Mar 2025
https://github.com/mohammadmoataz2/deeptextclassifier
DeepTextClassifier is a powerful Application for categorizing textual documents into predefined categories using advanced deep learning techniques. It facilitates document organization, decision-making, and workflow automation.
application deeplearning fastapi nlp nltk python tensorflow
Last synced: 05 May 2026
https://github.com/pfcclab/open3d
Open3D: A Modern Library for 3D Data Processing
3d 3d-perception arm computer-graphics cpp cuda gpu gui machine-learning mesh-processing odometry opengl paddle pointcloud python reconstruction registration rendering tensorflow visualization
Last synced: 14 Apr 2025
https://github.com/nuhmanpk/train-a-machine-learning-model
How to train a model in Fast Ai for Image classification
ai code deeplearning fastai machine machine-learning model-predictive-control python pytorch snippets tensorflow tutorials
Last synced: 02 May 2026
https://github.com/aribornstein/keras-3d-image-classification
Based on the Keras 3D Image Classification from CT Scans by Hasib Zunair from the Keras IO examples repo
3dimageclassification gridai keras tensorboard tensorflow
Last synced: 11 May 2026
https://github.com/shervinnd/blood-donor-availability-predictor
A deep learning model to predict blood donor availability using TensorFlow and sklearn. Features data preprocessing, neural network training, and ROC curve visualization. Achieve high accuracy in predicting donor status! 🩺💉
binary-classification blood-donation blood-donor-prediction data-preprocessing deep-learning healthcare-ai machine-learning medical-data-analysis neural-network predictive-modeling python roc-curve scikit-learn tensorflow
Last synced: 11 Oct 2025
https://github.com/abhirockzz/fn-hello-tensorflow
Image classification as a serverless Function using TensorFlow
faas fnproject image-classification machine-learning orafunc-la serverless tensorflow
Last synced: 09 Apr 2025
https://github.com/somenath203/tomato-leaf-disease-classification-ten-classes
Click below to checkout the website
cloudinary cnn deep-learning ensemble-learning expressjs fastapi huggingface mern mongodb react render tensorflow tomato-leaf-disease transfer-learning vercel
Last synced: 16 May 2025
https://github.com/divyansharma001/pranapulse
An AI-powered web app, provides expert guidance, and real-time feedback to help users achieve their wellness goals.
expressjs framer-motion groq nodejs postgresql reactjs tailwindcss teachable-machine tensorflow
Last synced: 14 May 2025
https://github.com/fork123aniket/text-to-image-synthesis-using-stackgans
Implementation of StackGANs for text-to-image generation in Tensorflow
gans generative-adversarial-network generative-model image-generation keras-neural-networks keras-tensorflow stackgan tensorflow text-to-image-generation text-to-image-synthesis
Last synced: 20 Apr 2026
https://github.com/mwakaba2/machine-learning-for-engineers
Machine Learning, Deep Learning and NLP Resources for Engineers
deep-learning machine-learning mooc natural-language-processing nlp pytorch research-paper scikit-learn tensorflow tutorial
Last synced: 06 May 2026
https://github.com/saurabh-takle/MNIST-Handwritten-Digit-Recognition
The MNIST dataset consists of 0-9 digits with black background and white digit. The Handwritten digit recognition successfully identifies all the handwritten digits using sequential model.
classification digit-recognition handwritten-digit-recognition jupyter-notebook mnist-classification mnist-dataset numpy python3 tensorflow
Last synced: 29 Sep 2025
https://github.com/vinch1/wechatdatasetprocess
Feature engineering Wechat video channel for multi-task model
feature-engineering mmoe python3 tensorflow
Last synced: 05 Mar 2026
https://github.com/thevarunsharma/pycaption
A telegram bot that receives an image from the user and returns a caption generated for it through chat over telegram using Telegram API.
deep-learning image-captioning keras machine-learning python telegram-bot tensorflow
Last synced: 20 Apr 2026
https://github.com/oleksandr-g-rock/classify_picamera_with_while_cusom_model
Image classification (persons, animals, other) on raspberry pi from pi-camera (with cycle while) used custom model .h5 (output to terminal)
image-classification image-processing image-recognition pi-camera raspberry-pi tensorflow tensorflow-examples tensorflow-tutorials
Last synced: 21 Jan 2026
https://github.com/tallamjr/iit-madras-dlcv
Material for IIT Madras Deep Learning for Computer Vision
computer-vision deep-learning pytorch tensorflow
Last synced: 01 Aug 2025
https://github.com/dbpprt/camiac
A poor man's background blurring solution for Windows
tensorflow videoconference virtualcamera
Last synced: 12 Apr 2025
https://github.com/saurabh-takle/mnist-handwritten-digit-recognition
The MNIST dataset consists of 0-9 digits with black background and white digit. The Handwritten digit recognition successfully identifies all the handwritten digits using sequential model.
classification digit-recognition handwritten-digit-recognition jupyter-notebook mnist-classification mnist-dataset numpy python3 tensorflow
Last synced: 09 Apr 2026
https://github.com/seanchas116/tensorflow-lite-cpp-builds
[WIP] TensorFlow Lite C++ builds for several platforms
cpp tensorflow tensorflow-lite tflite
Last synced: 29 Jun 2025
https://github.com/andr3w03/image-classification-deployment
Machine Learning Development - Image Classification Model Deployment
convolutional-neural-networks dicoding image-processing keras machine-learning max-pooling python tensorflow tflite
Last synced: 11 Apr 2026
https://github.com/coding-enthusiast9857/automatic_text_generation
Welcome to the repository, where innovation meets language! This repository is a comprehensive collection of tools, models, and resources dedicated to the exciting field of automatic text generation. Whether you're a researcher, developer, or enthusiast, this repository provides a playground for exploring cutting-edge technology.
ai ann cnn deep-learning deep-neural-networks gru keras lstm ml neural-networks nlp numpy python rnn tensorflow tensorflow2 text-processing
Last synced: 12 Apr 2026
https://github.com/epronovost/eincheck
Tensor shape checks inspired by einstein notation
deep-learning jax numpy pytorch tensor tensorflow
Last synced: 18 Feb 2026
https://github.com/coder12git/poweringstemhacks
Diagnose - Skin cancer detection from your skin images.
machine-learning python streamlit tensorflow
Last synced: 30 Oct 2025
https://github.com/jiehe96/tf_resource
TensorFlow based mobile neural network model resources
faster-rcnn inceptionv2 mobilenet tensorflow tensorflow-models
Last synced: 27 Aug 2025
https://github.com/patwie/tfgo
Independent efficient re-Implementation AlphaGo SL policy network
alphago deep-learning swig tensorflow
Last synced: 09 Aug 2025
https://github.com/sayakpaul/bentoml-explorations
Contains my experiments made with the mighty library BentoML
bentoml python rest-api scikit-learn tensorflow zomato
Last synced: 16 Sep 2025
https://github.com/abhilash1910/datahour_diffusion
Presentation of the session on Diffusion Principles on behalf of Analytics Vidhya datahour. Youtube: https://www.youtube.com/watch?v=DIdbsfzK7IUtube:
autoencoders clip diffusion keras tensorflow
Last synced: 12 Jul 2025
https://github.com/cawfree/reuters-dataset
🗞️ A tool for downloading and parsing Reuters-21578. These are a collection of documents that appeared on Reuters newswire back in 1987.
21578 dataset nlp nodejs reuters tensorflow
Last synced: 01 Mar 2026
https://github.com/tootouch/u-net_segmentation_with_tensorboard
This project implements the U-Net architecture used in image segmentation and visualizes the learning process using Tensorboard.
deep-learning image-segmentation keras python tensorboard tensorflow unet-segmentation
Last synced: 09 Apr 2026
https://github.com/utsanjan/traffic-prediction-model
Traffic prediction model built with python using Machine learning and Image processing
anaconda image-processing ipynb jupyter-notebook machine-learning matplotlib numpy pip python python3 tensorflow traffic-prediction
Last synced: 13 Jul 2025
https://github.com/subhangisati/classification-of-venomous-and-non-venomous-snakes
This repository consists of classification of snakes species. It shows the whole progress and model used to achieve final accuracy. The model used are CNN(Convolutional Neural Network), MobileNetV2 and VGGNet. The final accuracy was achieved using transfer learning with model MobileNetV2
binary-image-classification classification cnn-classification cnn-keras computer-vision convolutional-neural-network cv2 data-science deep-neural-networks keras-tensorflow matplotlib mobilenetv2 neural-network numpy-library pandas-dataframe tensorflow transfer-learning
Last synced: 09 Mar 2026
https://github.com/manuelgilm/data_science-portafolio
data-science machine-learning portfolio python tensorflow
Last synced: 16 Jan 2026
https://github.com/brianelizondo/ai-connectify
AI-Connectify is a JavaScript library for connecting to various AI services
ai artificial-intelligence chatgpt claude-ai cohere-ai dall-e javascript mistral-ai nodejs openai stability-ai tensorflow
Last synced: 05 Jul 2025
https://github.com/lambda-science/myoquant
MyoQuant🔬: a tool to automatically quantify pathological features in muscle fiber histology images. Demo version deployed at: https://lbgi.fr/MyoQuant
computer-vision deep-learning disease histology image medecine python pytorch quantification tensorflow
Last synced: 26 Sep 2025
https://github.com/fpt-thaituan/transfer-learning-use-inception-v3-for-image-classification
Transfer Learning uses Inception v3 to classify human and horse images with 99.39% accuracy.
classification-image cnn data-generator deep-learning human-and-horse inceptionv3 tensorflow transfer-learning
Last synced: 02 Aug 2025
https://github.com/gosha20777/neuroexploit
A self-learning neural network for automatic pentest
keras pentest python self-learning tensorflow
Last synced: 13 Apr 2026
https://github.com/maxim5/cs231n-2018-spring
All notes, slides and assignments for CS231n: Convolutional Neural Networks for Visual Recognition class by Stanford
cs231n deep-learning machine-learning stanford-university tensorflow
Last synced: 05 Oct 2025
https://github.com/udityamerit/complete-machine-learning-for-beginners
This repository is structured as a complete ML roadmap combining theory (PDFs) with hands-on coding (Jupyter Notebooks) to help you build a solid foundation in data science and machine learning. Ideal for students, self-learners, and professionals looking to revise or upgrade.
artificial-intelligence classification clustering clustering-algorithm machine machine-learning machinelearning matplotlib matplotlib-figures numpy pandas regression regression-models regressionalgorithms regressionanalysis scikit-learn scikitlearn-machine-learning scipy seaborn tensorflow
Last synced: 15 May 2026
https://github.com/yurisizuku/easytflm
An easy cmake project for tflite-micro, aims to develope or debug tflm on multi platforms.
cmake esp32 tensorflow tflite tflite-micro tflm tinyml
Last synced: 18 Nov 2025