Skip to content

Instantly share code, notes, and snippets.

View HackyRoot's full-sized avatar
🌏
Working Remotely

Pratik Parmar HackyRoot

🌏
Working Remotely
View GitHub Profile
@HackyRoot
HackyRoot / tfjs.md
Last active November 23, 2018 16:37
TensorFlow.js: Machine Learning made fun for Web Developers

Want to get started with machine learning but don’t wanna learn Python? OR are you already doing machine learning but don’t know about On-Device ML? If any of the answers are yes then join me to learn more about TensorFlow.js, a library to run client-side ML model using JavaScript.

@HackyRoot
HackyRoot / AR-1.html
Last active June 21, 2018 08:21
Basic AR scene
<!doctype HTML>
<html>
<head>
<title>HBD Krupa</title>
<script src="https://aframe.io/releases/0.7.1/aframe.min.js"></script>
<script src="https://cdn.rawgit.com/jeromeetienne/AR.js/1.5.0/aframe/build/aframe-ar.js"> </script>
</head>
<body style='margin : 0px; overflow : hidden;'>
<a-scene embedded arjs='sourceType: webcam;'>