From 7758d12e1c1dee78c22cb0eeb71253239d8eb12e Mon Sep 17 00:00:00 2001 From: Nathaniel Chen <79379842+nathanchenseanwalter@users.noreply.github.com> Date: Tue, 20 May 2025 07:55:58 -0400 Subject: [PATCH] Update README.rst Add citation request --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index 565bbbc..6251cac 100644 --- a/README.rst +++ b/README.rst @@ -10,6 +10,13 @@ keras2c keras2c is a library for deploying keras neural networks in C99, using only standard libraries. It is designed to be as simple as possible for real time applications. +Please cite `this paper `_ if you use this work in your research: + +.. code-block:: bibtex + + R. Conlin, K. Erickson, J. Abbate, and E. Kolemen, “Keras2c: A library for converting Keras neural networks to real-time compatible C,” + Engineering Applications of Artificial Intelligence, vol. 100, p. 104182, Apr. 2021, doi: 10.1016/j.engappai.2021.104182. + Quickstart **********