Thanks for doing NEW Rails tutorials. So hard to find, and glad to see you do so many of them as I still love using Rails despite what everyone else may say about it!
@hansim19622 жыл бұрын
Great Video. Thanks for doing this. I would like to know instead of sys.argv, how argparse can be used ?
@TheJonhjonhz5 жыл бұрын
you need special setup for run phyton on rails? I mean, need python installed inside the local machine or server right?
@killingmachine9976 жыл бұрын
Great video man!
@johanbuitrago82844 жыл бұрын
Hi! which rails version are you working ? couse I had to use "system(python lib/assets ...)" but this method only return True or False, not a string or other type .. thanks ! (my version is 6.0.3)
@umersaleem26016 жыл бұрын
can you share the source code of image classifier, i'm also doing the same work. having a hard time passing the image to my model.
@parthchugh45174 жыл бұрын
Thank you for this video
@geo24656 жыл бұрын
Hi! so the same process can be implemented for Php or Java to run in rails?
@Deanin6 жыл бұрын
Yeah! Essentially all you're doing is starting a separate process, which is why we include the keyword python before the script's name. You can basically do this with anything you would run from the command line/terminal yourself.