How to setup a local workspace to start checking the code and build it to test #656
-
Hi, I am a java developer by profession but a complete newbie when it comes to javascript, how do i setup the local environment so that i can build and test any changes i make ? I would like to work on this project but need help in setting up my environment and build process I dont have any IDE preference, but have vs code already installed, along with php 8.1.2, node 12.22.9, node 8.5.1 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
I would also appreciate a (short) explanation on how to do this. Pointing at the right resources to look at would already help a lot. |
Beta Was this translation helpful? Give feedback.
-
Really cool! I'm glad you're interested to dabble with this repo! You'll need
To get started:
Feel free to ask questions here in the forum or in the matrix chatroom whenever you're stuck. I may take some time to respond but I intend to respond always. |
Beta Was this translation helpful? Give feedback.
-
Is there a way i can overlay the outpt json onto the src image to see what it recognized ? Also it says that error with input image format but it does work fine
Output: 2023-02-09 21:39:02.538637: I tensorflow/core/platform/cpu_feature_guard.cc:193] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN) to use the following CPU instructions in performance-critical operations: AVX2 FMA |
Beta Was this translation helpful? Give feedback.
Really cool! I'm glad you're interested to dabble with this repo!
You'll need
To get started:
npm install
to install js dependenciescomposer install
to install php dependenciesnpm run build
(or during developmentnpm run watch
) builds the settings UI based on vue.jsnode src/classifier_*.js <filepath>
Feel free to ask questions here in the forum or in the matrix chatroom whenever you're stuck. I may take some tim…