This repository was archived by the owner on Oct 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22SHELL := /bin/bash
33SRC = $(wildcard ./* .ipynb)
44
5- all : ml_project_template docs
5+ all : mlops-template docs
66
7- ml_project_template : $(SRC ) # # replace ml_project_template with your repo name
7+ mlops-template : $(SRC ) # # replace with your repo name
88 nbdev_build_lib
9- touch ml_project_template
9+ touch mlops-template
1010
1111sync :
1212 nbdev_update_lib
Original file line number Diff line number Diff line change 55# ## Python library ###
66# NOTE: repo name must use dash '-'
77# TODO: change repo name!
8- repo = ml_project_template
8+ repo = mlops-template
99lib_name = %(repo)s
1010version = 0.0.1
1111min_python = 3.10
@@ -33,8 +33,8 @@ audience = Developers
3333author = Nuutti Kytö
3434author_email = nuutti.kyto@hel.fi
3535copyright = 2022 onwards, %(author)s
36- description = Helsinki machine learning project template for open source ML research and development
37- keywords = nbdev jupyter notebook python
36+ description = ML Ops template for small scale, api-streamed ML applications.
37+ keywords = nbdev jupyter notebook python ml mlops datascience
3838language = English
3939status = 3
4040user = Datahel
You can’t perform that action at this time.
0 commit comments