Skip to content

Commit d069026

Browse files
committed
Added CI/CD badges on README.md
1 parent 9493dc9 commit d069026

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# N2CMU (Neural Network Coprocessing Microcontroller Unit)
22

3+
![Go Test CI](https://github.com/nthnn/n2cmu/actions/workflows/go_tests.yml/badge.svg)
4+
![TinyGo Build](https://github.com/nthnn/n2cmu/actions/workflows/tinygo_build.yml/badge.svg)
5+
[![License: GNU GPL v3.0](https://img.shields.io/badge/License-GNU%20GPL%20v3.0-yellow.svg)](https://github.com/nthnn/n2cmu/blob/main/LICENSE)
6+
37
N2CMU is a project aimed at implementing a neural network coprocessing microcontroller unit (MCU) for STM32F103C8T6 Bluepill development board using the TinyGo (Go programming language for embedded systems). This MCU enables offloading feedforward neural network computations to a dedicated hardware unit, allowing for efficient and low-power feedforward neural network training and inference on small hardware embedded systems.
48

59
## Features

0 commit comments

Comments
 (0)