{"id":13399569,"url":"https://github.com/BVLC/caffe","last_synced_at":"2025-03-14T04:31:37.773Z","repository":{"id":10582285,"uuid":"12791642","full_name":"BVLC/caffe","owner":"BVLC","description":"Caffe: a fast open framework for deep learning.","archived":false,"fork":false,"pushed_at":"2024-07-31T23:10:28.000Z","size":76170,"stargazers_count":34074,"open_issues_count":1187,"forks_count":18698,"subscribers_count":2092,"default_branch":"master","last_synced_at":"2024-10-14T13:43:47.616Z","etag":null,"topics":["deep-learning","machine-learning","vision"],"latest_commit_sha":null,"homepage":"http://caffe.berkeleyvision.org/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BVLC.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2013-09-12T18:39:48.000Z","updated_at":"2024-10-14T09:19:51.000Z","dependencies_parsed_at":"2022-07-13T10:50:33.392Z","dependency_job_id":"d4dced1a-b59b-4b0a-b86d-2eba7bbe0167","html_url":"https://github.com/BVLC/caffe","commit_stats":{"total_commits":3112,"total_committers":325,"mean_commits":9.575384615384616,"dds":0.8068766066838047,"last_synced_commit":"9b891540183ddc834a02b2bd81b31afae71b2153"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BVLC%2Fcaffe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BVLC%2Fcaffe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BVLC%2Fcaffe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BVLC%2Fcaffe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BVLC","download_url":"https://codeload.github.com/BVLC/caffe/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242951166,"owners_count":20211572,"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":["deep-learning","machine-learning","vision"],"created_at":"2024-07-30T19:00:39.635Z","updated_at":"2025-03-14T04:31:37.763Z","avatar_url":"https://github.com/BVLC.png","language":"C++","readme":"# Caffe\n\n[![Build Status](https://travis-ci.org/BVLC/caffe.svg?branch=master)](https://travis-ci.org/BVLC/caffe)\n[![License](https://img.shields.io/badge/license-BSD-blue.svg)](LICENSE)\n\nCaffe is a deep learning framework made with expression, speed, and modularity in mind.\nIt is developed by Berkeley AI Research ([BAIR](http://bair.berkeley.edu))/The Berkeley Vision and Learning Center (BVLC) and community contributors.\n\nCheck out the [project site](http://caffe.berkeleyvision.org) for all the details like\n\n- [DIY Deep Learning for Vision with Caffe](https://docs.google.com/presentation/d/1UeKXVgRvvxg9OUdh_UiC5G71UMscNPlvArsWER41PsU/edit#slide=id.p)\n- [Tutorial Documentation](http://caffe.berkeleyvision.org/tutorial/)\n- [BAIR reference models](http://caffe.berkeleyvision.org/model_zoo.html) and the [community model zoo](https://github.com/BVLC/caffe/wiki/Model-Zoo)\n- [Installation instructions](http://caffe.berkeleyvision.org/installation.html)\n\nand step-by-step examples.\n\n## Custom distributions\n\n - [Intel Caffe](https://github.com/BVLC/caffe/tree/intel) (Optimized for CPU and support for multi-node), in particular Intel® Xeon processors.\n- [OpenCL Caffe](https://github.com/BVLC/caffe/tree/opencl) e.g. for AMD or Intel devices.\n- [Windows Caffe](https://github.com/BVLC/caffe/tree/windows)\n\n## Community\n\n[![Join the chat at https://gitter.im/BVLC/caffe](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/BVLC/caffe?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\nPlease join the [caffe-users group](https://groups.google.com/forum/#!forum/caffe-users) or [gitter chat](https://gitter.im/BVLC/caffe) to ask questions and talk about methods and models.\nFramework development discussions and thorough bug reports are collected on [Issues](https://github.com/BVLC/caffe/issues).\n\nHappy brewing!\n\n## License and Citation\n\nCaffe is released under the [BSD 2-Clause license](https://github.com/BVLC/caffe/blob/master/LICENSE).\nThe BAIR/BVLC reference models are released for unrestricted use.\n\nPlease cite Caffe in your publications if it helps your research:\n\n    @article{jia2014caffe,\n      Author = {Jia, Yangqing and Shelhamer, Evan and Donahue, Jeff and Karayev, Sergey and Long, Jonathan and Girshick, Ross and Guadarrama, Sergio and Darrell, Trevor},\n      Journal = {arXiv preprint arXiv:1408.5093},\n      Title = {Caffe: Convolutional Architecture for Fast Feature Embedding},\n      Year = {2014}\n    }\n","funding_links":[],"categories":["C++","Machine_Learning","Machine Learning","Deep Learning","Core ML","ML frameworks \u0026 applications","Web 后端","Frameworks-for-Training","ML Frameworks, Libraries, and Tools","Frameworks for Training","Flutter Tools","NLP Tools, Libraries, and Frameworks","ML , Deep Learning","Project/Product","Projects","资源列表","进程间通信","Training","机器学习","深度学习","Deep Learning Tools, Libraries, and Frameworks","Apache Spark Tools, Libraries, and Frameworks","Tools","Deep Learning [🔝](#readme)","Uncategorized","Codes","\u003e 30k ★","machine-learning","Awesome Python"],"sub_categories":["Models :rocket:","Interfaces","[Tools](#tools-1)","Others","Popular-LLM","viii. Linear Regression","Tools","UI Test Automation Scripting","Global AI Projects","机器学习","Frameworks for Training","Winetricks","Objective-C Tools, Libraries, and Frameworks","Mesh networks","Uncategorized","Deep Learning","Frameworks"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBVLC%2Fcaffe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FBVLC%2Fcaffe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBVLC%2Fcaffe/lists"}