mardi 26 juillet 2016

Presenting my Python script online [on hold]

I used to work on a machine learning project, in which I have used Python along with a huge number of libraries like NumPy, theano, etc. Now I want to build a website in which I can demonstrate what my code does. I have read similar questions but that didn't get me anywhere. In fact, I want to know how can I make an HTML, that contacts a private server (via ssh for example), sends a command, and prints the output on the screen. I also do not want the user to understand what is that ssh server's password. I hope I could make my wish clear.

Edit: To be more specific, I tell you what I exactly want. I have a python script, a .py file. I want an HTML page in which when I click on "do" button, this script connects to my private computer via ssh, runs a command like "python ~/script.py", receives the output and displays it in a textbox.




Aucun commentaire:

Enregistrer un commentaire