0
Staff follows description for understanding:
1 - I have the code of a classifier written in python
2 - I want to run it from php (shell_exec() for example) but not using the windows prompt but anaconda prompt since, running python from the windows prompt is not identified some libraries installed by anaconda prompt like numpy, Keras... etc.
- This was the solution I thought, basically run python code from php using anaconda prompt. I’ve searched but couldn’t find a solution.
I’m open to new suggestions to perform this task, since I’m a layman and I don’t know a way to do it.
Why you need to run from PHP?
– Woss