Project Builder This is an open source library to structure you machine Learning projects for production in a go. Installation pip install project-builder Usage from project_builder import ProjectGenerator builder = ProjectGenerator() print(builder.generate_project())