All Projects → Pavankunchala → Deep-Learning

Pavankunchala / Deep-Learning

Licence: other
This repo provides projects on deep-learning mainly using Tensorflow 2.0

Programming Languages

python
139335 projects - #7 most used programming language
Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to Deep-Learning

Face-Detection-and-Tracking
Computer Vision model to detect face in the first frame of a video and to continue tracking it in the rest of the video. This is implemented in OpenCV 3.3.0 and Python 2.7
Stars: ✭ 24 (+9.09%)
Mutual labels:  face-detection, kalman-filter, face-tracking
Computer-Vision
Cool Vision projects
Stars: ✭ 51 (+131.82%)
Mutual labels:  face-detection, kalman-filter, face-tracking
face-mask-detection-tf2
A face mask detection using ssd with simplified Mobilenet and RFB or Pelee in Tensorflow 2.1. Training on your own dataset. Can be converted to kmodel and run on the edge device of k210
Stars: ✭ 72 (+227.27%)
Mutual labels:  face-detection, tensorflow2
bitcoin-prediction
bitcoin prediction algorithms
Stars: ✭ 21 (-4.55%)
Mutual labels:  recurrent-neural-networks, lstm-neural-networks
UnitBox
UnitBox: An Advanced Object Detection Network
Stars: ✭ 23 (+4.55%)
Mutual labels:  face-detection, tensorflow2
ai for robotics
Visualizations of algorithms covered in Sebastian Thrun's excellent Artificial Intelligence for Robotics course on Udacity.
Stars: ✭ 125 (+468.18%)
Mutual labels:  localization, kalman-filter
FXFaceDetection
Real-Time Face Detection App using Computer Vision & JavaFX
Stars: ✭ 50 (+127.27%)
Mutual labels:  face-detection, face-tracking
ARFaceFilter
Javascript/WebGL lightweight face tracking library designed for augmented reality webcam filters. Features : multiple faces detection, rotation, mouth opening. Various integration examples are provided (Three.js, Babylon.js, FaceSwap, Canvas2D, CSS3D...).
Stars: ✭ 72 (+227.27%)
Mutual labels:  face-detection, face-tracking
recurrent-neural-net
A recurrent (LSTM) neural network in C
Stars: ✭ 68 (+209.09%)
Mutual labels:  lstm-model, lstm-neural-networks
T System
the moving objects tracking system via two axis camera motion (and as optionally n joint robotic arm) for raspberry pi distributions
Stars: ✭ 17 (-22.73%)
Mutual labels:  face-detection, face-tracking
Sequence-to-Sequence-Learning-of-Financial-Time-Series-in-Algorithmic-Trading
My bachelor's thesis—analyzing the application of LSTM-based RNNs on financial markets. 🤓
Stars: ✭ 64 (+190.91%)
Mutual labels:  recurrent-neural-networks, lstm-neural-networks
quickstart-android
Quick start examples for Banuba Face AR SDK on Android
Stars: ✭ 17 (-22.73%)
Mutual labels:  face-detection, face-tracking
LSTM-footballMatchWinner
This repository contains the code for a conference paper "Predicting the football match winner using LSTM model of Recurrent Neural Networks" that we wrote
Stars: ✭ 44 (+100%)
Mutual labels:  recurrent-neural-networks, lstm-neural-networks
brfv4 android examples
Android Studio project (Java)
Stars: ✭ 43 (+95.45%)
Mutual labels:  face-detection, face-tracking
Probabilistic-RNN-DA-Classifier
Probabilistic Dialogue Act Classification for the Switchboard Corpus using an LSTM model
Stars: ✭ 22 (+0%)
Mutual labels:  recurrent-neural-networks, lstm-model
Face-Detection-and-Tracking
Face Detection and tracking using CamShift, Kalman Filter, Optical Flow
Stars: ✭ 30 (+36.36%)
Mutual labels:  face-detection, kalman-filter
Meetup-Content
Entirety.ai Intuition to Implementation Meetup Content.
Stars: ✭ 33 (+50%)
Mutual labels:  recurrent-neural-networks, lstm-model
pyradox
State of the Art Neural Networks for Deep Learning
Stars: ✭ 61 (+177.27%)
Mutual labels:  recurrent-neural-networks, tensorflow2
bob
Bob is a free signal-processing and machine learning toolbox originally developed by the Biometrics group at Idiap Research Institute, in Switzerland. - Mirrored from https://gitlab.idiap.ch/bob/bob
Stars: ✭ 38 (+72.73%)
Mutual labels:  feature-extraction, face-detection
jeelizGlanceTracker
JavaScript/WebGL lib: detect if the user is looking at the screen or not from the webcam video feed. Lightweight and robust to all lighting conditions. Great for play/pause videos if the user is looking or not, or for person detection. Link to live demo.
Stars: ✭ 68 (+209.09%)
Mutual labels:  face-detection, face-tracking

Deep Learning

Deep learning is an AI function that mimics the workings of the human brain in processing data for use in detecting objects, recognizing speech, translating languages, and making decisions. Deep learning AI is able to learn without human supervision, drawing from data that is both unstructured and unlabeled

  • We will mainly be using Tensorflow for most of the code you can check it's tutorials from here
  • For Deep learning with computer vision we mostly use OpenCV you can check it's documentation from here

Tensorflow

  • To install tensorflow type the following code
pip install --upgrade tensorflow

Contents

Face-Detection-img

QR-code-img

Face-Recog-img

color_quantization_k

face-tracking

alex-net

sparse

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].