I want to run a machine learning algorithm on server and want to
collect the response until the server produces the trained model. The
training process may take a few hours and I want to keep checking from the client side if
the the server is still training or not.
If anyone can advise me how to handle this issue in Python server.
Your advice and help (if someone can share his/her Github repository) will be highly appreciated.
Thanks and Best Regards
Habib