标签: python
我需要创建一个Python API可执行文件,当我通过控制台运行API时,我传递了所需的参数,如何通过传递API所需的参数来创建Windows可执行文件? 在这里,我保留了从控制台运行API的代码: python api.py --shape-predictor eye_predictor.dat --dataset ../images --encodings encodings.pickle
python api.py --shape-predictor eye_predictor.dat --dataset ../images --encodings encodings.pickle