Python server that simulates an ML training process with Flask and SocketIO (issues with multithreading & multiprocessing)
I am trying to create a client-server app in which the client can send a HTTP request with files to the server to start a process of training an AI model. I want the client to be able to get updates about the progress.