Language: python
NVIDIA / FastPhotoStyle
https://github.com/NVIDIA/FastPhotoStyle
stars | today |
---|---|
5635 | 450 |
Style transfer, deep learning, feature transform
deepmipt / DeepPavlov
https://github.com/deepmipt/DeepPavlov
stars | today |
---|---|
723 | 348 |
An open source library for building end-to-end dialog systems and training chatbots.
crazyguitar / pysheeet
https://github.com/crazyguitar/pysheeet
stars | today |
---|---|
3429 | 169 |
Python Cheat Sheet
sjvasquez / handwriting-synthesis
https://github.com/sjvasquez/handwriting-synthesis
stars | today |
---|---|
182 | 150 |
Handwriting Synthesis with RNNs ✏️
facebookresearch / Detectron
https://github.com/facebookresearch/Detectron
stars | today |
---|---|
11953 | 101 |
FAIR’s research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.
tensorflow / models
https://github.com/tensorflow/models
stars | today |
---|---|
28790 | 61 |
Models and examples built with TensorFlow
pypa / pipenv
https://github.com/pypa/pipenv
stars | today |
---|---|
8917 | 79 |
Python Development Workflow for Humans.
vinta / awesome-python
https://github.com/vinta/awesome-python
stars | today |
---|---|
45968 | 69 |
A curated list of awesome Python frameworks, libraries, software and resources
mitmproxy / mitmproxy
https://github.com/mitmproxy/mitmproxy
stars | today |
---|---|
9879 | 62 |
An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.
google / python-fire
https://github.com/google/python-fire
stars | today |
---|---|
8635 | 58 |
Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.
bitcoinbook / bitcoinbook
https://github.com/bitcoinbook/bitcoinbook
stars | today |
---|---|
7990 | 46 |
Mastering Bitcoin 2nd Edition - Programming the Open Blockchain
keras-team / keras
https://github.com/keras-team/keras
stars | today |
---|---|
25963 | 42 |
Deep Learning for humans
toddmotto / public-apis
https://github.com/toddmotto/public-apis
stars | today |
---|---|
33734 | 49 |
A collective list of public JSON APIs for use in web development.
scikit-learn / scikit-learn
https://github.com/scikit-learn/scikit-learn
stars | today |
---|---|
26016 | 45 |
scikit-learn: machine learning in Python
Featuretools / featuretools
https://github.com/Featuretools/featuretools
stars | today |
---|---|
830 | 50 |
automated feature engineering
openai / gym
stars | today |
---|---|
10572 | 45 |
A toolkit for developing and comparing reinforcement learning algorithms.
mapbox / mapboxgl-jupyter
https://github.com/mapbox/mapboxgl-jupyter
stars | today |
---|---|
163 | 48 |
Use Mapbox GL JS to visualize data in a Python Jupyter notebook
rg3 / youtube-dl
https://github.com/rg3/youtube-dl
stars | today |
---|---|
34287 | 46 |
Command-line program to download videos from YouTube.com and other video sites
requests / requests
https://github.com/requests/requests
stars | today |
---|---|
30586 | 38 |
Python HTTP Requests for Humans™ ✨ 🍰 ✨
deepfakes / faceswap
https://github.com/deepfakes/faceswap
stars | today |
---|---|
3956 | 36 |
Non official project based on original /r/Deepfakes thread. Many thanks to him!
minimaxir / big-list-of-naughty-strings
https://github.com/minimaxir/big-list-of-naughty-strings
stars | today |
---|---|
22985 | 39 |
The Big List of Naughty Strings is a list of strings which have a high probability of causing issues when used as user-input data.
pytorch / pytorch
https://github.com/pytorch/pytorch
stars | today |
---|---|
12544 | 37 |
Tensors and Dynamic neural networks in Python with strong GPU acceleration
ageitgey / face_recognition
https://github.com/ageitgey/face_recognition
stars | today |
---|---|
11339 | 34 |
The world’s simplest facial recognition api for Python and the command line
DanMcInerney / icebreaker
https://github.com/DanMcInerney/icebreaker
stars | today |
---|---|
265 | 34 |
Gets plaintext Active Directory credentials if you’re on the internal network but outside the AD environment
pallets / flask
https://github.com/pallets/flask
stars | today |
---|---|
33451 | 32 |
The Python micro framework for building web applications.
Language: go
zricethezav / gitleaks
https://github.com/zricethezav/gitleaks
stars | today |
---|---|
2438 | 224 |
Searches full repo history for secrets and keys 🔑
ethereum / go-ethereum
https://github.com/ethereum/go-ethereum
stars | today |
---|---|
14415 | 82 |
Official Go implementation of the Ethereum protocol
jessfraz / img
https://github.com/jessfraz/img
stars | today |
---|---|
894 | 82 |
Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder.
kubernetes / kubernetes
https://github.com/kubernetes/kubernetes
stars | today |
---|---|
32947 | 52 |
Production-Grade Container Scheduling and Management
golang / go
stars | today |
---|---|
38285 | 60 |
The Go programming language
rs / jplot
stars | today |
---|---|
141 | 59 |
iTerm2 expvar/JSON monitoring tool
txthinking / brook
https://github.com/txthinking/brook
stars | today |
---|---|
2822 | 43 |
Brook is a cross-platform(Linux/MacOS/Windows/Android/iOS) proxy software
hyperledger / fabric
https://github.com/hyperledger/fabric
stars | today |
---|---|
3694 | 35 |
Read-only mirror of https://gerrit.hyperledger.org/r/#/admin/projects/fabric
yeasy / blockchain_guide
https://github.com/yeasy/blockchain_guide
stars | today |
---|---|
3176 | 33 |
Introduce blockchain related technologies, from theory to practice with bitcoin, ethereum and hyperledger.
bettercap / bettercap
https://github.com/bettercap/bettercap
stars | today |
---|---|
755 | 37 |
The state of the art network attack and monitoring framework.
istio / istio
https://github.com/istio/istio
stars | today |
---|---|
6169 | 35 |
An open platform to connect, manage, and secure microservices.
v2ray / v2ray-core
https://github.com/v2ray/v2ray-core
stars | today |
---|---|
6906 | 33 |
A platform for building proxies to bypass network restrictions.
TruthHun / BookStack
https://github.com/TruthHun/BookStack
stars | today |
---|---|
55 | 33 |
BookStack,基于MinDoc,使用Beego开发的在线文档管理系统,功能类似Gitbook和看云。
gin-gonic / gin
https://github.com/gin-gonic/gin
stars | today |
---|---|
15240 | 34 |
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.
avelino / awesome-go
https://github.com/avelino/awesome-go
stars | today |
---|---|
28173 | 31 |
A curated list of awesome Go frameworks, libraries and software
containous / traefik
https://github.com/containous/traefik
stars | today |
---|---|
13350 | 31 |
Træfik, a modern reverse proxy
pingcap / tidb
https://github.com/pingcap/tidb
stars | today |
---|---|
11820 | 30 |
TiDB is a distributed HTAP database compatible with the MySQL protocol
prometheus / prometheus
https://github.com/prometheus/prometheus
stars | today |
---|---|
14917 | 30 |
The Prometheus monitoring system and time series database.
astaxie / build-web-application-with-golang
https://github.com/astaxie/build-web-application-with-golang
stars | today |
---|---|
20895 | 28 |
A golang ebook intro how to build a web with golang
boltdb / bolt
https://github.com/boltdb/bolt
stars | today |
---|---|
7949 | 31 |
An embedded key/value database for Go.
gohugoio / hugo
https://github.com/gohugoio/hugo
stars | today |
---|---|
23643 | 30 |
The world’s fastest framework for building websites.
mholt / caddy
https://github.com/mholt/caddy
stars | today |
---|---|
16057 | 28 |
Fast, cross-platform HTTP/2 web server with automatic HTTPS
golang / vgo
stars | today |
---|---|
462 | 28 |
[mirror] Versioned Go Prototype
rakyll / statik
https://github.com/rakyll/statik
stars | today |
---|---|
1153 | 28 |
Embed files into a Go executable
huntsman-li / go-cache
https://github.com/huntsman-li/go-cache
stars | today |
---|---|
118 | 26 |
This project encapsulates multiple db servers, redis、ledis、memcache、file、memory、nosql、postgresql
Language: c++
tensorflow / tensorflow
https://github.com/tensorflow/tensorflow
stars | today |
---|---|
90462 | 124 |
Computation using data flow graphs for scalable machine learning
bitcoin / bitcoin
https://github.com/bitcoin/bitcoin
stars | today |
---|---|
28333 | 113 |
Bitcoin Core integration/staging tree
f1xpl / openauto
https://github.com/f1xpl/openauto
stars | today |
---|---|
349 | 59 |
AndroidAuto headunit emulator
electron / electron
https://github.com/electron/electron
stars | today |
---|---|
57078 | 53 |
Build cross platform desktop apps with JavaScript, HTML, and CSS
opencv / opencv
https://github.com/opencv/opencv
stars | today |
---|---|
22475 | 39 |
Open Source Computer Vision Library
randomascii / blogstuff
https://github.com/randomascii/blogstuff
stars | today |
---|---|
114 | 35 |
Support files related to blog posts on https://randomascii.wordpress.com/
google / protobuf
https://github.com/google/protobuf
stars | today |
---|---|
23872 | 33 |
Protocol Buffers - Google’s data interchange format
google-ar / arcore-android-sdk
https://github.com/google-ar/arcore-android-sdk
stars | today |
---|---|
2236 | 31 |
Google ARCore SDK for Android Studio
tesseract-ocr / tesseract
https://github.com/tesseract-ocr/tesseract
stars | today |
---|---|
16503 | 30 |
Tesseract Open Source OCR Engine (main repository)
godotengine / godot
https://github.com/godotengine/godot
stars | today |
---|---|
13536 | 29 |
Godot Engine – Multi-platform 2D and 3D game engine
davisking / dlib
https://github.com/davisking/dlib
stars | today |
---|---|
4281 | 28 |
A toolkit for making real world machine learning and data analysis applications in C++
BVLC / caffe
stars | today |
---|---|
22939 | 22 |
Caffe: a fast open framework for deep learning.
mozilla / DeepSpeech
https://github.com/mozilla/DeepSpeech
stars | today |
---|---|
5880 | 24 |
A TensorFlow implementation of Baidu’s DeepSpeech architecture
envoyproxy / envoy
https://github.com/envoyproxy/envoy
stars | today |
---|---|
4013 | 23 |
C++ front/service proxy
nlohmann / json
https://github.com/nlohmann/json
stars | today |
---|---|
8631 | 22 |
JSON for Modern C++
grpc / grpc
stars | today |
---|---|
13802 | 23 |
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
CMU-Perceptual-Computing-Lab / openpose
https://github.com/CMU-Perceptual-Computing-Lab/openpose
stars | today |
---|---|
5969 | 19 |
OpenPose: Real-time multi-person keypoint detection library for body, face, and hands estimation
ocornut / imgui
https://github.com/ocornut/imgui
stars | today |
---|---|
9916 | 21 |
Dear ImGui: Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies
ApolloAuto / apollo
https://github.com/ApolloAuto/apollo
stars | today |
---|---|
8039 | 18 |
An open autonomous driving platform
OpenGenus / cosmos
https://github.com/OpenGenus/cosmos
stars | today |
---|---|
6292 | 19 |
Algorithms that run our universe | Your personal library of every algorithm and data structure code that you will ever encounter
apple / swift
https://github.com/apple/swift
stars | today |
---|---|
42748 | 21 |
The Swift Programming Language
parro-it / libui-node
https://github.com/parro-it/libui-node
stars | today |
---|---|
750 | 21 |
Node bindings for libui, an awesome native UI library for Unix, OSX and Windows
uglide / RedisDesktopManager
https://github.com/uglide/RedisDesktopManager
stars | today |
---|---|
6885 | 20 |
🔧 Cross-platform GUI management tool for Redis
ethereum / solidity
https://github.com/ethereum/solidity
stars | today |
---|---|
3721 | 18 |
The Solidity Contract-Oriented Programming Language
caffe2 / caffe2
https://github.com/caffe2/caffe2
stars | today |
---|---|
7395 | 18 |
Caffe2 is a lightweight, modular, and scalable deep learning framework.
Language: javascript
brunnolou / react-morph
https://github.com/brunnolou/react-morph
stars | today |
---|---|
739 | 662 |
Morphing Ui transitions made simple
yangshun / front-end-interview-handbook
https://github.com/yangshun/front-end-interview-handbook
stars | today |
---|---|
9480 | 347 |
🕸 Almost complete answers to “Front-end Job Interview Questions” which you can use to interview potential candidates, test yourself or completely ignore
mzabriskie / react-draggable
https://github.com/mzabriskie/react-draggable
stars | today |
---|---|
2834 | 285 |
React draggable component
yujiosaka / headless-chrome-crawler
https://github.com/yujiosaka/headless-chrome-crawler
stars | today |
---|---|
1896 | 245 |
Distributed crawler powered by Headless Chrome
webpack / webpack
https://github.com/webpack/webpack
stars | today |
---|---|
37795 | 219 |
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows to load parts for the application on demand. Through “loaders,” modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, … and your custom stuff.
jwngr / sdow
stars | today |
---|---|
237 | 177 |
Six Degrees of Wikipedia
ethereumbook / ethereumbook
https://github.com/ethereumbook/ethereumbook
stars | today |
---|---|
2331 | 162 |
Mastering Ethereum, by Andreas M. Antonopoulos, Gavin Wood
octref / polacode
https://github.com/octref/polacode
stars | today |
---|---|
3546 | 140 |
📸 Polaroid for your code
vitalets / github-trending-repos
https://github.com/vitalets/github-trending-repos
stars | today |
---|---|
1035 | 136 |
Track GitHub trending repositories in your favorite programming language by native GitHub notifications!
chaozh / awesome-blockchain
https://github.com/chaozh/awesome-blockchain
stars | today |
---|---|
862 | 129 |
收集所有区块链(BlockChain)技术开发相关资料,包括Fabric和Ethereum开发资料
LeCoupa / awesome-cheatsheets
https://github.com/LeCoupa/awesome-cheatsheets
stars | today |
---|---|
4245 | 128 |
📚 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.
GoogleChromeLabs / clooney
https://github.com/GoogleChromeLabs/clooney
stars | today |
---|---|
495 | 114 |
Clooney is an actor library for the web. Use workers without thinking about workers.
terkelg / prompts
https://github.com/terkelg/prompts
stars | today |
---|---|
159 | 111 |
Lightweight, beautiful and user-friendly interactive prompts
vuejs / vue
stars | today |
---|---|
84866 | 103 |
🖖 A progressive, incrementally-adoptable JavaScript framework for building UI on the web.
facebook / create-react-app
https://github.com/facebook/create-react-app
stars | today |
---|---|
43976 | 95 |
Create React apps with no build configuration.
GoogleChrome / puppeteer
https://github.com/GoogleChrome/puppeteer
stars | today |
---|---|
27211 | 97 |
Headless Chrome Node API
umijs / umi
stars | today |
---|---|
540 | 102 |
🍚 Blazing-fast next.js-like framework for React apps.
chrisvfritz / vue-enterprise-boilerplate
https://github.com/chrisvfritz/vue-enterprise-boilerplate
stars | today |
---|---|
728 | 100 |
An ever-evolving, very opinionated architecture and dev environment for new Vue SPA projects using Vue CLI 3.
steffendx / GoNorth
https://github.com/steffendx/GoNorth
stars | today |
---|---|
101 | 94 |
GoNorth is a story and content planning tool for RPGs and other open world games.
facebook / react
https://github.com/facebook/react
stars | today |
---|---|
89179 | 89 |
A declarative, efficient, and flexible JavaScript library for building user interfaces.
jupyterlab / jupyterlab
https://github.com/jupyterlab/jupyterlab
stars | today |
---|---|
4369 | 91 |
JupyterLab computational environment.
axios / axios
https://github.com/axios/axios
stars | today |
---|---|
36798 | 81 |
Promise based HTTP client for the browser and node.js
parcel-bundler / parcel
https://github.com/parcel-bundler/parcel
stars | today |
---|---|
19668 | 78 |
📦 🚀 Blazing fast, zero configuration web application bundler
Chalarangelo / 30-seconds-of-code
https://github.com/Chalarangelo/30-seconds-of-code
stars | today |
---|---|
18006 | 76 |
Curated collection of useful Javascript snippets that you can understand in 30 seconds or less.
dawnlabs / carbon
https://github.com/dawnlabs/carbon
stars | today |
---|---|
7521 | 78 |
🎨 Create and share beautiful images of your source code
Language: unknown
andrew–r / frontend-case-studies
https://github.com/andrew--r/frontend-case-studies
stars | today |
---|---|
743 | 685 |
A curated list of technical talks and articles about real-world enterprise frontend development
mlouielu / cn_constitution_2018
https://github.com/mlouielu/cn_constitution_2018
stars | today |
---|---|
384 | 248 |
2018-02-25 中国共产党中央委员会关于修改宪法部分内容的建议
arialdomartini / Back-End-Developer-Interview-Questions
https://github.com/arialdomartini/Back-End-Developer-Interview-Questions
stars | today |
---|---|
6524 | 220 |
A list of back-end related questions you can be inspired from to interview potential candidates, test yourself or completely ignore
kamranahmedse / developer-roadmap
https://github.com/kamranahmedse/developer-roadmap
stars | today |
---|---|
42770 | 213 |
Roadmap to becoming a web developer in 2018
kelseyhightower / nocode
https://github.com/kelseyhightower/nocode
stars | today |
---|---|
16131 | 116 |
The best way to write secure and reliable applications. Write nothing; deploy nowhere.
sindresorhus / awesome
https://github.com/sindresorhus/awesome
stars | today |
---|---|
78932 | 85 |
😎 Curated list of awesome lists
binhnguyennus / awesome-scalability
https://github.com/binhnguyennus/awesome-scalability
stars | today |
---|---|
7747 | 87 |
An updated and curated list of selected readings to illustrate Scalability, Availability, and Stability Design Patterns in Back-end Development.
jwasham / coding-interview-university
https://github.com/jwasham/coding-interview-university
stars | today |
---|---|
58260 | 69 |
A complete computer science study plan to become a software engineer.
getify / You-Dont-Know-JS
https://github.com/getify/You-Dont-Know-JS
stars | today |
---|---|
76463 | 70 |
A book series on JavaScript. @YDKJS on twitter.
github / gitignore
https://github.com/github/gitignore
stars | today |
---|---|
62012 | 57 |
A collection of useful .gitignore templates
RomuloOliveira / commit-messages-guide
https://github.com/RomuloOliveira/commit-messages-guide
stars | today |
---|---|
78 | 72 |
A guide to understand the importance of commit messages and how to write them well
Widdershin / programmers-oath
https://github.com/Widdershin/programmers-oath
stars | today |
---|---|
89 | 68 |
An oath for programmers, comparable to the Hippocratic Oath
sagishahar / lpeworkshop
https://github.com/sagishahar/lpeworkshop
stars | today |
---|---|
254 | 67 |
Windows / Linux Local Privilege Escalation Workshop
h5bp / Front-end-Developer-Interview-Questions
https://github.com/h5bp/Front-end-Developer-Interview-Questions
stars | today |
---|---|
33046 | 66 |
A list of helpful front-end related questions you can use to interview potential candidates, test yourself or completely ignore.
EbookFoundation / free-programming-books
https://github.com/EbookFoundation/free-programming-books
stars | today |
---|---|
101822 | 63 |
📚 Freely available programming books
vuejs / awesome-vue
https://github.com/vuejs/awesome-vue
stars | today |
---|---|
29176 | 55 |
🎉 A curated list of awesome things related to Vue.js
swapagarwal / swag-for-dev
https://github.com/swapagarwal/swag-for-dev
stars | today |
---|---|
2502 | 58 |
😎 👕 🧦 A list of swag opportunities for developers
awesomedata / awesome-public-datasets
https://github.com/awesomedata/awesome-public-datasets
stars | today |
---|---|
22906 | 51 |
A topic-centric list of high-quality open datasets in public domains. By everyone, for everyone!
googlesamples / android-architecture
https://github.com/googlesamples/android-architecture
stars | today |
---|---|
25303 | 48 |
A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
jhuangtw-dev / xg2xg
https://github.com/jhuangtw-dev/xg2xg
stars | today |
---|---|
879 | 46 |
by ex-googlers, for ex-googlers - a lookup table of similar tech & services
ethereum / wiki
https://github.com/ethereum/wiki
stars | today |
---|---|
8122 | 38 |
The Ethereum Wiki -
tombusby / cypherpunk-research
https://github.com/tombusby/cypherpunk-research
stars | today |
---|---|
299 | 37 |
This repository is essentially for compiling information about Cypherpunks, the history of the movement, and the people/events of note.
ipfs / ipfs
stars | today |
---|---|
11494 | 33 |
Peer-to-peer hypermedia protocol
i0natan / nodebestpractices
https://github.com/i0natan/nodebestpractices
stars | today |
---|---|
12545 | 33 |
The largest Node.JS best practices list. Curated from the top ranked articles and always updated
jbhuang0604 / awesome-computer-vision
https://github.com/jbhuang0604/awesome-computer-vision
stars | today |
---|---|
5291 | 31 |
A curated list of awesome computer vision resources