blockpy-edu / blockpy

Blockly that's more Python than JavaScript, powered with Skulpt
Apache License 2.0
391 stars 130 forks source link

Is it possible to import tensorflow-related package and run it? #115

Open maihao14 opened 2 years ago

maihao14 commented 2 years ago

Thanks for the fantastic project. I've developed a deep learning python package for earthquake detection. And just wondering if I could deploy (import) it on the blockpy, it will be easy for students/researchers to use for those who don't have much experience in deep learning.
My questions are (sorry, I don't have much experience in JavaScript):

  1. How can I run blockpy in the local end? (I tried to git clone this repo followed the instructions but it doesn't work)
  2. Could I import my local python package (e.g., TensorFlow, Keras, etc.) into it and run it successfully?

Any suggestions are welcome!