neuralet icon indicating copy to clipboard operation
neuralet copied to clipboard

collaborate thru python only

Open orapradeep opened this issue 4 years ago • 4 comments

I am not sure about dockers, can i colloborate through python code developement??

orapradeep avatar Jun 04 '20 08:06 orapradeep

@orapradeep Docker is a convenient service for installing all packages and delivering software, however, if you are not sure about using it, you can install all packages/libraries manually and run the application by python.

mrn-mln avatar Jun 04 '20 11:06 mrn-mln

Thx @mrn-mln any pointers on the structure will be helpful

orapradeep avatar Jun 04 '20 16:06 orapradeep

@orapradeep After Cloning the repo go to neuralet/applications/smart-distancing/ For x86 devices open config-x86.ini file and set your config. Run the app by this script python neuralet-distancing.py --config config-x86.ini Note: For running the app you should install needed packages/frameworks/libraries such as flask,/ tensorflow, numpy ... Please let me know if you have any issue.

mrn-mln avatar Jun 04 '20 18:06 mrn-mln

@orapradeep Thanks for your willingness, feel free to collaborate and make PR's, just mention that you need help with the dockers.

JsonSadler avatar Jul 07 '20 07:07 JsonSadler