Hacker News new | ask | show | jobs
by Extigy 1465 days ago
You can run Python directly in the browser via Pyodide: https://pyodide.org/en/stable/
2 comments

well, I have just implemented webgpu support for Pyodide ;). Soon, we will able to train neural nets right in the browser :). So, right now I'm working a very minimal grad based nn framework
How do I know it's running in the browser?