{"id":51634461,"url":"https://github.com/usermicrodevices/neural","last_synced_at":"2026-07-13T12:30:48.595Z","repository":{"id":358750229,"uuid":"1242904355","full_name":"usermicrodevices/neural","owner":"usermicrodevices","description":"simple C++ neural network service","archived":false,"fork":false,"pushed_at":"2026-06-17T19:34:39.000Z","size":4265,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-17T20:26:32.796Z","etag":null,"topics":["ai","ai-agent","ai-agents","ai-tools","local-ai","local-llm","mlm","mlm-software","mlm-solution","mlmodel","mlmodels","neural","neural-network","neural-networks","prompt","prompting","prompts","training","web-interface"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/usermicrodevices.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-18T21:42:04.000Z","updated_at":"2026-06-17T19:35:08.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/usermicrodevices/neural","commit_stats":null,"previous_names":["usermicrodevices/neural"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/usermicrodevices/neural","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usermicrodevices%2Fneural","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usermicrodevices%2Fneural/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usermicrodevices%2Fneural/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usermicrodevices%2Fneural/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/usermicrodevices","download_url":"https://codeload.github.com/usermicrodevices/neural/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usermicrodevices%2Fneural/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35423097,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-13T02:00:06.543Z","response_time":119,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","ai-agent","ai-agents","ai-tools","local-ai","local-llm","mlm","mlm-software","mlm-solution","mlmodel","mlmodels","neural","neural-network","neural-networks","prompt","prompting","prompts","training","web-interface"],"created_at":"2026-07-13T12:30:47.948Z","updated_at":"2026-07-13T12:30:48.589Z","avatar_url":"https://github.com/usermicrodevices.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# neural\nsimple C++ neural network service\n\n## Overview\nnow it can run as master process with all neural network functional and two child processes admin for training, client for question-answer functional.\nall gui in html over http in browser. admin localhost:8080, client localhost:8081.\n\n![image](./neural_gui.gif \"neural-gui\")\\\n![image](./admin.png \"admin\")\\\n![image](./client.png \"client\")\n\n### requirements\n[ASIO](http://think-async.com) ([asio github](https://github.com/chriskohlhoff/asio))\n[SQlite](https://sqlite.org)\n[spdlog](https://github.com/gabime/spdlog)\n[nlohmann/json](https://github.com/nlohmann/json)\n\n### Build System\n- **CMake 3.16+**: now only testing on linux\n\n```\n./build.sh\n```\n### running\n```\ncd build \u0026\u0026 ./neural\n```\nin browser goto admin panel ```http://localhost:8080```\\\nand client panel ```http://localhost:8081```\\\nalso you can use OpenAI compatibility reguests\n```\ncurl -X POST http://localhost:8081/v1/chat \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"model\":\"neural\",\"messages\":[{\"role\":\"user\",\"content\":\"What is Python?\"}]}'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fusermicrodevices%2Fneural","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fusermicrodevices%2Fneural","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fusermicrodevices%2Fneural/lists"}