Language: python
GauravBh1010tt / DeepLearn
https://github.com/GauravBh1010tt/DeepLearn
stars | today |
---|---|
731 | 238 |
Implementation of research papers on Deep Learning+ NLP+ CV in Python using Keras, Tensorflow and Scikit Learn.
tensorflow / models
https://github.com/tensorflow/models
stars | today |
---|---|
33009 | 59 |
Models and examples built with TensorFlow
hannob / snallygaster
https://github.com/hannob/snallygaster
stars | today |
---|---|
643 | 71 |
Tool to scan for secret files on HTTP servers
hzy46 / Deep-Learning-21-Examples
https://github.com/hzy46/Deep-Learning-21-Examples
stars | today |
---|---|
1027 | 66 |
《21个项目玩转深度学习———基于TensorFlow的实践详解》配套代码
a2u / CVE-2018-7600
https://github.com/a2u/CVE-2018-7600
stars | today |
---|---|
149 | 49 |
Proof-of-Concept for CVE-2018-7600 Drupal SA-CORE-2018-002.
jonas-koehler / s2cnn
https://github.com/jonas-koehler/s2cnn
stars | today |
---|---|
195 | 55 |
Spherical CNNs
vinta / awesome-python
https://github.com/vinta/awesome-python
stars | today |
---|---|
48444 | 47 |
A curated list of awesome Python frameworks, libraries, software and resources
keras-team / keras
https://github.com/keras-team/keras
stars | today |
---|---|
28251 | 39 |
Deep Learning for humans
mtobeiyf / keras-flask-deploy-webapp
https://github.com/mtobeiyf/keras-flask-deploy-webapp
stars | today |
---|---|
86 | 44 |
😺 Pretty&simple image classifier app template. Deploy your own trained model or pre-trained model (VGG, ResNet, Densenet) to a web app using Flask in 10 minutes.
rg3 / youtube-dl
https://github.com/rg3/youtube-dl
stars | today |
---|---|
35905 | 36 |
Command-line program to download videos from YouTube.com and other video sites
matterport / Mask_RCNN
https://github.com/matterport/Mask_RCNN
stars | today |
---|---|
5088 | 37 |
Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
scikit-learn / scikit-learn
https://github.com/scikit-learn/scikit-learn
stars | today |
---|---|
27387 | 28 |
scikit-learn: machine learning in Python
CSAILVision / semantic-segmentation-pytorch
https://github.com/CSAILVision/semantic-segmentation-pytorch
stars | today |
---|---|
807 | 32 |
Pytorch implementation for Semantic Segmentation/Scene Parsing on MIT ADE20K dataset
chiphuyen / stanford-tensorflow-tutorials
https://github.com/chiphuyen/stanford-tensorflow-tutorials
stars | today |
---|---|
5868 | 28 |
This repository contains code examples for the Stanford’s course: TensorFlow for Deep Learning Research.
toddmotto / public-apis
https://github.com/toddmotto/public-apis
stars | today |
---|---|
35545 | 27 |
A collective list of public JSON APIs for use in web development.
preempt / credssp
https://github.com/preempt/credssp
stars | today |
---|---|
126 | 28 |
A code demonstrating CVE-2018-0886
asciinema / asciinema
https://github.com/asciinema/asciinema
stars | today |
---|---|
5309 | 27 |
Terminal session recorder 📹
Ahmkel / Keras-Project-Template
https://github.com/Ahmkel/Keras-Project-Template
stars | today |
---|---|
387 | 25 |
A project template to simplify building and training deep learning models using Keras.
PetrochukM / PyTorch-NLP
https://github.com/PetrochukM/PyTorch-NLP
stars | today |
---|---|
587 | 27 |
Supporting Rapid Prototyping with a Toolkit (incl. Datasets and Neural Network Layers)
bugcrowd / HUNT
https://github.com/bugcrowd/HUNT
stars | today |
---|---|
731 | 23 |
XX-net / XX-Net
https://github.com/XX-net/XX-Net
stars | today |
---|---|
22207 | 23 |
a web proxy tool
josephmisiti / awesome-machine-learning
https://github.com/josephmisiti/awesome-machine-learning
stars | today |
---|---|
32065 | 22 |
A curated list of awesome Machine Learning frameworks, libraries and software.
python / cpython
https://github.com/python/cpython
stars | today |
---|---|
17156 | 17 |
The Python programming language
pallets / flask
https://github.com/pallets/flask
stars | today |
---|---|
34716 | 23 |
The Python micro framework for building web applications.
openai / gym
stars | today |
---|---|
11437 | 21 |
A toolkit for developing and comparing reinforcement learning algorithms.
Language: go
dinedal / textql
https://github.com/dinedal/textql
stars | today |
---|---|
6833 | 158 |
Execute SQL against structured text like CSV or TSV
uber / prototool
https://github.com/uber/prototool
stars | today |
---|---|
1777 | 95 |
Your Swiss Army Knife for Protocol Buffers
teh-cmc / go-internals
https://github.com/teh-cmc/go-internals
stars | today |
---|---|
4244 | 93 |
A book about the internals of the Go programming language.
cjbassi / gotop
https://github.com/cjbassi/gotop
stars | today |
---|---|
961 | 54 |
A terminal based graphical activity monitor inspired by gtop and vtop
avelino / awesome-go
https://github.com/avelino/awesome-go
stars | today |
---|---|
29744 | 39 |
A curated list of awesome Go frameworks, libraries and software
ethereum / go-ethereum
https://github.com/ethereum/go-ethereum
stars | today |
---|---|
16624 | 30 |
Official Go implementation of the Ethereum protocol
gilbertchen / duplicacy
https://github.com/gilbertchen/duplicacy
stars | today |
---|---|
2025 | 35 |
A new generation cloud backup tool
thecodingmachine / gotenberg
https://github.com/thecodingmachine/gotenberg
stars | today |
---|---|
68 | 34 |
📜 A stateless API for converting Markdown files, HTML files and Office documents to PDF
golang / go
stars | today |
---|---|
40277 | 31 |
The Go programming language
google / trillian
https://github.com/google/trillian
stars | today |
---|---|
928 | 32 |
Trillian implements a Merkle tree whose contents are served from a data storage layer, to allow scalability to extremely large trees.
dgraph-io / dgraph
https://github.com/dgraph-io/dgraph
stars | today |
---|---|
5297 | 30 |
Fast, Distributed Graph DB
dgraph-io / badger
https://github.com/dgraph-io/badger
stars | today |
---|---|
3496 | 29 |
Fast key-value DB in Go.
astaxie / build-web-application-with-golang
https://github.com/astaxie/build-web-application-with-golang
stars | today |
---|---|
21909 | 26 |
A golang ebook intro how to build a web with golang
senseyeio / spaniel
https://github.com/senseyeio/spaniel
stars | today |
---|---|
44 | 28 |
Time span handling for Go
kubernetes / kubernetes
https://github.com/kubernetes/kubernetes
stars | today |
---|---|
35044 | 24 |
Production-Grade Container Scheduling and Management
gohugoio / hugo
https://github.com/gohugoio/hugo
stars | today |
---|---|
24887 | 24 |
The world’s fastest framework for building websites.
jedisct1 / dnscrypt-proxy
https://github.com/jedisct1/dnscrypt-proxy
stars | today |
---|---|
1333 | 22 |
DNSCrypt Proxy - A flexible DNS proxy, with support for encrypted DNS protocols.
fatedier / frp
https://github.com/fatedier/frp
stars | today |
---|---|
11322 | 22 |
A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
wallix / awless
https://github.com/wallix/awless
stars | today |
---|---|
3604 | 22 |
A Mighty CLI for AWS
itchyny / bed
https://github.com/itchyny/bed
stars | today |
---|---|
630 | 21 |
Binary editor written in Go
v2ray / v2ray-core
https://github.com/v2ray/v2ray-core
stars | today |
---|---|
7816 | 17 |
A platform for building proxies to bypass network restrictions.
drone / drone
https://github.com/drone/drone
stars | today |
---|---|
13901 | 19 |
Drone is a Continuous Delivery platform built on Docker, written in Go
containous / traefik
https://github.com/containous/traefik
stars | today |
---|---|
14477 | 18 |
Træfik, a modern reverse proxy
vedhavyas / zwfp
https://github.com/vedhavyas/zwfp
stars | today |
---|---|
123 | 18 |
Zero-Width fingerprinting
tomnomnom / gron
https://github.com/tomnomnom/gron
stars | today |
---|---|
4375 | 17 |
Make JSON greppable!
Language: c++
tensorflow / tensorflow
https://github.com/tensorflow/tensorflow
stars | today |
---|---|
96293 | 111 |
Computation using data flow graphs for scalable machine learning
changkun / modern-cpp-tutorial
https://github.com/changkun/modern-cpp-tutorial
stars | today |
---|---|
1837 | 90 |
📚 C++11/14/17 On the Fly
bitcoin / bitcoin
https://github.com/bitcoin/bitcoin
stars | today |
---|---|
30582 | 40 |
Bitcoin Core integration/staging tree
zhongyang219 / TrafficMonitor
https://github.com/zhongyang219/TrafficMonitor
stars | today |
---|---|
406 | 43 |
这是一个用于显示当前网速、CPU及内存利用率的桌面悬浮窗软件,并支持任务栏显示,支持更换皮肤。
fuchsia-mirror / zircon
https://github.com/fuchsia-mirror/zircon
stars | today |
---|---|
621 | 33 |
Zircon Kernel, Core Drivers, and Services
electron / electron
https://github.com/electron/electron
stars | today |
---|---|
58918 | 30 |
Build cross platform desktop apps with JavaScript, HTML, and CSS
opencv / opencv
https://github.com/opencv/opencv
stars | today |
---|---|
23761 | 14 |
Open Source Computer Vision Library
google / protobuf
https://github.com/google/protobuf
stars | today |
---|---|
25226 | 19 |
Protocol Buffers - Google’s data interchange format
EOSIO / eos
stars | today |
---|---|
6036 | 17 |
An open source smart contract platform
pytorch / pytorch
https://github.com/pytorch/pytorch
stars | today |
---|---|
14018 | 16 |
Tensors and Dynamic neural networks in Python with strong GPU acceleration
godotengine / godot
https://github.com/godotengine/godot
stars | today |
---|---|
14623 | 14 |
Godot Engine – Multi-platform 2D and 3D game engine
yue / yue
stars | today |
---|---|
1496 | 18 |
A library for creating native cross-platform GUI apps
mawww / kakoune
https://github.com/mawww/kakoune
stars | today |
---|---|
3232 | 16 |
mawww’s experiment for a better code editor
tesseract-ocr / tesseract
https://github.com/tesseract-ocr/tesseract
stars | today |
---|---|
17684 | 15 |
Tesseract Open Source OCR Engine (main repository)
dmlc / xgboost
https://github.com/dmlc/xgboost
stars | today |
---|---|
11564 | 12 |
Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Flink and DataFlow
apple / swift
https://github.com/apple/swift
stars | today |
---|---|
43376 | 13 |
The Swift Programming Language
BVLC / caffe
stars | today |
---|---|
23715 | 12 |
Caffe: a fast open framework for deep learning.
HerikLyma / CPPWebFramework
https://github.com/HerikLyma/CPPWebFramework
stars | today |
---|---|
53 | 14 |
The C++ Web Framework (CWF) is a MVC web framework, Open Source, under MIT License, created by Herik Lima and Marcelo Eler, using C++ with Qt to be used in the development of web applications.
tcoppex / sparkle
https://github.com/tcoppex/sparkle
stars | today |
---|---|
28 | 14 |
A modern particle engine running on GPU, using c++11 and OpenGL 4.x.
nlohmann / json
https://github.com/nlohmann/json
stars | today |
---|---|
9205 | 13 |
JSON for Modern C++
v8 / v8
stars | today |
---|---|
8761 | 13 |
The official mirror of the V8 Git repository
google / leveldb
https://github.com/google/leveldb
stars | today |
---|---|
13323 | 13 |
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
doitsujin / dxvk
https://github.com/doitsujin/dxvk
stars | today |
---|---|
904 | 13 |
Vulkan-based D3D11 implementation for Linux / Wine
OpenGenus / cosmos
https://github.com/OpenGenus/cosmos
stars | today |
---|---|
7208 | 12 |
Algorithms that run our universe | Your personal library of every algorithm and data structure code that you will ever encounter
xbmc / xbmc
stars | today |
---|---|
6959 | 11 |
Kodi Main Repository - By using this code you agree with our policy and will follow the GPLv2 license as included
Language: javascript
vuejs / vuepress
https://github.com/vuejs/vuepress
stars | today |
---|---|
1012 | 818 |
Minimalistic Vue-powered static site generator
marktext / marktext
https://github.com/marktext/marktext
stars | today |
---|---|
2670 | 203 |
📝 Next generation markdown editor, running on platforms of MacOS Windows and Linux.
aweary / react-copy-write
https://github.com/aweary/react-copy-write
stars | today |
---|---|
286 | 177 |
✍️ Immutable state with a mutable API
FrontendMasters / front-end-handbook-2018
https://github.com/FrontendMasters/front-end-handbook-2018
stars | today |
---|---|
1570 | 138 |
2018 edition of our front-end development handbook
drcmda / react-spring
https://github.com/drcmda/react-spring
stars | today |
---|---|
3028 | 131 |
🙌 Helping react-motion and animated to become best friends
vuejs / vue
stars | today |
---|---|
90773 | 112 |
🖖 A progressive, incrementally-adoptable JavaScript framework for building UI on the web.
react-tools / react-table
https://github.com/react-tools/react-table
stars | today |
---|---|
3264 | 86 |
React Table - A lightweight, fast and extendable datagrid for React
wasdk / WebAssemblyStudio
https://github.com/wasdk/WebAssemblyStudio
stars | today |
---|---|
1081 | 86 |
Learn, Teach, Work and Play in the WebAssembly Studio
DIYgod / RSSHub
https://github.com/DIYgod/RSSHub
stars | today |
---|---|
364 | 86 |
🍭 使用 RSS 连接全世界
facebook / react
https://github.com/facebook/react
stars | today |
---|---|
93492 | 73 |
A declarative, efficient, and flexible JavaScript library for building user interfaces.
sigalor / whatsapp-web-reveng
https://github.com/sigalor/whatsapp-web-reveng
stars | today |
---|---|
2433 | 71 |
Reverse engineering WhatsApp Web.
rubencodes / recal
https://github.com/rubencodes/recal
stars | today |
---|---|
94 | 72 |
A minimal, accessible React/Preact calendar component using modern CSS.
axios / axios
https://github.com/axios/axios
stars | today |
---|---|
39784 | 52 |
Promise based HTTP client for the browser and node.js
airbnb / javascript
https://github.com/airbnb/javascript
stars | today |
---|---|
69418 | 51 |
JavaScript Style Guide
facebook / create-react-app
https://github.com/facebook/create-react-app
stars | today |
---|---|
46971 | 50 |
Create React apps with no build configuration.
justjavac / free-programming-books-zh_CN
https://github.com/justjavac/free-programming-books-zh_CN
stars | today |
---|---|
31053 | 44 |
📚 免费的计算机编程类中文书籍,欢迎投稿
glidejs / glide
https://github.com/glidejs/glide
stars | today |
---|---|
2664 | 49 |
A dependency-free JavaScript ES6 slider and carousel. It’s lightweight, flexible and fast. Designed to slide. No less, no more
Meituan-Dianping / mpvue
https://github.com/Meituan-Dianping/mpvue
stars | today |
---|---|
7665 | 47 |
基于 Vue.js 的小程序开发框架,从底层支持 Vue.js 语法和构建工具体系。
stdlib-js / stdlib
https://github.com/stdlib-js/stdlib
stars | today |
---|---|
869 | 45 |
✨ Standard library for JavaScript and Node.js. ✨
GoogleChrome / puppeteer
https://github.com/GoogleChrome/puppeteer
stars | today |
---|---|
30275 | 40 |
Headless Chrome Node API
text-mask / text-mask
https://github.com/text-mask/text-mask
stars | today |
---|---|
2858 | 44 |
Input mask for React, Angular, Ember, Vue, & plain JavaScript
nodejs / node
https://github.com/nodejs/node
stars | today |
---|---|
47598 | 36 |
Node.js JavaScript runtime ✨ 🐢 🚀 ✨
tensorflow / tfjs
https://github.com/tensorflow/tfjs
stars | today |
---|---|
5867 | 40 |
A WebGL accelerated, browser based JavaScript library for training and deploying ML models.
justjavac / awesome-wechat-weapp
https://github.com/justjavac/awesome-wechat-weapp
stars | today |
---|---|
13414 | 37 |
微信小程序开发资源汇总 💯
facebook / react-native
https://github.com/facebook/react-native
stars | today |
---|---|
62564 | 36 |
A framework for building native apps with React.
Language: unknown
CyC2018 / Interview-Notebook
https://github.com/CyC2018/Interview-Notebook
stars | today |
---|---|
17132 | 173 |
📚 技术面试需要掌握的基础知识整理,欢迎编辑~
gopherchina / conference
https://github.com/gopherchina/conference
stars | today |
---|---|
2016 | 146 |
kamranahmedse / developer-roadmap
https://github.com/kamranahmedse/developer-roadmap
stars | today |
---|---|
47142 | 104 |
Roadmap to becoming a web developer in 2018
sindresorhus / awesome
https://github.com/sindresorhus/awesome
stars | today |
---|---|
82892 | 63 |
😎 Curated list of awesome lists
dbohdan / structured-text-tools
https://github.com/dbohdan/structured-text-tools
stars | today |
---|---|
4373 | 64 |
A list of command line tools for manipulating structured text data
github / gitignore
https://github.com/github/gitignore
stars | today |
---|---|
64376 | 49 |
A collection of useful .gitignore templates
getify / You-Dont-Know-JS
https://github.com/getify/You-Dont-Know-JS
stars | today |
---|---|
79989 | 47 |
A book series on JavaScript. @YDKJS on twitter.
jwasham / coding-interview-university
https://github.com/jwasham/coding-interview-university
stars | today |
---|---|
60621 | 34 |
A complete computer science study plan to become a software engineer.
EbookFoundation / free-programming-books
https://github.com/EbookFoundation/free-programming-books
stars | today |
---|---|
103903 | 32 |
📚 Freely available programming books
vuejs / awesome-vue
https://github.com/vuejs/awesome-vue
stars | today |
---|---|
31364 | 30 |
🎉 A curated list of awesome things related to Vue.js
keon / awesome-nlp
https://github.com/keon/awesome-nlp
stars | today |
---|---|
5134 | 32 |
📖 A curated list of resources dedicated to Natural Language Processing (NLP)
goodjack / developer-roadmap-chinese
https://github.com/goodjack/developer-roadmap-chinese
stars | today |
---|---|
1883 | 29 |
2018 年成為 Web 開發人員的路線圖
jbhuang0604 / awesome-computer-vision
https://github.com/jbhuang0604/awesome-computer-vision
stars | today |
---|---|
6592 | 25 |
A curated list of awesome computer vision resources
UnicornTeam / hackcube
https://github.com/UnicornTeam/hackcube
stars | today |
---|---|
45 | 26 |
binhnguyennus / awesome-scalability
https://github.com/binhnguyennus/awesome-scalability
stars | today |
---|---|
8922 | 23 |
High Scalability, High Availability, High Stability, High Performance, and High Intelligence Back-end Designs
sindresorhus / awesome-nodejs
https://github.com/sindresorhus/awesome-nodejs
stars | today |
---|---|
23170 | 24 |
⚡️ Delightful Node.js packages and resources
rfyiamcool / share_ppt
https://github.com/rfyiamcool/share_ppt
stars | today |
---|---|
594 | 24 |
🚗 🚗 🚗 我个人曾经做过的技术分享… 🚗 🚗 🚗
jlevy / the-art-of-command-line
https://github.com/jlevy/the-art-of-command-line
stars | today |
---|---|
34537 | 25 |
Master the command line, in one page
googlesamples / android-architecture
https://github.com/googlesamples/android-architecture
stars | today |
---|---|
26559 | 18 |
A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
1c7 / chinese-independent-developer
https://github.com/1c7/chinese-independent-developer
stars | today |
---|---|
8204 | 20 |
👩🏿💻👨🏾💻👩🏼💻👨🏽💻👩🏻💻中国独立开发者项目列表 – 分享大家都在做什么
enaqx / awesome-react
https://github.com/enaqx/awesome-react
stars | today |
---|---|
24973 | 19 |
A collection of awesome things regarding React ecosystem.
alebcay / awesome-shell
https://github.com/alebcay/awesome-shell
stars | today |
---|---|
12081 | 19 |
A curated list of awesome command-line frameworks, toolkits, guides and gizmos. Inspired by awesome-php.
fffaraz / awesome-cpp
https://github.com/fffaraz/awesome-cpp
stars | today |
---|---|
12804 | 19 |
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-… stuff.
kelseyhightower / nocode
https://github.com/kelseyhightower/nocode
stars | today |
---|---|
19754 | 16 |
The best way to write secure and reliable applications. Write nothing; deploy nowhere.
PreOS-Security / awesome-firmware-security
https://github.com/PreOS-Security/awesome-firmware-security
stars | today |
---|---|
73 | 17 |
Awesome Firmware Security & Other Helpful Documents