File tree 2 files changed +29
-0
lines changed
2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ cff-version : 1.2.0
2
+ license : MIT
3
+ message : " If you use this software, please cite it using these metadata."
4
+ repository-code : " https://github.com/emlearn/emlearn-micropython"
5
+ title : " emlearn-micropython: Efficient Machine Learning engine for MicroPython"
6
+ identifiers :
7
+ - description : " Archived software version"
8
+ type : doi
9
+ value : 10.5281/zenodo.8212731
10
+ authors :
11
+ - family-names : Nordby
12
+ given-names : Jon
Original file line number Diff line number Diff line change @@ -132,3 +132,20 @@ mpremote cp emltrees/emltrees.mpy :emltrees.mpy
132
132
133
133
` TODO: implement and document `
134
134
135
+
136
+
137
+ ## Citations
138
+
139
+ If you use ` emlearn-micropython ` in an academic work, please reference it using:
140
+
141
+ ``` tex
142
+ @misc{emlearn_micropython,
143
+ author = {Jon Nordby},
144
+ title = {{emlearn-micropython: Efficient Machine Learning engine for MicroPython}},
145
+ month = aug,
146
+ year = 2023,
147
+ doi = {10.5281/zenodo.8212731},
148
+ url = {https://doi.org/10.5281/zenodo.8212731}
149
+ }
150
+ ```
151
+
You can’t perform that action at this time.
0 commit comments