blockpy icon indicating copy to clipboard operation
blockpy copied to clipboard

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

Open maihao14 opened this issue 2 years ago • 0 comments

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!

maihao14 avatar Apr 18 '22 23:04 maihao14