Language: python
facebookresearch / maskrcnn-benchmark
https://github.com/facebookresearch/maskrcnn-benchmark
stars | today |
---|---|
1445 | 1035 |
Fast, modular reference implementation of Semantic Segmentation and Object Detection algorithms in PyTorch.
abcnews / data-life
https://github.com/abcnews/data-life
stars | today |
---|---|
334 | 289 |
TheAlgorithms / Python
https://github.com/TheAlgorithms/Python
stars | today |
---|---|
16053 | 195 |
All Algorithms implemented in Python
open-source-for-science / TensorFlow-Course
https://github.com/open-source-for-science/TensorFlow-Course
stars | today |
---|---|
5320 | 186 |
Simple and ready-to-use tutorials for TensorFlow
python / cpython
https://github.com/python/cpython
stars | today |
---|---|
20485 | 25 |
The Python programming language
tensorflow / models
https://github.com/tensorflow/models
stars | today |
---|---|
43386 | 74 |
Models and examples built with TensorFlow
donnemartin / system-design-primer
https://github.com/donnemartin/system-design-primer
stars | today |
---|---|
50916 | 81 |
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
imhuay / Algorithm_Interview_Notes-Chinese
https://github.com/imhuay/Algorithm_Interview_Notes-Chinese
stars | today |
---|---|
8074 | 75 |
2018/2019/校招/春招/秋招/算法/机器学习(Machine Learning)/深度学习(Deep Learning)/自然语言处理(NLP)/C/C++/Python/面试笔记
fossasia / open-event-server
https://github.com/fossasia/open-event-server
stars | today |
---|---|
1317 | 73 |
The Open Event Organizer Server to Manage Events http://open-event-api.herokuapp.com
fossasia / meilix
https://github.com/fossasia/meilix
stars | today |
---|---|
729 | 71 |
Beautiful Linux System http://meilix.fossasia.org
fossasia / pslab-python
https://github.com/fossasia/pslab-python
stars | today |
---|---|
633 | 65 |
Python Library for PSLab Desktop: http://pslab.fossasia.org
fossasia / pslab-desktop-apps
https://github.com/fossasia/pslab-desktop-apps
stars | today |
---|---|
620 | 64 |
PSLab GUI Experiments using Qt and Python http://pslab.fossasia.org
fossasia / meilix-systemlock
https://github.com/fossasia/meilix-systemlock
stars | today |
---|---|
603 | 64 |
Meilix system lock
keras-team / keras
https://github.com/keras-team/keras
stars | today |
---|---|
34773 | 50 |
Deep Learning for humans
fossasia / susi_linux
https://github.com/fossasia/susi_linux
stars | today |
---|---|
612 | 62 |
Hardware for SUSI AI http://susi.ai
vinta / awesome-python
https://github.com/vinta/awesome-python
stars | today |
---|---|
56701 | 57 |
A curated list of awesome Python frameworks, libraries, software and resources
apachecn / awesome-algorithm
https://github.com/apachecn/awesome-algorithm
stars | today |
---|---|
5979 | 48 |
Leetcode 题解 (跟随思路一步一步撸出代码) 及经典算法实现
rg3 / youtube-dl
https://github.com/rg3/youtube-dl
stars | today |
---|---|
43169 | 49 |
Command-line program to download videos from YouTube.com and other video sites
open-mmlab / mmdetection
https://github.com/open-mmlab/mmdetection
stars | today |
---|---|
1627 | 49 |
Open MMLab Detection Toolbox
kennethreitz / responder
https://github.com/kennethreitz/responder
stars | today |
---|---|
1496 | 45 |
a familiar HTTP Service Framework for Python
toddmotto / public-apis
https://github.com/toddmotto/public-apis
stars | today |
---|---|
43230 | 40 |
A collective list of public JSON APIs for use in web development.
facebookresearch / Detectron
https://github.com/facebookresearch/Detectron
stars | today |
---|---|
17169 | 38 |
FAIR’s research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.
mitmproxy / mitmproxy
https://github.com/mitmproxy/mitmproxy
stars | today |
---|---|
12895 | 39 |
An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.
codertimo / BERT-pytorch
https://github.com/codertimo/BERT-pytorch
stars | today |
---|---|
1073 | 38 |
Google AI 2018 BERT pytorch implementation
deepmind / graph_nets
https://github.com/deepmind/graph_nets
stars | today |
---|---|
1823 | 36 |
Build Graph Nets in Tensorflow
Language: go
akavel / up
stars | today |
---|---|
2362 | 841 |
Ultimate Plumber is a tool for writing Linux pipes with instant live preview
wagoodman / dive
https://github.com/wagoodman/dive
stars | today |
---|---|
614 | 411 |
A tool for exploring each layer in a docker image
XiaoMi / naftis
https://github.com/XiaoMi/naftis
stars | today |
---|---|
491 | 379 |
An awesome dashboard for Istio built with love.
XiaoMi / soar
https://github.com/XiaoMi/soar
stars | today |
---|---|
2061 | 198 |
SQL Optimizer And Rewriter
40t / go-sniffer
https://github.com/40t/go-sniffer
stars | today |
---|---|
279 | 73 |
🔎 Sniffing and parsing mysql,redis,http,mongodb etc protocol. 抓包截取项目中的数据库请求并解析成相应的语句。
schollz / croc
https://github.com/schollz/croc
stars | today |
---|---|
1556 | 69 |
Easily and securely send things from one computer to another 🐊 📦
golang / go
stars | today |
---|---|
48394 | 58 |
The Go programming language
kubernetes / kubernetes
https://github.com/kubernetes/kubernetes
stars | today |
---|---|
43041 | 47 |
Production-Grade Container Scheduling and Management
avelino / awesome-go
https://github.com/avelino/awesome-go
stars | today |
---|---|
36406 | 38 |
A curated list of awesome Go frameworks, libraries and software
namreg / godown
https://github.com/namreg/godown
stars | today |
---|---|
67 | 41 |
Distributed, fault-tolerant key-value storage written in go.
fatedier / frp
https://github.com/fatedier/frp
stars | today |
---|---|
16373 | 39 |
A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
astaxie / build-web-application-with-golang
https://github.com/astaxie/build-web-application-with-golang
stars | today |
---|---|
25755 | 36 |
A golang ebook intro how to build a web with golang
gin-gonic / gin
https://github.com/gin-gonic/gin
stars | today |
---|---|
21414 | 38 |
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance – up to 40 times faster. If you need smashing performance, get yourself some Gin.
istio / istio
https://github.com/istio/istio
stars | today |
---|---|
12602 | 36 |
Connect, secure, control, and observe services.
containous / traefik
https://github.com/containous/traefik
stars | today |
---|---|
18280 | 32 |
The Cloud Native Edge Router
moby / moby
stars | today |
---|---|
50841 | 28 |
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
v2ray / v2ray-core
https://github.com/v2ray/v2ray-core
stars | today |
---|---|
11118 | 27 |
A platform for building proxies to bypass network restrictions.
sensepost / goDoH
https://github.com/sensepost/goDoH
stars | today |
---|---|
61 | 31 |
🕳 godoh - A DNS-over-HTTPS C2
go-resty / resty
https://github.com/go-resty/resty
stars | today |
---|---|
1170 | 29 |
Simple HTTP and REST client library for Go
kataras / iris
https://github.com/kataras/iris
stars | today |
---|---|
12230 | 25 |
The fastest backend community-driven web framework on (THIS) Earth. HTTP/2, MVC and more. Can your favourite web framework do that? 👉 http://bit.ly/iriscandothat1 or even http://bit.ly/iriscandothat2
restic / restic
https://github.com/restic/restic
stars | today |
---|---|
5385 | 27 |
Fast, secure, efficient backup program
prometheus / prometheus
https://github.com/prometheus/prometheus
stars | today |
---|---|
19731 | 25 |
The Prometheus monitoring system and time series database.
helm / helm
stars | today |
---|---|
8179 | 23 |
The Kubernetes Package Manager
astaxie / beego
https://github.com/astaxie/beego
stars | today |
---|---|
17477 | 23 |
beego is an open-source, high-performance web framework for the Go programming language.
ethereum / go-ethereum
https://github.com/ethereum/go-ethereum
stars | today |
---|---|
21381 | 19 |
Official Go implementation of the Ethereum protocol
Language: c++
grpc / grpc-web
https://github.com/grpc/grpc-web
stars | today |
---|---|
1225 | 311 |
gRPC for Web Clients
huihut / interview
https://github.com/huihut/interview
stars | today |
---|---|
1263 | 173 |
📚 C/C++面试知识总结
tensorflow / tensorflow
https://github.com/tensorflow/tensorflow
stars | today |
---|---|
112912 | 88 |
An Open Source Machine Learning Framework for Everyone
pytorch / pytorch
https://github.com/pytorch/pytorch
stars | today |
---|---|
20407 | 54 |
Tensors and Dynamic neural networks in Python with strong GPU acceleration
electron / electron
https://github.com/electron/electron
stars | today |
---|---|
65882 | 47 |
Build cross-platform desktop apps with JavaScript, HTML, and CSS
opencv / opencv
https://github.com/opencv/opencv
stars | today |
---|---|
28704 | 37 |
Open Source Computer Vision Library
bitcoin / bitcoin
https://github.com/bitcoin/bitcoin
stars | today |
---|---|
35600 | 39 |
Bitcoin Core integration/staging tree
grpc / grpc
stars | today |
---|---|
17671 | 33 |
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
protocolbuffers / protobuf
https://github.com/protocolbuffers/protobuf
stars | today |
---|---|
29817 | 31 |
Protocol Buffers - Google’s data interchange format
godotengine / godot
https://github.com/godotengine/godot
stars | today |
---|---|
17400 | 29 |
Godot Engine – Multi-platform 2D and 3D game engine
PetoiCamp / OpenCat
https://github.com/PetoiCamp/OpenCat
stars | today |
---|---|
201 | 26 |
A programmable and highly maneuverable robotic cat for STEM education and AI-enhanced services.
Tencent / MMKV
https://github.com/Tencent/MMKV
stars | today |
---|---|
5121 | 24 |
An efficient, small mobile key-value storage framework developed by WeChat. Works on iOS and Android.
tesseract-ocr / tesseract
https://github.com/tesseract-ocr/tesseract
stars | today |
---|---|
21904 | 24 |
Tesseract Open Source OCR Engine (main repository)
Jack-CV / PCN-FaceDetection
https://github.com/Jack-CV/PCN-FaceDetection
stars | today |
---|---|
365 | 22 |
Progressive Calibration Networks (PCN) is an accurate rotation-invariant face detector running at real-time speed on CPU, published in CVPR 2018.
envoyproxy / envoy
https://github.com/envoyproxy/envoy
stars | today |
---|---|
6935 | 22 |
C++ front/service proxy
ApolloAuto / apollo
https://github.com/ApolloAuto/apollo
stars | today |
---|---|
11379 | 19 |
An open autonomous driving platform
matthewsamuel95 / ACM-ICPC-Algorithms
https://github.com/matthewsamuel95/ACM-ICPC-Algorithms
stars | today |
---|---|
340 | 16 |
Algorithms used in Competitive Programming
facebook / rocksdb
https://github.com/facebook/rocksdb
stars | today |
---|---|
11882 | 20 |
A library that provides an embeddable, persistent key-value store for fast storage.
CMU-Perceptual-Computing-Lab / openpose
https://github.com/CMU-Perceptual-Computing-Lab/openpose
stars | today |
---|---|
9528 | 18 |
OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation
VAR-solutions / Algorithms
https://github.com/VAR-solutions/Algorithms
stars | today |
---|---|
95 | 8 |
Efficient Algorithms
google / flatbuffers
https://github.com/google/flatbuffers
stars | today |
---|---|
10583 | 19 |
Memory Efficient Serialization Library
chenshuo / muduo
https://github.com/chenshuo/muduo
stars | today |
---|---|
4909 | 16 |
A C++ non-blocking network library for multi-threaded server in Linux
vasern / vasern
https://github.com/vasern/vasern
stars | today |
---|---|
49 | 19 |
Vasern is a fast, lightweight and open source data storage for React Native
wangzheng0822 / algo
https://github.com/wangzheng0822/algo
stars | today |
---|---|
819 | 15 |
Data Structure & Algorithm
plibither8 / 2048.cpp
https://github.com/plibither8/2048.cpp
stars | today |
---|---|
956 | 16 |
🎃 Hacktoberfest is here! — 🎮 Fully featured terminal version of the game “2048” written in C++
Language: javascript
leonardomso / 33-js-concepts
https://github.com/leonardomso/33-js-concepts
stars | today |
---|---|
13926 | 649 |
📜 33 concepts every JavaScript developer should know.
stephentian / 33-js-concepts
https://github.com/stephentian/33-js-concepts
stars | today |
---|---|
2576 | 531 |
📜 每个 JavaScript 工程师都应懂的33个概念 @leonardomso
laravel / telescope
https://github.com/laravel/telescope
stars | today |
---|---|
1425 | 208 |
gruns / irondb
https://github.com/gruns/irondb
stars | today |
---|---|
316 | 202 |
🔩 A relentless key-value store for the browser.
Tencent / omi
https://github.com/Tencent/omi
stars | today |
---|---|
4389 | 198 |
Next generation web framework in 4kb JavaScript (Web Components + JSX + Proxy + Store + Path Updating)
pyloque / fastscan
https://github.com/pyloque/fastscan
stars | today |
---|---|
193 | 168 |
quickly text search by ahocorasick algorithm
30-seconds / 30-seconds-of-code
https://github.com/30-seconds/30-seconds-of-code
stars | today |
---|---|
30398 | 155 |
Curated collection of useful JavaScript snippets that you can understand in 30 seconds or less.
vuejs / vue
stars | today |
---|---|
117383 | 132 |
🖖 A progressive, incrementally-adoptable JavaScript framework for building UI on the web.
freeCodeCamp / freeCodeCamp
https://github.com/freeCodeCamp/freeCodeCamp
stars | today |
---|---|
117383 | 132 |
The https://freeCodeCamp.org open source codebase and curriculum. Learn to code for free together with millions of people.
facebook / react
https://github.com/facebook/react
stars | today |
---|---|
113990 | 102 |
A declarative, efficient, and flexible JavaScript library for building user interfaces.
facebook / create-react-app
https://github.com/facebook/create-react-app
stars | today |
---|---|
58156 | 80 |
Set up a modern web app by running one command.
airbnb / javascript
https://github.com/airbnb/javascript
stars | today |
---|---|
77544 | 77 |
JavaScript Style Guide
drcmda / react-spring
https://github.com/drcmda/react-spring
stars | today |
---|---|
8049 | 82 |
🙌 Helping react-motion and animated to become best friends
GoogleChrome / puppeteer
https://github.com/GoogleChrome/puppeteer
stars | today |
---|---|
40099 | 71 |
Headless Chrome Node API
justjavac / free-programming-books-zh_CN
https://github.com/justjavac/free-programming-books-zh_CN
stars | today |
---|---|
40238 | 59 |
📚 免费的计算机编程类中文书籍,欢迎投稿
fossasia / open-event-webapp
https://github.com/fossasia/open-event-webapp
stars | today |
---|---|
1061 | 70 |
Open Event Web App Generator http://opev-webgen-dev.herokuapp.com http://sched.eventyay.com
fossasia / open-event-frontend
https://github.com/fossasia/open-event-frontend
stars | today |
---|---|
711 | 65 |
The frontend for the Open Event API Server https://open-event-frontend.herokuapp.com
NervJS / taro
https://github.com/NervJS/taro
stars | today |
---|---|
9654 | 63 |
多端统一开发框架,支持用 React 的开发方式编写一次代码,生成能运行在微信小程序、H5、React Native 等的应用。
fossasia / badgeyay
https://github.com/fossasia/badgeyay
stars | today |
---|---|
804 | 65 |
Attendee Badge Generator for Conferences http://badgeyay.com Backend: http://badgeyay-api.herokuapp.com
fossasia / chat.susi.ai
https://github.com/fossasia/chat.susi.ai
stars | today |
---|---|
851 | 64 |
SUSI AI web client at https://chat.susi.ai/
storybooks / storybook
https://github.com/storybooks/storybook
stars | today |
---|---|
30042 | 60 |
Interactive UI component dev & test: React, React Native, Vue, Angular, Ember
fossasia / accounts.susi.ai
https://github.com/fossasia/accounts.susi.ai
stars | today |
---|---|
601 | 63 |
Accounts Service for SUSI.AI http://accounts.susi.ai
fossasia / susi_skill_cms
https://github.com/fossasia/susi_skill_cms
stars | today |
---|---|
654 | 62 |
A web application framework to edit susi skills http://skills.susi.ai
fossasia / susi_chromebot
https://github.com/fossasia/susi_chromebot
stars | today |
---|---|
631 | 62 |
SUSI.AI Chrome Extension
fossasia / susi_firefoxbot
https://github.com/fossasia/susi_firefoxbot
stars | today |
---|---|
590 | 62 |
SUSI.AI Firefox Extension https://susi.ai
Language: unknown
scutan90 / DeepLearning-500-questions
https://github.com/scutan90/DeepLearning-500-questions
stars | today |
---|---|
2610 | 413 |
深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为15个章节,近20万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续………… 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.06
k88hudson / git-flight-rules
https://github.com/k88hudson/git-flight-rules
stars | today |
---|---|
26234 | 260 |
Flight rules for git
firstcontributions / first-contributions
https://github.com/firstcontributions/first-contributions
stars | today |
---|---|
4410 | 44 |
🚀 ✨ Help beginners to contribute to open source projects
CyC2018 / CS-Notes
https://github.com/CyC2018/CS-Notes
stars | today |
---|---|
38933 | 108 |
📚 Computer Science Learning Notes
kamranahmedse / developer-roadmap
https://github.com/kamranahmedse/developer-roadmap
stars | today |
---|---|
60225 | 96 |
Roadmap to becoming a web developer in 2018
sindresorhus / awesome
https://github.com/sindresorhus/awesome
stars | today |
---|---|
94988 | 90 |
😎 Curated list of awesome lists
rishabh-bansal / Make-a-Pull-Request
https://github.com/rishabh-bansal/Make-a-Pull-Request
stars | today |
---|---|
349 | 22 |
Make a Pull Request
sdras / awesome-actions
https://github.com/sdras/awesome-actions
stars | today |
---|---|
1692 | 81 |
A curated list of awesome actions to use on GitHub
getify / You-Dont-Know-JS
https://github.com/getify/You-Dont-Know-JS
stars | today |
---|---|
90502 | 71 |
A book series on JavaScript. @YDKJS on twitter.
EbookFoundation / free-programming-books
https://github.com/EbookFoundation/free-programming-books
stars | today |
---|---|
112954 | 66 |
📚 Freely available programming books
dipakkr / A-to-Z-Resources-for-Students
https://github.com/dipakkr/A-to-Z-Resources-for-Students
stars | today |
---|---|
646 | 41 |
Curated list of resources for college students If you like give a ⭐️
kakuilan / china_area_mysql
https://github.com/kakuilan/china_area_mysql
stars | today |
---|---|
2121 | 58 |
中国5级行政区域mysql库
github / gitignore
https://github.com/github/gitignore
stars | today |
---|---|
74300 | 42 |
A collection of useful .gitignore templates
fossasia / susi_skill_data
https://github.com/fossasia/susi_skill_data
stars | today |
---|---|
610 | 61 |
A storage place for susi skills http://skills.susi.ai
fossasia / pslab-artwork
https://github.com/fossasia/pslab-artwork
stars | today |
---|---|
563 | 61 |
Pocket Science Lab Artwork https://pslab.io
fossasia / support.eventyay.com
https://github.com/fossasia/support.eventyay.com
stars | today |
---|---|
578 | 60 |
Support site for eventyay.com http://support.eventyay.com
bharathgs / Awesome-pytorch-list
https://github.com/bharathgs/Awesome-pytorch-list
stars | today |
---|---|
3580 | 53 |
A comprehensive list of pytorch related content on github,such as different models,implementations,helper libraries,tutorials etc.
azzoor / AppleEventInviteStickerPack
https://github.com/azzoor/AppleEventInviteStickerPack
stars | today |
---|---|
80 | 54 |
CodeReaderMe / awesome-code-reading
https://github.com/CodeReaderMe/awesome-code-reading
stars | today |
---|---|
79 | 45 |
A curated list of high-quality codebases to read and study. Read more code!
SandboxEscaper / randomrepo
https://github.com/SandboxEscaper/randomrepo
stars | today |
---|---|
664 | 36 |
Repo for random stuff
jwasham / coding-interview-university
https://github.com/jwasham/coding-interview-university
stars | today |
---|---|
70214 | 33 |
A complete computer science study plan to become a software engineer.
ruanyf / weekly
https://github.com/ruanyf/weekly
stars | today |
---|---|
2052 | 41 |
技术分享周刊,每周五发布
tuvtran / project-based-learning
https://github.com/tuvtran/project-based-learning
stars | today |
---|---|
14929 | 39 |
Curated list of project-based tutorials
vuejs / awesome-vue
https://github.com/vuejs/awesome-vue
stars | today |
---|---|
38837 | 36 |
🎉 A curated list of awesome things related to Vue.js
frontend9 / fe9-library
https://github.com/frontend9/fe9-library
stars | today |
---|---|
522 | 32 |
九部知识库