Membuat image classifier dengan Angular dan Tensorflow
#angular #tensorflow
https://blog.angularindepth.com/create-your-own-image-classifier-with-angular-and-tensorflow-js-5b1bc2391424
#angular #tensorflow
https://blog.angularindepth.com/create-your-own-image-classifier-with-angular-and-tensorflow-js-5b1bc2391424
Medium
Medium – Get smarter about what matters to you.
Medium is not like any other platform on the internet. Our sole purpose is to help you find compelling ideas, knowledge, and perspectives. We don’t serve ads—we serve you, the curious reader who loves to learn new things. Medium is home to thousands of independent…
Menggunakan Face API dan TensorFlow JS untuk mendeteksi area wajah
https://itnext.io/face-api-js-javascript-api-for-face-recognition-in-the-browser-with-tensorflow-js-bcc2a6c4cf07
#face #recognition #tensorflow
https://itnext.io/face-api-js-javascript-api-for-face-recognition-in-the-browser-with-tensorflow-js-bcc2a6c4cf07
#face #recognition #tensorflow
Medium
face-api.js — JavaScript API for Face Recognition in the Browser with tensorflow.js
A JavaScript API for Face Detection, Face Recognition and Face Landmark Detection
Menggunakan Web Worker untuk menjalankan proses machine learning TensorFlow JS
https://towardsdatascience.com/tensorflow-js-using-javascript-web-worker-to-run-ml-predict-function-c280e966bcab
#tensorflow #web #worker
https://towardsdatascience.com/tensorflow-js-using-javascript-web-worker-to-run-ml-predict-function-c280e966bcab
#tensorflow #web #worker
Medium
TensorFlow.JS — Using JavaScript Web Worker to Run ML Predict Function
This post is about Machine Learning on client-side. I will explain how to run ML model in JavaScript Web Worker. The model was trained in…
Menggunakan TensorFlow Model ke dalam proyek aplikasi berbasis Angular
https://rubikscode.net/2019/09/09/integration-of-tensorflow-model-into-angular-application/
#angular #tensorflow
https://rubikscode.net/2019/09/09/integration-of-tensorflow-model-into-angular-application/
#angular #tensorflow
Rubik's Code
How to Integrate TensorFlow Model in Angular Application?
Couple of months back we investigated parts of TensorFlow’s ecosystem beyond standard library. However, we didn’t manage one important topic – integration.
Menggunakan TensorFlow JS dan Machine Learning di aplikasi web
https://www.smashingmagazine.com/2019/09/machine-learning-front-end-developers-tensorflowjs/
#machine #learning #tensorflow
https://www.smashingmagazine.com/2019/09/machine-learning-front-end-developers-tensorflowjs/
#machine #learning #tensorflow
Smashing Magazine
Machine Learning For Front-End Developers With Tensorflow.js — Smashing Magazine
Using JavaScript and frameworks like Tensorflow.js is a great way to get started and learn more about machine learning. In this article, Charlie Gerard covers the three main features currently available using Tensorflow.js and sheds light onto the limits…
Menggunakan TensorFlow JS untuk membuat aplikasi pendeteksi Object
https://towardsdatascience.com/build-a-realtime-object-detection-web-app-in-30-minutes-7ad0cb2231fb
#tensorflow #object #machinelearning
https://towardsdatascience.com/build-a-realtime-object-detection-web-app-in-30-minutes-7ad0cb2231fb
#tensorflow #object #machinelearning
Medium
Build a Realtime Object Detection Web App in 30 Minutes
Building Realtime Object Detection WebApp with Tensorflow.js and Angular
Latihan menggunakan TensorFlow JS untuk membuat aplikasi pemberitahuan trafik lalu lintas
https://medium.com/javascript-in-plain-english/build-a-traffic-alert-app-with-just-one-html-ably-tensorflow-741c40582672
#tensorflow
https://medium.com/javascript-in-plain-english/build-a-traffic-alert-app-with-just-one-html-ably-tensorflow-741c40582672
#tensorflow
Medium
Build a Traffic Alert App with TensorFlow.js, Ably and HTML
In this blog post, we will showcase the power of Ably and Tensorflow.js. Everything will be just on the frontend, in just one html. It’s a…
Contoh kasus penggunaan TensorFlow JS dengan Node JS dan deploy di AWS Lambda, dengan contoh kasus pendeteksi gambar.
https://towardsdatascience.com/tensorflow-image-recognition-tutorial-using-serverless-architecture-node-js-69eb1a3ce110
#tensorflow #nodejs #express #aws
https://towardsdatascience.com/tensorflow-image-recognition-tutorial-using-serverless-architecture-node-js-69eb1a3ce110
#tensorflow #nodejs #express #aws
Medium
TensorFlow Image Recognition Tutorial using Serverless Architecture — Node JS
Convolutional Neural Network (CNN) based architectures such as VGG-16, GoogLeNet, ResNet, MobileNet, etc., are widely used models for…
Latihan membuat aplikasi machine learning dengan Node JS dan TensorFlow JS , untuk memprediksi pergerakan naik turunnya harga saham dalam rentang waktu tertentu, dengan metode Recurrent Neural Network & Long Short Term Memory (LSTM)
https://towardsdatascience.com/time-series-forecasting-with-tensorflow-js-1efd48ff2201
#nodejs #tensorflow #stock #price
https://towardsdatascience.com/time-series-forecasting-with-tensorflow-js-1efd48ff2201
#nodejs #tensorflow #stock #price
Medium
Time Series Forecasting with TensorFlow.js
Pull stock prices from online API and perform predictions using RNN & LSTM with TensorFlow.js (include demo and codes)
Membuat aplikasi pendeteksi wajah dengan library Face API dan TensorFlow JS, dengan contoh untuk mengetahui usia dan jenis kelamin yang punya wajah.
https://dev.to/karkranikhil/face-recognition-using-javascript-33n5
#tensorflow #face #recognition
https://dev.to/karkranikhil/face-recognition-using-javascript-33n5
#tensorflow #face #recognition
DEV Community
Face recognition using JavaScript
Face recognition using JavaScript that runs in the browser
Membuat aplikasi machine learning sederhana dengan TensorFlow JS dan analisis model data di JavaScript untuk mendeteksi tulisan angka
https://towardsdatascience.com/deploying-a-simple-machine-learning-model-into-a-webapp-using-tensorflow-js-3609c297fb04
#tensorflow #machine #learning
https://towardsdatascience.com/deploying-a-simple-machine-learning-model-into-a-webapp-using-tensorflow-js-3609c297fb04
#tensorflow #machine #learning
This media is not supported in your browser
VIEW IN TELEGRAM
Menggunakan fitur TensorFlow JS untuk menghapus object orang di dalam video webcam
Demo Codepen
https://codepen.io/jasonmayes/pen/GRJqgma
#tensorflow #webcam #codepen
Demo Codepen
https://codepen.io/jasonmayes/pen/GRJqgma
#tensorflow #webcam #codepen
Latihan menggunakan Web Worker untuk menjalankan proses yang berat di TensorFlow JS
https://erdem.pl/2020/02/making-tensorflow-js-work-faster-with-web-workers
-
#tensorflow #webworker #worker #thread
https://erdem.pl/2020/02/making-tensorflow-js-work-faster-with-web-workers
-
#tensorflow #webworker #worker #thread
Membuat aplikasi web pendeteksi masker atau bukan masker dengan TensorFlow JS dan Azure Custom Vision API
https://dev.to/azure/corona-face-mask-detection-with-custom-vision-and-tensorflow-js-53e
#tensorflow #vision #azure
https://dev.to/azure/corona-face-mask-detection-with-custom-vision-and-tensorflow-js-53e
#tensorflow #vision #azure
DEV Community
Personal Face Mask Detection with Custom Vision and Tensorflow.js
TLDR; Instructions for building a Corona Mask Detector for Free Using the Azure Custom Vision Servi...
Membuat game Fruit Ninja dengan Javascript Three JS , dan TensorFlow JS , dan dikontrol dengan gerakan tangan di kamera
https://dev.to/devdevcharlie/motion-controlled-fruit-ninja-game-using-three-js-tensorflow-js-18de
Demo
https://splat.netlify.app/
#tensorflow #nodejs #threejs
https://dev.to/devdevcharlie/motion-controlled-fruit-ninja-game-using-three-js-tensorflow-js-18de
Demo
https://splat.netlify.app/
#tensorflow #nodejs #threejs
Membuat aplikasi klasifikasi gambar sederhana dengan Node JS , React JS , dan TensorFlow JS
https://medium.com/@timtamimi/video-building-a-basic-image-classifier-with-node-js-react-and-tensorflow-2f19841b19f5
---
Beberapa tools untuk membuat aplikasi cross platform dengan React
https://blog.bitsrc.io/building-with-react-for-all-platforms-5-top-frameworks-and-tools-affd5baf3de3
----
Melakukan konfigurasi tema global di React dengan CSS Variables dan Redux
https://blog.bitsrc.io/theming-react-applications-with-css-variables-and-react-redux-8be0b10d829f
---
Membuat Hamburger Menu yang responsive dengan Styled Component
https://levelup.gitconnected.com/how-to-create-a-responsive-hamburger-navigation-menu-reactjs-and-styled-components-59ce167ed543
---
#react #nodejs #tensorflow #image #classifier #tools #styledcomponent #cssvariable
https://medium.com/@timtamimi/video-building-a-basic-image-classifier-with-node-js-react-and-tensorflow-2f19841b19f5
---
Beberapa tools untuk membuat aplikasi cross platform dengan React
https://blog.bitsrc.io/building-with-react-for-all-platforms-5-top-frameworks-and-tools-affd5baf3de3
----
Melakukan konfigurasi tema global di React dengan CSS Variables dan Redux
https://blog.bitsrc.io/theming-react-applications-with-css-variables-and-react-redux-8be0b10d829f
---
Membuat Hamburger Menu yang responsive dengan Styled Component
https://levelup.gitconnected.com/how-to-create-a-responsive-hamburger-navigation-menu-reactjs-and-styled-components-59ce167ed543
---
#react #nodejs #tensorflow #image #classifier #tools #styledcomponent #cssvariable
Medium
Video: Building a basic image classifier with Node.js, React, and Tensorflow
Usually, I like to document my work in the form of blog posts. This time I thought to myself let’s try something different.
Latihan panjang dan berseri , membuat aplikasi web modern dengan Fullstack Javascript, memakai Node JS framework Nest JS , Angular, dan Nx Monorepo Tools.
https://dev.to/hendrikfoo/building-full-stack-web-applications-with-angular-nestjs-and-nx-a-match-made-in-heaven-5fh7
---
Latihan menggunakan TensorFlow model yang dibuat dengan Python ke TensorFlow JS yang dipakai pada Angular
https://towardsdatascience.com/how-to-use-angular-to-deploy-tensorflow-web-apps-5675b5a042cc
---
Latihan membuat loading progress component dengan Angular Material CDK
https://itnext.io/a-loader-for-your-components-with-angular-cdk-overlay-ebf5a4962e4d
#angular #nest #nodejs #typescript #tensorflow #materialcdk #progress
https://dev.to/hendrikfoo/building-full-stack-web-applications-with-angular-nestjs-and-nx-a-match-made-in-heaven-5fh7
---
Latihan menggunakan TensorFlow model yang dibuat dengan Python ke TensorFlow JS yang dipakai pada Angular
https://towardsdatascience.com/how-to-use-angular-to-deploy-tensorflow-web-apps-5675b5a042cc
---
Latihan membuat loading progress component dengan Angular Material CDK
https://itnext.io/a-loader-for-your-components-with-angular-cdk-overlay-ebf5a4962e4d
#angular #nest #nodejs #typescript #tensorflow #materialcdk #progress
DEV Community
Building full-stack web-applications with Angular, NestJS and Nx - a match made in heaven
Why this post? Angular has been my frontend-framework of choice for the last few years and...
Beberapa sampel project yang dapat dipakai untuk latihan menggunakan React JS
https://dev.to/creativetim_official/15-best-reactjs-project-examples-for-2020-cec
---
Latihan menggunakan Graph CMS yang dikombinasikan dengan Nuxt JS
https://dev.to/ghoshnirmalya/getting-started-with-next-js-and-graphcms-1mka
---
Latihan panjang membuat Chatbot dengan React dan Node JS
https://www.freecodecamp.org/news/how-to-build-a-chatbot-with-react/
---
Membuat fungsi deteksi gambar yang masuk kategori "Internet Positif" dengan machine learning TensorFlow JS , Node JS , dan React JS
https://dev.to/sashido/how-to-build-a-content-moderation-service-with-node-js-tensorflowjs-and-reactjs-part-2-moderation-automation-deh
---
#react #nuxt #bot #chatbot #nodejs #machinelearning #tensorflow #image #cencored #graphcms
https://dev.to/creativetim_official/15-best-reactjs-project-examples-for-2020-cec
---
Latihan menggunakan Graph CMS yang dikombinasikan dengan Nuxt JS
https://dev.to/ghoshnirmalya/getting-started-with-next-js-and-graphcms-1mka
---
Latihan panjang membuat Chatbot dengan React dan Node JS
https://www.freecodecamp.org/news/how-to-build-a-chatbot-with-react/
---
Membuat fungsi deteksi gambar yang masuk kategori "Internet Positif" dengan machine learning TensorFlow JS , Node JS , dan React JS
https://dev.to/sashido/how-to-build-a-content-moderation-service-with-node-js-tensorflowjs-and-reactjs-part-2-moderation-automation-deh
---
#react #nuxt #bot #chatbot #nodejs #machinelearning #tensorflow #image #cencored #graphcms
DEV Community
15+ Best React.js Project Examples for 2020
Whether you are new to programming or already an experienced developer, you are probably looking for...
Latihan menggunakan TensorFlow JS dan Github API untuk mendeteksi komentar yang negatif di Github Issue Comments
https://dev.to/devdevcharlie/creating-a-github-action-to-detect-toxic-comments-using-tensorflow-js-13bo
#tensorflow #javascript
https://dev.to/devdevcharlie/creating-a-github-action-to-detect-toxic-comments-using-tensorflow-js-13bo
#tensorflow #javascript
DEV Community
Creating a Github action to detect toxic comments using TensorFlow.js
Over the weekend, I spent a few hours building a Github action to automatically detect potentially toxic comments and PR reviews.