Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 399 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 399 Bytes

cbrain

C/C++ CI

Simple implementation of neural structure in c.

Installation

git clone https://github.com/Auxilus/cbrain

make

This will generate shared object libcbrain.so You need to copy libcbrain.so and src/cbrain.h over to lib and include dirs

All the bugs and PRs are welcome!