Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit 382e21f

Browse files
author
Nuutti Kytö
committed
update repo name
1 parent 241313b commit 382e21f

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

ml_pipe/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
SHELL := /bin/bash
33
SRC = $(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

1111
sync:
1212
nbdev_update_lib

settings.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
### Python library ###
66
# NOTE: repo name must use dash '-'
77
# TODO: change repo name!
8-
repo = ml_project_template
8+
repo = mlops-template
99
lib_name = %(repo)s
1010
version = 0.0.1
1111
min_python = 3.10
@@ -33,8 +33,8 @@ audience = Developers
3333
author = Nuutti Kytö
3434
author_email = nuutti.kyto@hel.fi
3535
copyright = 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
3838
language = English
3939
status = 3
4040
user = Datahel

0 commit comments

Comments
 (0)