Skip to content

Instantly share code, notes, and snippets.

@Manojbhat09
Created August 11, 2020 09:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Manojbhat09/fba168ab2adeb677d3299ca3de81cb29 to your computer and use it in GitHub Desktop.
Save Manojbhat09/fba168ab2adeb677d3299ca3de81cb29 to your computer and use it in GitHub Desktop.
Js replacement resources for Deep learning applications
Brython
Skulpt
PyPy.js
Transcrypt
Pyodide
Good Summary of current methods:
https://stackoverflow.com/questions/30155551/python-in-browser-how-to-choose-between-brython-pypy-js-skulpt-and-transcrypt
Read this:
https://yasoob.me/2019/05/22/running-python-in-the-browser/
Good alternative:
https://github.com/iodide-project/pyodide/
Test: https://alpha.iodide.io/notebooks/300/
http://droettboom.com/blog/2018/04/04/python-in-the-browser/
Numpy operatrions (lean code for quick integration):
https://github.com/nicolaspanel/numjs
What I am interested in:
https://github.com/brython-dev/brython
https://brython.info/gallery/gallery_en.html
https://github.com/brython-dev/brython/wiki/Brython-videos-and-talks
Test online on:
https://codesandbox.io
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment