Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

usermicrodevices/neural

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
image

requirements

ASIO (asio github) SQlite spdlog nlohmann/json

Build System

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

running

cd build && ./neural

in browser goto admin panel http://localhost:8080
and client panel http://localhost:8081
also you can use OpenAI compatibility reguests

curl -X POST http://localhost:8081/v1/chat \
 -H "Content-Type: application/json" \
 -d '{"model":"neural","messages":[{"role":"user","content":"What is Python?"}]}'

AltStyle によって変換されたページ (->オリジナル) /