Language: python
KupynOrest / DeblurGAN
https://github.com/KupynOrest/DeblurGAN
stars | today |
---|---|
267 | 132 |
pytorch / ignite
https://github.com/pytorch/ignite
stars | today |
---|---|
94 | 56 |
tensorflow / models
https://github.com/tensorflow/models
stars | today |
---|---|
24193 | 37 |
Models and examples built with TensorFlow
fchollet / keras
https://github.com/fchollet/keras
stars | today |
---|---|
22124 | 36 |
Deep Learning library for Python. Runs on TensorFlow, Theano, or CNTK.
josephmisiti / awesome-machine-learning
https://github.com/josephmisiti/awesome-machine-learning
stars | today |
---|---|
27848 | 35 |
A curated list of awesome Machine Learning frameworks, libraries and software.
pytorch / pytorch
https://github.com/pytorch/pytorch
stars | today |
---|---|
9524 | 36 |
Tensors and Dynamic neural networks in Python with strong GPU acceleration
vinta / awesome-python
https://github.com/vinta/awesome-python
stars | today |
---|---|
41581 | 34 |
A curated list of awesome Python frameworks, libraries, software and resources
scikit-learn / scikit-learn
https://github.com/scikit-learn/scikit-learn
stars | today |
---|---|
23197 | 29 |
scikit-learn: machine learning in Python
XX-net / XX-Net
https://github.com/XX-net/XX-Net
stars | today |
---|---|
19225 | 33 |
a web proxy tool
sharkdp / shell-functools
https://github.com/sharkdp/shell-functools
stars | today |
---|---|
53 | 35 |
Functional programming tools for the shell
home-assistant / home-assistant
https://github.com/home-assistant/home-assistant
stars | today |
---|---|
10490 | 23 |
🏡 Open-source home automation platform running on Python 3
django / django
https://github.com/django/django
stars | today |
---|---|
29856 | 24 |
The Web framework for perfectionists with deadlines.
python / cpython
https://github.com/python/cpython
stars | today |
---|---|
14439 | 22 |
The Python programming language
rg3 / youtube-dl
https://github.com/rg3/youtube-dl
stars | today |
---|---|
31339 | 24 |
Command-line program to download videos from YouTube.com and other video sites
donnemartin / system-design-primer
https://github.com/donnemartin/system-design-primer
stars | today |
---|---|
21138 | 22 |
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
requests / requests
https://github.com/requests/requests
stars | today |
---|---|
28849 | 23 |
Python HTTP Requests for Humans™ ✨ 🍰 ✨
soimort / you-get
https://github.com/soimort/you-get
stars | today |
---|---|
15952 | 21 |
⏬ Dumb downloader that scrapes the web
openai / gym
stars | today |
---|---|
8461 | 21 |
A toolkit for developing and comparing reinforcement learning algorithms.
pallets / flask
https://github.com/pallets/flask
stars | today |
---|---|
31243 | 21 |
A microframework based on Werkzeug, Jinja2 and good intentions
Zeta36 / chess-alpha-zero
https://github.com/Zeta36/chess-alpha-zero
stars | today |
---|---|
37 | 19 |
Chess reinforcement learning by AlphaGo Zero methods.
naturomics / CapsNet-Tensorflow
https://github.com/naturomics/CapsNet-Tensorflow
stars | today |
---|---|
1542 | 20 |
A Tensorflow implementation of CapsNet(Capsules Net) in Hinton’s paper Dynamic Routing Between Capsules
ansible / ansible
https://github.com/ansible/ansible
stars | today |
---|---|
26841 | 16 |
Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy. Avoid writing scripts or custom code to deploy and update your applications— automate in a language that approaches plain English, using SSH, with no agents to install on remote systems.
DeNA / Chainer_Realtime_Multi-Person_Pose_Estimation
https://github.com/DeNA/Chainer_Realtime_Multi-Person_Pose_Estimation
stars | today |
---|---|
138 | 20 |
Chainer version of Realtime Multi-Person Pose Estiamtion
miloyip / game-programmer
https://github.com/miloyip/game-programmer
stars | today |
---|---|
5322 | 19 |
A Study Path for Game Programmer
ActivityWatch / activitywatch
https://github.com/ActivityWatch/activitywatch
stars | today |
---|---|
631 | 19 |
Log what you do on your computer. Simple (yet powerful), extensible, no third parties.
Language: go
gomatcha / matcha
https://github.com/gomatcha/matcha
stars | today |
---|---|
3055 | 162 |
Build native mobile apps in Go.
tj / node-prune
https://github.com/tj/node-prune
stars | today |
---|---|
2628 | 120 |
Remove unnecessary files from node_modules (.md, .ts, etc)
jung-kurt / gofpdf
https://github.com/jung-kurt/gofpdf
stars | today |
---|---|
1840 | 77 |
A PDF document generator with high level support for text, drawing and images
yudai / gotty
https://github.com/yudai/gotty
stars | today |
---|---|
9342 | 71 |
Share your terminal as a web application
alibaba / pouch
https://github.com/alibaba/pouch
stars | today |
---|---|
638 | 46 |
Pouch is an open-source project created to promote the container technology movement.
GoogleCloudPlatform / container-diff
https://github.com/GoogleCloudPlatform/container-diff
stars | today |
---|---|
1135 | 39 |
container-diff: Diff your Docker containers
gdamore / tcell
https://github.com/gdamore/tcell
stars | today |
---|---|
692 | 38 |
Tcell is an alternate terminal package, similar in some ways to termbox, but better in others.
ethereum / go-ethereum
https://github.com/ethereum/go-ethereum
stars | today |
---|---|
9201 | 29 |
Official Go implementation of the Ethereum protocol
golang / go
stars | today |
---|---|
34758 | 30 |
The Go programming language
kubernetes / kubernetes
https://github.com/kubernetes/kubernetes
stars | today |
---|---|
29303 | 23 |
Production-Grade Container Scheduling and Management
avelino / awesome-go
https://github.com/avelino/awesome-go
stars | today |
---|---|
25538 | 22 |
A curated list of awesome Go frameworks, libraries and software
rsc / 2fa
stars | today |
---|---|
543 | 23 |
Two-factor authentication on the command line
gohugoio / hugo
https://github.com/gohugoio/hugo
stars | today |
---|---|
21274 | 22 |
A Fast and Flexible Static Site Generator built with love in GoLang.
gobuffalo / packr
https://github.com/gobuffalo/packr
stars | today |
---|---|
216 | 19 |
The simple and easy way to embed static files into Go binaries.
gin-gonic / gin
https://github.com/gin-gonic/gin
stars | today |
---|---|
13151 | 18 |
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 |
---|---|
4053 | 17 |
An open platform to connect, manage, and secure microservices.
fogleman / primitive
https://github.com/fogleman/primitive
stars | today |
---|---|
7991 | 16 |
Reproducing images with geometric primitives.
kataras / iris
https://github.com/kataras/iris
stars | today |
---|---|
8306 | 16 |
The fastest web framework for Go in (THIS) Universe. HTTP/2 & MVC fully featured. 🎁 Real-time support
gogits / gogs
https://github.com/gogits/gogs
stars | today |
---|---|
21878 | 15 |
Gogs is a painless self-hosted Git service.
golang / dep
stars | today |
---|---|
5976 | 13 |
Go dependency management tool
evilsocket / sg1
https://github.com/evilsocket/sg1
stars | today |
---|---|
363 | 14 |
A wanna be swiss army knife for data encryption, exfiltration and covert communication.
ncw / rclone
stars | today |
---|---|
7555 | 14 |
“rsync for cloud storage” - Google Drive, Amazon Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Cloudfiles, Google Cloud Storage, Yandex Files
awslabs / aws-sam-local
https://github.com/awslabs/aws-sam-local
stars | today |
---|---|
1230 | 14 |
AWS SAM Local 🐿 is a CLI tool for local development and testing of Serverless applications
minio / minio
https://github.com/minio/minio
stars | today |
---|---|
9182 | 13 |
Minio is an open source object storage server compatible with Amazon S3 APIs
syncthing / syncthing
https://github.com/syncthing/syncthing
stars | today |
---|---|
18395 | 12 |
Open Source Continuous File Synchronization
Language: c++
aksnzhy / xlearn
https://github.com/aksnzhy/xlearn
stars | today |
---|---|
726 | 172 |
High Performance, Easy-to-use, and Scalable Machine Learning Package
tensorflow / tensorflow
https://github.com/tensorflow/tensorflow
stars | today |
---|---|
79357 | 97 |
Computation using data flow graphs for scalable machine learning
bitcoin / bitcoin
https://github.com/bitcoin/bitcoin
stars | today |
---|---|
19692 | 53 |
Bitcoin Core integration/staging tree
electron / electron
https://github.com/electron/electron
stars | today |
---|---|
53291 | 39 |
Build cross platform desktop apps with JavaScript, HTML, and CSS
OpenGenus / cosmos
https://github.com/OpenGenus/cosmos
stars | today |
---|---|
5210 | 33 |
Algorithms that run our universe | Your personal library of every algorithm and data structure code that you will ever encounter
wangyu- / tinyFecVPN
https://github.com/wangyu-/tinyFecVPN
stars | today |
---|---|
646 | 31 |
A VPN Designed for Lossy Links, with Build-in Forward Error Correction Support, uses same lib as UDPspeeder
marukrap / Procedural-Map-Generator
https://github.com/marukrap/Procedural-Map-Generator
stars | today |
---|---|
35 | 29 |
A procedural map generator for roguelike games
opencv / opencv
https://github.com/opencv/opencv
stars | today |
---|---|
19969 | 17 |
Open Source Computer Vision Library
CMU-Perceptual-Computing-Lab / openpose
https://github.com/CMU-Perceptual-Computing-Lab/openpose
stars | today |
---|---|
3637 | 20 |
OpenPose: Real-time multi-person keypoint detection library for body, face, and hands estimation
securesocketfunneling / ssf
https://github.com/securesocketfunneling/ssf
stars | today |
---|---|
595 | 20 |
Secure Socket Funneling - Network tool and toolkit - TCP and UDP port forwarding, SOCKS proxy, remote shell, standalone and cross platform
godotengine / godot
https://github.com/godotengine/godot
stars | today |
---|---|
11515 | 17 |
Godot Engine – Multi-platform 2D and 3D game engine
google / protobuf
https://github.com/google/protobuf
stars | today |
---|---|
21692 | 16 |
Protocol Buffers - Google’s data interchange format
VCVRack / Rack
https://github.com/VCVRack/Rack
stars | today |
---|---|
700 | 15 |
Open-source virtual Eurorack DAW
arendst / Sonoff-Tasmota
https://github.com/arendst/Sonoff-Tasmota
stars | today |
---|---|
1328 | 15 |
Provide ESP8266 based itead Sonoff with Web, MQTT and OTA firmware using Arduino IDE
fireice-uk / xmr-stak
https://github.com/fireice-uk/xmr-stak
stars | today |
---|---|
179 | 11 |
Unified All-in-one Monero miner
mozilla / DeepSpeech
https://github.com/mozilla/DeepSpeech
stars | today |
---|---|
1574 | 15 |
A TensorFlow implementation of Baidu’s DeepSpeech architecture
tesseract-ocr / tesseract
https://github.com/tesseract-ocr/tesseract
stars | today |
---|---|
14406 | 14 |
Tesseract Open Source OCR Engine (main repository)
BVLC / caffe
stars | today |
---|---|
21418 | 13 |
Caffe: a fast open framework for deep learning.
butor / blackbird
https://github.com/butor/blackbird
stars | today |
---|---|
2006 | 14 |
Blackbird Bitcoin Arbitrage: a long/short market-neutral strategy
dmlc / xgboost
https://github.com/dmlc/xgboost
stars | today |
---|---|
9739 | 13 |
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 |
---|---|
41696 | 12 |
The Swift Programming Language
apache / incubator-mxnet
https://github.com/apache/incubator-mxnet
stars | today |
---|---|
12167 | 12 |
Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more
Microsoft / GSL
https://github.com/Microsoft/GSL
stars | today |
---|---|
2420 | 12 |
Guidelines Support Library
fungos / cr
stars | today |
---|---|
175 | 12 |
cr.h: A Simple C Hot Reload Header-only Library
esp8266 / Arduino
https://github.com/esp8266/Arduino
stars | today |
---|---|
6146 | 10 |
ESP8266 core for Arduino
Language: javascript
russellgoldenberg / scrollama
https://github.com/russellgoldenberg/scrollama
stars | today |
---|---|
1521 | 315 |
Scrollytelling with IntersectionObserver.
antvis / g2
stars | today |
---|---|
2806 | 200 |
G2 (The Grammar of Graphics)
uNmAnNeR / imaskjs
https://github.com/uNmAnNeR/imaskjs
stars | today |
---|---|
572 | 167 |
vanilla javascript input mask
z-pattern-matching / z
https://github.com/z-pattern-matching/z
stars | today |
---|---|
598 | 125 |
native pattern matching for javascript
moment / luxon
https://github.com/moment/luxon
stars | today |
---|---|
4041 | 105 |
⏱ A library for working with dates and times in JS
photopea / UPNG.js
https://github.com/photopea/UPNG.js
stars | today |
---|---|
747 | 105 |
Fast and advanced PNG (APNG) decoder and encoder (lossy / lossless)
denisraslov / react-spreadsheet-grid
https://github.com/denisraslov/react-spreadsheet-grid
stars | today |
---|---|
415 | 78 |
Excel-like grid component for React with custom cell editors, performant scroll & resizable columns
JedWatson / react-select
https://github.com/JedWatson/react-select
stars | today |
---|---|
9496 | 76 |
A Select control built with and for React JS
bichenkk / coinmon
https://github.com/bichenkk/coinmon
stars | today |
---|---|
714 | 73 |
💰 The cryptocurrency price tool on CLI. 🖥
thedaviddias / Front-End-Checklist
https://github.com/thedaviddias/Front-End-Checklist
stars | today |
---|---|
18485 | 67 |
🗂 The perfect Front-End Checklist for modern websites and meticulous developers
netlify / netlify-cms
https://github.com/netlify/netlify-cms
stars | today |
---|---|
3512 | 61 |
A CMS for Static Site Generators
sentsin / layui
https://github.com/sentsin/layui
stars | today |
---|---|
9415 | 57 |
采用自身模块规范编写的前端UI框架,遵循原生HTML/CSS/JS的书写形式,极低门槛,拿来即用。
vuejs / vue
stars | today |
---|---|
74909 | 52 |
A progressive, incrementally-adoptable JavaScript framework for building UI on the web.
oliviertassinari / react-swipeable-views
https://github.com/oliviertassinari/react-swipeable-views
stars | today |
---|---|
1762 | 56 |
A React component for swipeable views. ❄️
frappe / charts
https://github.com/frappe/charts
stars | today |
---|---|
9224 | 54 |
Simple, responsive, modern SVG Charts with zero dependencies: https://frappe.github.io/charts
nodejs / node
https://github.com/nodejs/node
stars | today |
---|---|
42785 | 34 |
Node.js JavaScript runtime ✨ 🐢 🚀 ✨
facebook / react
https://github.com/facebook/react
stars | today |
---|---|
82017 | 43 |
A declarative, efficient, and flexible JavaScript library for building user interfaces.
Pau1fitz / react-spotify
https://github.com/Pau1fitz/react-spotify
stars | today |
---|---|
56 | 48 |
A Spotify client built with React / Redux 🎤 🎺 🎸 🎷
airbnb / javascript
https://github.com/airbnb/javascript
stars | today |
---|---|
62228 | 44 |
JavaScript Style Guide
ostera / tldr.jsx
https://github.com/ostera/tldr.jsx
stars | today |
---|---|
432 | 44 |
📚 A Reactive web client for tldr-pages
sindresorhus / meow
https://github.com/sindresorhus/meow
stars | today |
---|---|
1023 | 41 |
CLI app helper
facebookincubator / create-react-app
https://github.com/facebookincubator/create-react-app
stars | today |
---|---|
38317 | 36 |
Create React apps with no build configuration.
didi / cube-ui
https://github.com/didi/cube-ui
stars | today |
---|---|
1615 | 38 |
A fantastic mobile ui lib implement by Vue
technopagan / sqip
https://github.com/technopagan/sqip
stars | today |
---|---|
1216 | 35 |
“SQIP” (pronounced \skwɪb\ like the non-magical folk of magical descent) is a SVG-based LQIP technique.
GoogleChrome / puppeteer
https://github.com/GoogleChrome/puppeteer
stars | today |
---|---|
19795 | 34 |
Headless Chrome Node API
Language: unknown
wtsxDev / reverse-engineering
https://github.com/wtsxDev/reverse-engineering
stars | today |
---|---|
2670 | 143 |
List of awesome reverse engineering resources
k88hudson / git-flight-rules
https://github.com/k88hudson/git-flight-rules
stars | today |
---|---|
15036 | 127 |
Flight rules for git
papers-we-love / papers-we-love
https://github.com/papers-we-love/papers-we-love
stars | today |
---|---|
27442 | 105 |
Papers from the computer science community to read and discuss.
sindresorhus / awesome
https://github.com/sindresorhus/awesome
stars | today |
---|---|
72132 | 79 |
😎 Curated list of awesome lists
NLKNguyen / awesome-language-engineering
https://github.com/NLKNguyen/awesome-language-engineering
stars | today |
---|---|
89 | 65 |
✨ A curated list of useful resources for computer language engineering and theory
iaolo / iA-Fonts
https://github.com/iaolo/iA-Fonts
stars | today |
---|---|
293 | 61 |
getify / You-Dont-Know-JS
https://github.com/getify/You-Dont-Know-JS
stars | today |
---|---|
70903 | 58 |
A book series on JavaScript. @YDKJS on twitter.
AllThingsSmitty / must-watch-css
https://github.com/AllThingsSmitty/must-watch-css
stars | today |
---|---|
2539 | 55 |
A useful list of must-watch talks about CSS
EbookFoundation / free-programming-books
https://github.com/EbookFoundation/free-programming-books
stars | today |
---|---|
97720 | 43 |
📚 Freely available programming books
tucaz / agile-development-cheat-sheet
https://github.com/tucaz/agile-development-cheat-sheet
stars | today |
---|---|
155 | 47 |
2017 Agile Development Cheat Sheet
github / gitignore
https://github.com/github/gitignore
stars | today |
---|---|
57979 | 28 |
A collection of useful .gitignore templates
RedditSota / state-of-the-art-result-for-machine-learning-problems
https://github.com/RedditSota/state-of-the-art-result-for-machine-learning-problems
stars | today |
---|---|
5235 | 33 |
This repository provides state of the art (SoTA) results for all machine learning problems. We do our best to keep this repository up to date. If you do find a problem’s SoTA result is out of date or missing, please raise this as an issue or submit Google form (with this information: research paper name, dataset, metric, source code and year). W…
jwasham / coding-interview-university
https://github.com/jwasham/coding-interview-university
stars | today |
---|---|
49683 | 30 |
A complete computer science study plan to become a software engineer.
jtleek / datasharing
https://github.com/jtleek/datasharing
stars | today |
---|---|
49683 | 30 |
The Leek group guide to data sharing
i0natan / nodebestpractices
https://github.com/i0natan/nodebestpractices
stars | today |
---|---|
10163 | 33 |
The largest Node.JS best practices list. Curated from the top ranked articles and always updated
vuejs / awesome-vue
https://github.com/vuejs/awesome-vue
stars | today |
---|---|
25506 | 32 |
A curated list of awesome things related to Vue.js
getlantern / forum
https://github.com/getlantern/forum
stars | today |
---|---|
12686 | 30 |
蓝灯(Lantern)官方论坛
mr-mig / every-programmer-should-know
https://github.com/mr-mig/every-programmer-should-know
stars | today |
---|---|
30032 | 29 |
A collection of (mostly) technical things every software developer should know
nurkiewicz / polski-w-it
https://github.com/nurkiewicz/polski-w-it
stars | today |
---|---|
24 | 23 |
Słowniczek angielsko-polski w IT
YalePrivacyLab / tracker-profiles
https://github.com/YalePrivacyLab/tracker-profiles
stars | today |
---|---|
39 | 25 |
We’re writing profiles on clandestine tracking software in mobile operating systems.
googlesamples / android-architecture
https://github.com/googlesamples/android-architecture
stars | today |
---|---|
23315 | 20 |
A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
wtsxDev / Malware-Analysis
https://github.com/wtsxDev/Malware-Analysis
stars | today |
---|---|
220 | 18 |
List of awesome malware analysis tools and resources
kelseyhightower / kubernetes-the-hard-way
https://github.com/kelseyhightower/kubernetes-the-hard-way
stars | today |
---|---|
6643 | 18 |
Bootstrap Kubernetes the hard way on Google Cloud Platform. No scripts.
Heydon / inclusive-design-checklist
https://github.com/Heydon/inclusive-design-checklist
stars | today |
---|---|
1583 | 17 |
Aims to be the biggest checklist of inclusive design considerations ever
jlevy / the-art-of-command-line
https://github.com/jlevy/the-art-of-command-line
stars | today |
---|---|
32582 | 16 |
Master the command line, in one page