I have a regression model within a python script. The way this script works, taking the math aside, is through pandas, importing the excel file and running with that data. This works fine by its own, what I am trying to do is have another app, the base of said app can be in any platform or language, that enables three excel options, once one is selected and a button is hit, an API (or any form of connection) calls the python script with the model, selecting the previously indicated file. The script is then run, and the results are sent back to the app to be shown.
I have been trying to create the app in another Python script, but as I advance, I’m no longer sure this is possible. If someone could guide me through the possibilities/thought process id appreciate it. If any further clarification is needed, I’d be happy to provide.
1