All Projects → mgechev → Mk Tfjs

mgechev / Mk Tfjs

Play MK.js with TensorFlow.js

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Mk Tfjs

Image classifier
CNN image classifier implemented in Keras Notebook 🖼️.
Stars: ✭ 139 (+4.51%)
Mutual labels:  cnn, ml, transfer-learning
Video Classification
Tutorial for video classification/ action recognition using 3D CNN/ CNN+RNN on UCF101
Stars: ✭ 543 (+308.27%)
Mutual labels:  cnn, transfer-learning
Tf Pose Estimation
Deep Pose Estimation implemented using Tensorflow with Custom Architectures for fast inference.
Stars: ✭ 3,856 (+2799.25%)
Mutual labels:  cnn, mobilenet
Jacinto Ai Devkit
Training & Quantization of embedded friendly Deep Learning / Machine Learning / Computer Vision models
Stars: ✭ 49 (-63.16%)
Mutual labels:  cnn, mobilenet
Hub
A library for transfer learning by reusing parts of TensorFlow models.
Stars: ✭ 3,007 (+2160.9%)
Mutual labels:  ml, transfer-learning
Php Opencv Examples
Tutorial for computer vision and machine learning in PHP 7/8 by opencv (installation + examples + documentation)
Stars: ✭ 333 (+150.38%)
Mutual labels:  ml, mobilenet
Attention Ocr
A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and compatible with Google Cloud ML Engine.
Stars: ✭ 844 (+534.59%)
Mutual labels:  cnn, ml
Transfer Learning Suite
Transfer Learning Suite in Keras. Perform transfer learning using any built-in Keras image classification model easily!
Stars: ✭ 212 (+59.4%)
Mutual labels:  cnn, transfer-learning
Tf Mobilenet V2
Mobilenet V2(Inverted Residual) Implementation & Trained Weights Using Tensorflow
Stars: ✭ 85 (-36.09%)
Mutual labels:  cnn, mobilenet
Libgdl
一个移动端跨平台的gpu+cpu并行计算的cnn框架(A mobile-side cross-platform gpu+cpu parallel computing CNN framework)
Stars: ✭ 91 (-31.58%)
Mutual labels:  cnn, mobilenet
Object Localization
Object localization in images using simple CNNs and Keras
Stars: ✭ 130 (-2.26%)
Mutual labels:  cnn, mobilenet
Keras-Application-Zoo
Reference implementations of popular DL models missing from keras-applications & keras-contrib
Stars: ✭ 31 (-76.69%)
Mutual labels:  ml, transfer-learning
awesome-list-of-awesomes
A curated list of all the Awesome --Topic Name-- lists I've found till date relevant to Data lifecycle, ML and DL.
Stars: ✭ 259 (+94.74%)
Mutual labels:  ml, transfer-learning
Fast Pytorch
Pytorch Tutorial, Pytorch with Google Colab, Pytorch Implementations: CNN, RNN, DCGAN, Transfer Learning, Chatbot, Pytorch Sample Codes
Stars: ✭ 346 (+160.15%)
Mutual labels:  cnn, transfer-learning
sparsezoo
Neural network model repository for highly sparse and sparse-quantized models with matching sparsification recipes
Stars: ✭ 264 (+98.5%)
Mutual labels:  transfer-learning, mobilenet
Deepfakes video classification
Deepfakes Video classification via CNN, LSTM, C3D and triplets
Stars: ✭ 24 (-81.95%)
Mutual labels:  cnn, transfer-learning
Codesearchnet
Datasets, tools, and benchmarks for representation learning of code.
Stars: ✭ 1,378 (+936.09%)
Mutual labels:  cnn, ml
Dltk
Deep Learning Toolkit for Medical Image Analysis
Stars: ✭ 1,249 (+839.1%)
Mutual labels:  cnn, ml
Face landmark dnn
Face Landmark Detector based on Mobilenet V1
Stars: ✭ 92 (-30.83%)
Mutual labels:  cnn, mobilenet
Keras transfer cifar10
Object classification with CIFAR-10 using transfer learning
Stars: ✭ 120 (-9.77%)
Mutual labels:  cnn, transfer-learning

Play MK.js with TensorFlow.js

Source code for my article "Playing Mortal Kombat with TensorFlow.js. Transfer learning and data augmentation".

You can find the post here and MK.js here.

Usage

To try the demo run the following commands:

npm i && npm i -g serve
npm start
cd model && serve -s .

Keep in mind that the model is trained with a small dataset. If it doesn't perform well for you, feel free to follow the instructions from the blog post and improve its accuracy.

License

MIT

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].