You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+25-21Lines changed: 25 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,18 +2,11 @@
2
2
keras2c
3
3
#######
4
4
5
-
|Python-Publish| |Python-Versions| |Codecov|
5
+
|Python-Publish| |Python-Versions| |Codecov|
6
6
7
7
|License| |DOI|
8
8
9
-
IMPORTANT: Keras2C has started updating to be compatible with newer versions of Python on July 9th, 2025. Changes may be breaking. To use the original/stable version, use the Release v1.0.2. https://github.com/PlasmaControl/keras2c/releases/tag/v1.0.2 with the command
keras2c is a library for deploying keras neural networks in C99, using only standard libraries.
16
-
It is designed to be as simple as possible for real time applications.
9
+
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.
17
10
18
11
Please cite `this paper <https://doi.org/10.1016/j.engappai.2021.104182>`_ if you use this work in your research:
19
12
@@ -22,13 +15,27 @@ Please cite `this paper <https://doi.org/10.1016/j.engappai.2021.104182>`_ if yo
22
15
R. Conlin, K. Erickson, J. Abbate, and E. Kolemen, “Keras2c: A library for converting Keras neural networks to real-time compatible C,”
23
16
Engineering Applications of Artificial Intelligence, vol. 100, p. 104182, Apr. 2021, doi: 10.1016/j.engappai.2021.104182.
24
17
25
-
Quickstart
26
-
**********
18
+
Installation
19
+
************
20
+
21
+
**Recommended Installation**
22
+
23
+
The modern way to install keras2c is via pip:
24
+
25
+
.. code-block:: bash
27
26
28
-
For windows, make sure that you have gcc installed. We recommend CYGWIN with make and gcc
27
+
pip install keras2c
29
28
30
-
After cloning the repo, install the necessary packages with ``pip install -r requirements.txt``.
31
-
Alternatively, create a conda environment using ``conda env create -f environment.yml``.
29
+
To use the original/stable version, use the Release v1.0.2 (https://github.com/PlasmaControl/keras2c/releases/tag/v1.0.2) with the command:
For more information, see `Installation <https://f0uriest.github.io/keras2c/installation.html>`_ and `Usage <https://f0uriest.github.io/keras2c/usage.html>`_
67
+
For more information, see `Installation <https://f0uriest.github.io/keras2c/installation.html>`_ and `Usage <https://f0uriest.github.io/keras2c/usage.html>`_
0 commit comments