{"id":19110440,"url":"https://github.com/gopherdata/dlinfer","last_synced_at":"2025-07-29T16:35:23.454Z","repository":{"id":132959598,"uuid":"78048139","full_name":"gopherdata/dlinfer","owner":"gopherdata","description":"A deep learning inference engine for Go","archived":false,"fork":false,"pushed_at":"2017-03-04T13:20:38.000Z","size":21,"stargazers_count":21,"open_issues_count":4,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-30T20:47:55.586Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","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/gopherdata.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":"2017-01-04T19:56:45.000Z","updated_at":"2024-09-17T08:21:27.000Z","dependencies_parsed_at":"2023-07-18T20:00:34.568Z","dependency_job_id":null,"html_url":"https://github.com/gopherdata/dlinfer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gopherdata/dlinfer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gopherdata%2Fdlinfer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gopherdata%2Fdlinfer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gopherdata%2Fdlinfer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gopherdata%2Fdlinfer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gopherdata","download_url":"https://codeload.github.com/gopherdata/dlinfer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gopherdata%2Fdlinfer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267718283,"owners_count":24133448,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"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":[],"created_at":"2024-11-09T04:25:03.815Z","updated_at":"2025-07-29T16:35:23.384Z","avatar_url":"https://github.com/gopherdata.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A \"deep learning\" inference engine for Go\n\nThis project intends to make trained models, such as AlexNet, GoogleNet, etc., accessible within Go.  It utilizes the functionality of [Intel's inference engine](https://software.intel.com/en-us/deep-learning-sdk) (part of the deep learning SDK) to interact with trained and optimized neural networks. \n\n_Note_: This is work in progress.\n\n# Dependencies\n\n- [Go 1.8+](https://golang.org/)\n- Ubuntu 14.04\n- [Intel's Deep Learning SDK Deployment Tools](https://software.intel.com/en-us/deep-learning-sdk)\n- [swig 3.0.6+](http://www.swig.org/)\n\n# Use\n\n- get the dlinfer package:\n\n    ```\n    go get github.com/gopherds/dlinfer\n    ```\n\n- declare the following environmental variable:\n\n    ```\n    export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/intel/deep_learning_sdk_2016.1.0.861/deployment_tools/inference_engine/bin/intel64/lib:/opt/intel/deep_learning_sdk_2016.1.0.861/deployment_tools/inference_engine/lib/intel64\n    ```\n\n- build/install your Go progams as you normally would with `go build` and `go install`.  See [here](examples/basic_classification/main.go) for an example.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgopherdata%2Fdlinfer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgopherdata%2Fdlinfer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgopherdata%2Fdlinfer/lists"}