{"id":22012804,"url":"https://github.com/admodev/cpp-inference-engine","last_synced_at":"2025-03-23T08:17:08.804Z","repository":{"id":265376472,"uuid":"763853197","full_name":"admodev/cpp-inference-engine","owner":"admodev","description":"Inference engine implementation in C++","archived":false,"fork":false,"pushed_at":"2024-02-27T03:06:57.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-20T04:14:08.437Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CMake","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/admodev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-02-27T03:06:42.000Z","updated_at":"2024-02-27T03:07:01.000Z","dependencies_parsed_at":"2024-11-29T21:04:06.084Z","dependency_job_id":null,"html_url":"https://github.com/admodev/cpp-inference-engine","commit_stats":null,"previous_names":["admodev/cpp-inference-engine"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/admodev%2Fcpp-inference-engine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/admodev%2Fcpp-inference-engine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/admodev%2Fcpp-inference-engine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/admodev%2Fcpp-inference-engine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/admodev","download_url":"https://codeload.github.com/admodev/cpp-inference-engine/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245072266,"owners_count":20556353,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-30T03:14:36.134Z","updated_at":"2025-03-23T08:17:08.781Z","avatar_url":"https://github.com/admodev.png","language":"CMake","funding_links":[],"categories":[],"sub_categories":[],"readme":"# C++ Inference Engine\n\n## How to compile\n\nTo compile the program follow these steps:\n\nIn the root directory of the project there is a file named CMakeLists.txt with the following content:\n\n```text\ncmake_minimum_required(VERSION 3.0)\nproject(inference-engine)\nadd_executable(inference-engine src/main.cpp)\n```\n\nNow execute the following commands in the terminal:\n\n```zsh\ncd build\n```\n\n```zsh\ncmake ..\n```\n\n```zsh\nmake\n```\n\n```zsh\n./inference-engine\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadmodev%2Fcpp-inference-engine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadmodev%2Fcpp-inference-engine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadmodev%2Fcpp-inference-engine/lists"}