Skip to content

usermicrodevices/neural

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neural

simple C++ neural network service

Overview

now it can run as master process with all neural network functional and two child processes admin for training, client for question-answer functional. all gui in html over http in browser. admin localhost:8080, client localhost:8081.

image
image

requirements

ASIO (asio github) SQlite spdlog

Build System

  • CMake 3.16+: now only testing on linux
./build.sh

running

cd build && ./neural