Created
August 11, 2020 09:45
-
-
Save Manojbhat09/fba168ab2adeb677d3299ca3de81cb29 to your computer and use it in GitHub Desktop.
Js replacement resources for Deep learning applications
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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