How to manage dependencies for Machine Learning in Python?

Ankush Chauhan
2 min readMay 27, 2021
Photo by David Clode

You just finished training your machine learning models with varying versions of packages and are seeking ways to deploy it in a production environment.

Well, your quest ends here!

Packaging dependencies and executing the below build steps would require three files your main.py containing the driver function of your code, Pipfile

--

--