Skip to content

helloall1900/Stars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 

Repository files navigation

Awesome Stars Awesome

A curated list of my GitHub stars! Generated by starred.

Total Date

Contents

Assembly (2)

Back to Top

  • sonic - A blazingly fast JSON serializing & deserializing library
  • pics - File formats dissections and more...

C (129)

Back to Top

  • haclog - Haclog(Happy Aync C log) is an extremely fast plain C logging library
  • nature - 🍀 The Nature Programming Language, may you be able to experience the joy of programming.
  • whisper.cpp - Port of OpenAI's Whisper model in C/C++
  • wrk2 - A constant throughput, correct latency recording variant of wrk
  • perftest - Infiniband Verbs Performance Tests
  • rdma-core - RDMA core userspace libraries and daemons
  • ucx - Unified Communication X (mailing list - https://elist.ornl.gov/mailman/listinfo/ucx-group)
  • wasm3 - 🚀 A fast WebAssembly interpreter and the most universal WASM runtime
  • Turbo-Base64 - Turbo Base64 - Fastest Base64 SIMD:SSE/AVX2/AVX512/Neon/Altivec - Faster than memcpy!
  • Real-ESRGAN-ncnn-vulkan - NCNN implementation of Real-ESRGAN. Real-ESRGAN aims at developing Practical Algorithms for General Image Restoration.
  • uvbook - An Introduction to libuv
  • fastdiv - Fast division by invariant integers using multiplication
  • tengine - A distribution of Nginx with some advanced features
  • onion - C library to create simple HTTP servers and Web Applications.
  • bytehound - A memory profiler for Linux.
  • qlibc - qLibc is a simple and yet powerful C library providing generic data structures and algorithms.
  • ext-ds - An extension providing efficient data structures for PHP 7
  • Collections-C - A library of generic data structures for the C language.
  • c-algorithms - A library of common data structures and algorithms written in C.
  • fastvalidate-utf-8 - header-only library to validate utf-8 strings at high speeds (using SIMD instructions)
  • base64 - Fast Base64 stream encoder/decoder in C99, with SIMD acceleration
  • twemproxy - A fast, light-weight proxy for memcached and redis
  • HandBrake - HandBrake's main development repository
  • httpserver.h - Single header library for writing non-blocking HTTP servers in C
  • flatcc - FlatBuffers Compiler and Library in C for C
  • bmc-cache - In-kernel cache based on eBPF.
  • katran - A high performance layer 4 load balancer
  • upb - a small protobuf implementation in C
  • crun - A fast and lightweight fully featured OCI runtime and C library for running containers
  • glib - Read-only mirror of https://gitlab.gnome.org/GNOME/glib
  • Melon - A generic cross-platform C library that includes many commonly used components and frameworks, and a new scripting language interpreter. It currently supports C99 and Aspect-Oriented Programming (AOP).
  • pyroscope - Continuous Profiling Platform. Debug performance issues down to a single line of code
  • gobpf - Go bindings for creating BPF programs.
  • bcc - BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more
  • ish - Linux shell for iOS
  • yyjson - The fastest JSON library in C
  • libdill - Structured concurrency in C
  • libmill - Go-style concurrency in C
  • openssl - TLS/SSL and crypto library
  • json-parser - Very low footprint DOM-style JSON parser written in portable ANSI C
  • json-c - https://github.com/json-c/json-c is the official code repository for json-c. See the wiki for release tarballs for download. API docs at http://json-c.github.io/json-c/
  • libclo - Read-only compound literal objects
  • libdynamic - High performance utility library for C
  • libreactor - Extendable event driven high performance C-abstractions
  • macro_robinhood_hash - Simple Robin Hood hash table implemented using C macros
  • rhashmap - Robin Hood hash map library
  • opic - Fast serialization framework for C
  • cachehash - An efficient C hash-table like data structure with static size that evicts LRU object on insertion
  • mini-async-log-c - Mini async log C port. Now with C++ wrappers.
  • libwebsockets - canonical libwebsockets.org networking library
  • libuv - Cross-platform asynchronous I/O
  • heaptrace - Traces malloc, realloc, and free calls
  • stb - stb single-file public domain libraries for C/C++
  • lwan - Experimental, scalable, high performance HTTP server
  • http-parser - http request/response parser for c
  • h2o - H2O - the optimized HTTP/1, HTTP/2, HTTP/3 server
  • wrk - Modern HTTP benchmarking tool
  • netdata - The open-source observability platform everyone needs!
  • ck - Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the research, design and implementation of high performance concurrent systems developed in C99+.
  • libfyaml - Fully feature complete YAML parser and emitter, supporting the latest YAML spec and passing the full YAML testsuite.
  • switch-lan-play - Enjoy games with your friends as if you were on a LAN.
  • jq - Command-line JSON processor
  • go-yolo - Golang binding for YOLO/Darknet recognition framework
  • libhv - 🔥 比libevent/libuv/asio更易用的网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket/MQTT client/server.
  • C - Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
  • libcsp - A concurrency C library 10x faster than Golang.
  • projectsandcastle - Supporting tools for Android/Linux on the iPhone
  • multithreading - Examples of thread-safe data structures, an event loop, and a c channel implementation similar to golang's.
  • channels - a simple implementation of Golang channels functionality in C
  • clibs - A smattering of miscellaneous C libraries. Includes sane argument parsing, a thread-safe multi-producer/multi-consumer queue, and implementation of common data structures (hashmaps, vectors and linked lists).
  • mlib - Library of generic and type safe containers in pure C language (C99 or C11) for a wide collection of container (comparable to the C++ STL).
  • clhash - C library implementing the ridiculously fast CLHash hashing function
  • map - A type-safe hash map implementation for C
  • libsrt - libsrt is a C library for writing fast and safe C code, faster. It provides string, vector, bit set, set, map, hash set, and hash map handling. Suitable for soft and hard real-time. Allows both heap and stack allocation. BETA (API still can change: suggestions are welcome)
  • libqb - libqb is a library providing high performance logging, tracing, ipc, and poll.
  • sharedhashfile - Share Hash Tables With Stable Key Hints Stored In Memory Mapped Files Between Arbitrary Processes
  • ipc-bench - Latency benchmarks of Unix IPC mechanisms
  • dpt-tools - dpt systems study and enhancement
  • memcached - memcached development tree
  • tinylog - A lightweight C, C++ logging library developed for Linux, It is designed with high performance, asynchronized, thread-safe and process-safe; tinylog是一个专为UNIX设计的轻量级的C/C++日志模块,其提供了高性能,异步,线程安全,进程安全的日志功能。
  • EasyLogger - An ultra-lightweight(ROM<1.6K, RAM<0.3k), high-performance C/C++ log library. | 一款超轻量级(ROM<1.6K, RAM<0.3k)、高性能的 C/C++ 日志库
  • zlog - A reliable, high-performance, thread safe, flexsible, clear-model, pure C logging library.
  • Gaussian_YOLOv3 - Gaussian YOLOv3: An Accurate and Fast Object Detector Using Localization Uncertainty for Autonomous Driving (ICCV, 2019)
  • libhl - Simple and fast C library implementing a thread-safe API to manage hash-tables, linked lists, lock-free ring buffers and queues
  • ringbuf - Lock-free ring buffer (MPSC)
  • core_analyzer - A power tool to debug memory-related issues
  • frozen - JSON parser and generator for C/C++ with scanf/printf like interface. Targeting embedded systems.
  • sacd-ripper - Improved sacd_extract
  • CPython-Internals - Dive into CPython internals, trying to illustrate every detail of CPython implementation
  • memleax - debugs memory leak of running process. Not maintained anymore, try libleak please.
  • libwire - User space threading (aka coroutines) library for C resembling GoLang and goroutines
  • hash-functions-benchmark - benchmark of several hash functions
  • js0n - Flexible Zero-Footprint JSON Parser in C
  • jsmn - Jsmn is a world fastest JSON parser/tokenizer. This is the official repo replacing the old one at Bitbucket
  • ultrajson - Ultra fast JSON decoder and encoder written in C with Python bindings
  • yajl - A fast streaming JSON parsing library in C.
  • jansson - C library for encoding, decoding and manipulating JSON data
  • stackusage - Measure stack usage in Linux and macOS applications
  • libaco-sched - A coroutine scheduler and lightweight network library for libaco
  • NtyCo - 纯c版本的协程实现,汇编切换,调度器实现,包含服务器端案例,客户端并发测试案例
  • lz4 - Extremely Fast Compression algorithm
  • os-tutorial - How to create an OS from scratch
  • klib - A standalone and lightweight C library
  • uthash - C macros for hash tables and more
  • curl - A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features
  • stacktrace - Human-readable stack trace for C and C++ programs and C++ exception backtrace.
  • C-stacktrace - A small header C library to print stack trace on execution if an exception occurs (such as segmentation fault).
  • c-ringbuf - A ring buffer implemented in C
  • timer-wheel - User space timer wheel imeplementation
  • timeout - timer.c: Tickless hierarchical timing wheel
  • sqlite - Unofficial git mirror of SQLite sources (see link for build instructions)
  • redis - Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
  • nginx - An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html
  • miniweb - Small, cross-platform HTTP server with useful directory listing. Enhanced fork of http://miniweb.sourceforge.net
  • cJSON - Ultralightweight JSON parser in ANSI C
  • tinyhttpd - This is a github mirror of thttpd (http://www.acme.com/software/thttpd/)
  • shadowsocks-libev - Bug-fix-only libev port of shadowsocks. Future development moved to shadowsocks-rust
  • GibsonEnv - Gibson Environments: Real-World Perception for Embodied Agents
  • Mu - A new Palm OS emulator targeting compatibility, speed and accuracy in that order.
  • darknet - YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
  • pytorch-osx-build - Off-the-shelf python package of pytorch with CUDA support for Mac OS
  • darknet - Convolutional Neural Networks
  • minivmac4ios - Mini vMac for iOS
  • hashcat - World's fastest and most advanced password recovery utility
  • libaco - A blazing fast and lightweight C asymmetric coroutine library 💎 ⛅🚀⛅🌞
  • coroutine - A asymmetric coroutine library for C.
  • mac-precision-touchpad - Windows Precision Touchpad Driver Implementation for Apple MacBook / Magic Trackpad
  • siege - Siege is an http load tester and benchmarking utility
  • GmSSL - 支持国密SM2/SM3/SM4/SM9/SSL的密码工具箱

C# (9)

Back to Top

C++ (108)

Back to Top

  • gpt4all - gpt4all: run open-source LLMs anywhere
  • arrow - Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing
  • llama.cpp - LLM inference in C/C++
  • wabt - The WebAssembly Binary Toolkit
  • sonic-cpp - A fast JSON serializing & deserializing library, accelerated by SIMD.
  • notes - Fast and beautiful note-taking app written in C++. Write down your thoughts.
  • brpc - brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC".
  • klee - KLEE Symbolic Execution Engine
  • carbon-lang - Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)
  • cpp-stub - C++ unit test stub(not mock) and awesome.Surpported ISA x86,x86-64,arm64,arm32,arm thumb,mips64,riscv,loongarch64.
  • vhash - A C++ reimplementation of Near Duplicate Video Detection - Get a 64-bit comparable hash-value for any video (Video Hash).
  • CLI11 - CLI11 is a command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface.
  • sqlite_orm - ❤️ SQLite ORM light header only library for modern C++
  • spdlog - Fast C++ logging library.
  • modern-cpp-tutorial - 📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly | https://changkun.de/modern-cpp/
  • CPlusPlusThings - C++那些事
  • hikyuu - Hikyuu Quant Framework 基于C++/Python的开源量化交易研究框架
  • json - JSON for Modern C++
  • pdqsort - Pattern-defeating quicksort.
  • Waifu2x-Extension-GUI - Video, Image and GIF upscale/enlarge(Super-Resolution) and Video frame interpolation. Achieved with Waifu2x, Real-ESRGAN, Real-CUGAN, RTX Video Super Resolution VSR, SRMD, RealSR, Anime4K, RIFE, IFRNet, CAIN, DAIN, and ACNet.
  • fastmod - A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.
  • hotspot - The Linux perf GUI for performance analysis.
  • heaptrack - A heap memory profiler for Linux
  • flatbuffers - FlatBuffers: Memory Efficient Serialization Library
  • capnproto - Cap'n Proto serialization/RPC system - core tools and C++ library
  • bolt - 10x faster matrix and vector operations
  • lithium - Easy to use C++17 HTTP Server with no compromise on performances. https://matt-42.github.io/lithium
  • drogon - Drogon: A C++14/17/20 based HTTP web application framework running on Linux/macOS/Unix/Windows
  • protobuf-c - Protocol Buffers implementation in C
  • nghttp2 - nghttp2 - HTTP/2 C Library and tools
  • OpenCC - Conversion between Traditional and Simplified Chinese
  • rr - Record and Replay Framework
  • protobuf - Protocol Buffers - Google's data interchange format
  • cudf - cuDF - GPU DataFrame Library
  • bpftrace - High-level tracing language for Linux eBPF
  • gperftools - Main gperftools repository
  • lightseq - LightSeq: A High Performance Library for Sequence Processing and Generation
  • MediaInfoLib - Convenient unified display of the most relevant technical and tag data for video and audio files.
  • zzzjson - The fastest JSON parser written in pure C
  • rapidjson - A fast JSON parser/generator for C++ with both SAX/DOM style API
  • simdjson - Parsing gigabytes of JSON per second : used by Facebook/Meta Velox, the Node.js runtime, ClickHouse, WatermelonDB, Apache Doris, Milvus, StarRocks
  • robin-hood-hashing - Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20
  • hat-trie - C++ implementation of a fast and memory efficient HAT-trie
  • tommyds - A C library of hashtables and tries designed to store objects with high performance
  • NanoLog - Nanolog is an extremely performant nanosecond scale logging system for C++ that exposes a simple printf-like API.
  • CppCon2018 - Slides and other materials from CppCon 2018
  • CppCon2015 - Presentation Materials from CppCon 2015
  • CppCon2016 - Slides and other materials from CppCon 2016
  • CppCon2014 - Speaker materials from CppCon 2014
  • MediaElch - Media Manager for Kodi
  • mtensor - a c++/cuda template library for tensor lazy evaluation
  • hplayer - A multi-screen player using Qt + FFmpeg.
  • envoy - Cloud-native high-performance edge/middle/service proxy
  • Yolov4-QtGUI - win10 vs2017 qt_demo yolov4
  • design-patterns-cpp - C++ Design Patterns
  • fmt - A modern formatting library
  • benchmark - A microbenchmark support library
  • libfacedetection - An open source library for face detection in images. The face detection speed can reach 1000FPS.
  • googletest - GoogleTest - Google Testing and Mocking Framework
  • tiny-dnn - header only, dependency-free deep learning framework in C++14
  • bees - Best-Effort Extent-Same, a btrfs dedupe agent
  • hyperscan - High-performance regular expression matching library
  • taichi_mpm - High-performance moving least squares material point method (MLS-MPM) solver. (ACM Transactions on Graphics, SIGGRAPH 2018)
  • taichi - Productive, portable, and performant GPU programming in Python.
  • Sourcetrail - Sourcetrail - free and open-source interactive source explorer
  • pythran - Ahead of Time compiler for numeric kernels
  • OpenARK - OpenARK is an open-source wearable augmented reality (AR) system founded at UC Berkeley in 2016. The C++ based software offers innovative core functionalities to power a wide range of off-the-shelf AR components, including see-through glasses, depth cameras, and IMUs.
  • cppcheck - static analysis of C/C++ code
  • CenterFace - face detection
  • LFFD-OpenVINO - Intel OpenVINO Implementation of the paper of LFFD: A Light and Fast Face Detector for Edge Devices
  • LFFD-MNN - MNN Implementation of the paper of LFFD: A Light and Fast Face Detector for Edge Devices
  • LFFD-with-ncnn - A C++ API of the LFFD with ncnn
  • SeetaFace2 - SeetaFace 2: open source, full stack face recognization toolkit.
  • Paddle-Lite - PaddlePaddle High Performance Deep Learning Inference Engine for Mobile and Edge (飞桨高性能深度学习端侧推理引擎)
  • Paddle - PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)
  • libgo - Go-style concurrency in C++11
  • TensorRT - NVIDIA® TensorRT™ is an SDK for high-performance deep learning inference on NVIDIA GPUs. This repository contains the open source components of TensorRT.
  • verysleepy - Very Sleepy, a sampling CPU profiler for Windows
  • EKA2L1 - A Symbian OS/N-Gage emulator
  • calculator - Windows Calculator: A simple yet powerful calculator that ships with Windows
  • CUDA-Z - This is a clone of an SVN repository at https://svn.code.sf.net/p/cuda-z/code/trunk. It had been cloned by http://svn2github.com/ , but the service was since closed. Please read a closing note on my blog post: http://piotr.gabryjeluk.pl/blog:closing-svn2github . If you want to continue synchronizing this repo, look at https://github.com/gabrys/svn2github
  • rocksdb - A library that provides an embeddable, persistent key-value store for fast storage.
  • tinyraytracer - A brief computer graphics / rendering course
  • 3dmm_cnn - Regressing Robust and Discriminative 3D Morphable Models with a very Deep Neural Network
  • mace - MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.
  • AI4Animation - Bringing Characters to Life with Computer Brains in Unity
  • EAST - A tensorflow implementation of EAST text detector
  • DeepSpeech - DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices ranging from a Raspberry Pi 4 to high power GPU servers.
  • opencv4nodejs - Nodejs bindings to OpenCV 3 and OpenCV 4
  • densecap - Dense captioning with joint inference and visual context
  • waifu2x-converter-cpp - Improved fork of Waifu2X C++ using OpenCL and OpenCV
  • waifu2x-caffe - waifu2xのCaffe版
  • PixelAnnotationTool - Annotate quickly images.
  • RefineDet - Single-Shot Refinement Neural Network for Object Detection, CVPR, 2018
  • RCF - Richer Convolutional Features for Edge Detection
  • scantailor -
  • openpose - OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation
  • ClickHouse - ClickHouse® is a free analytics DBMS for big data
  • tensorflow - An Open Source Machine Learning Framework for Everyone
  • dlib-models - Trained model files for dlib example programs.
  • libco - libco is a coroutine library which is widely used in wechat back-end service. It has been running on tens of thousands of machines since 2013.
  • dlib - A toolkit for making real world machine learning and data analysis applications in C++
  • pybind11 - Seamless operability between C++11 and Python
  • LightGBM - A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision tree algorithms, used for ranking, classification and many other machine learning tasks.
  • Atmosphere - Atmosphère is a work-in-progress customized firmware for the Nintendo Switch.
  • opencv - Open Source Computer Vision Library
  • tensorflow-gpu-macosx - Unoffcial NVIDIA CUDA GPU support version of Google Tensorflow for MAC OSX
  • BiliLocal - add danmaku to local videos

CMake (1)

Back to Top

  • distro - Torch installation in a self-contained folder

CSS (4)

Back to Top

CoffeeScript (1)

Back to Top

  • syno - Simple Node.js wrapper and CLI for Synology DSM REST API 5.x and 6.x.

Cuda (2)

Back to Top

  • llm.c - LLM training in simple, raw C/CUDA
  • FCIS - Fully Convolutional Instance-aware Semantic Segmentation

Go (359)

Back to Top

  • go-stream - Stream Collections for Go. Inspired in Java 8 Streams and go-zero
  • routine - ThreadLocal for Golang.
  • wzprof - WebAssembly Profiler based on Wazero
  • purego -
  • milvus - A cloud-native vector database, storage for next generation AI applications
  • HackBrowserData - Decrypt passwords/cookies/history/bookmarks from the browser. 一款可全平台运行的浏览器数据导出解密工具。
  • lo - 💥 A Lodash-style Go library based on Go 1.18+ Generics (map, filter, contains, find...)
  • moviego - MovieGo is a Golang library for video editing.
  • simdjson-go - Golang port of simdjson: parsing gigabytes of JSON per second
  • 100-go-mistakes - 📖 100 Go Mistakes and How to Avoid Them
  • fastdiv - Fast division, modulus and divisibility checks in Go for divisors known only at runtime.
  • btree - B-tree implementation for Go
  • ebpf_exporter - Prometheus exporter for custom eBPF metrics
  • kubectl-trace - Schedule bpftrace programs on your kubernetes cluster using the kubectl
  • cilium - eBPF-based Networking, Security, and Observability
  • video-srt-windows - 这是一个可以识别视频语音自动生成字幕SRT文件的开源 Windows-GUI 软件工具。
  • protobuf-go - Go support for Google's protocol buffers
  • quicktemplate - Fast, powerful, yet easy to use template engine for Go. Optimized for speed, zero memory allocations in hot paths. Up to 20x faster than html/template
  • service - Starter-kit for writing services in Go using Kubernetes.
  • arpc - More effective network communication, two-way calling, notify and broadcast supported.
  • go-yaml - YAML support for the Go language
  • gokart - A static analysis tool for securing Go code
  • xTeVe - M3U Proxy for Plex DVR and Emby Live TV
  • usql - Universal command-line interface for SQL databases
  • httpsnoop - Package httpsnoop provides an easy way to capture http related metrics (i.e. response time, bytes written, and http status code) from your application's http.Handlers.
  • go-httpstat - Tracing golang HTTP request latency
  • httpstat - It's like curl -v, with colours.
  • gorse - Gorse open source recommender system engine
  • f2 - F2 is a cross-platform command-line tool for batch renaming files and directories quickly and safely. Written in Go!
  • plow - A high-performance HTTP benchmarking tool that includes a real-time web UI and terminal display
  • go-s4lru - s4lru cache
  • gcache - An in-memory cache library for golang. It supports multiple eviction policies: LRU, LFU, ARC
  • kuma - 🐻 The multi-zone service mesh for containers, Kubernetes and VMs. Built with Envoy. CNCF Sandbox Project.
  • skipper - An HTTP router and reverse proxy for service composition, including use cases like Kubernetes Ingress
  • glider - glider is a forward proxy with multiple protocols support, and also a dns/dhcp server with ipset management features(like dnsmasq).
  • TarsGo - A high performance microservice framework in golang. A linux foundation project.
  • minikube - Run Kubernetes locally
  • goleak - Goroutine leak detector
  • minitrace-go - A high-performance timeline tracing library for Golang, used by TiDB
  • go-zero - A cloud-native Go microservices framework with cli tool for productivity.
  • iouring-go - Provides easy-to-use async IO interface with io_uring
  • g - Golang Version Manager
  • dapr - Dapr is a portable, event-driven, runtime for building distributed applications across cloud and edge.
  • go-json - Fast JSON encoder/decoder compatible with encoding/json for Go
  • agogo - A reimplementation of AlphaGo in Go (specifically AlphaZero)
  • macdriver - Native Mac APIs for Go. Soon to be renamed DarwinKit!
  • dyff - /ˈdʏf/ - diff tool for YAML files, and sometimes JSON
  • lz4 - LZ4 compression and decompression in pure Go
  • dragonboat - A feature complete and high performance multi-group Raft library in Go.
  • go-enry - A faster file programming language detector
  • Go - Algorithms and Data Structures implemented in Go for beginners, following best practices.
  • imgdiff - Faster than the fastest in the world pixel-by-pixel image difference tool.
  • high-performance-go - high performance coding with golang(Go 语言高性能编程,Go 语言陷阱,Gotchas,Traps)
  • experiments - Personal code, scripts and config files for experiments
  • fgprof - 🚀 fgprof is a sampling Go profiler that allows you to analyze On-CPU as well as Off-CPU (e.g. I/O) time together.
  • bunrouter - Golang HTTP router
  • overseer - Monitorable, gracefully restarting, self-upgrading binaries in Go (golang)
  • pholcus - Pholcus is a distributed high-concurrency crawler software written in pure golang
  • colly - Elegant Scraper and Crawler Framework for Golang
  • go-fuzz - Randomized testing for Go
  • rf - A refactoring tool for Go
  • codesearch - Fast, indexed regexp search over large file trees
  • filebrowser - 📂 Web File Browser
  • go-python - naive go bindings to the CPython2 C-API
  • go-runewidth - wcwidth for golang
  • readline - Readline is a pure go(golang) implementation for GNU-Readline kind library
  • view-annotated-file - View annotated files based on line-spec
  • bender - An easy-to-use library for creating load testing applications
  • kit - A standard library for microservices.
  • captcha - Go package captcha implements generation and verification of image and audio CAPTCHAs.
  • go-edlib - 📚 String comparison and edit distance algorithms library, featuring : Levenshtein, LCS, Hamming, Damerau levenshtein (OSA and Adjacent transpositions algorithms), Jaro-Winkler, Cosine, etc...
  • structslop - structslop is a static analyzer for Go that recommends struct field rearrangements to provide for maximum space/allocation efficiency.
  • aresdb - A GPU-powered real-time analytics storage and query engine.
  • pterm - ✨ #PTerm is a modern Go module to easily beautify console output. Featuring charts, progressbars, tables, trees, text input, select menus and much more 🚀 It's completely configurable and 100% cross-platform compatible.
  • gosivy - Real-time visualization tool for Go process metrics
  • limiter - Dead simple rate limit middleware for Go.
  • synology-cli - Access your Synology using Command Line Interface
  • prometheus - The Prometheus monitoring system and time series database.
  • automaxprocs - Automatically set GOMAXPROCS to match Linux container CPU quota.
  • vecty - Vecty lets you build responsive and dynamic web frontends in Go using WebAssembly, competing with modern web frameworks like React & VueJS.
  • simple-deflicker - A lightweight and easy to use tool for deflickering timelapse image sequences.
  • go-ora - Pure go oracle client
  • progress-go - Go simple progress bar writing to output
  • cells - Future-proof content collaboration platform
  • holmes - self-aware Golang profile dumper
  • jwt - A fast and simple JWT implementation for Go
  • kmeans - k-means clustering algorithm implementation written in Go
  • soup - Web Scraper in Go, similar to BeautifulSoup
  • gamut - Go package to generate and manage color palettes & schemes 🎨
  • go-echarts - 🎨 The adorable charts library for Golang
  • gof - 23 design patterns of GoF
  • Chronos - Chronos - A static race detector for the go language
  • opentracing-go - OpenTracing API for Go. 🛑 This library is DEPRECATED! opentracing/specification#163
  • jaeger - CNCF Jaeger, a Distributed Tracing Platform
  • gospy - Non-Invasive goroutine inspector
  • circuit - Circuit: Dynamic cloud orchestration http://gocircuit.org
  • sftpgo - Fully featured and highly configurable SFTP server with optional HTTP/S, FTP/S and WebDAV support - S3, Google Cloud Storage, Azure Blob
  • fiber - ⚡️ Express inspired web framework written in Go
  • deepcopier - simple struct copying for golang
  • decimal - Arbitrary-precision fixed-point decimal numbers in go
  • reflect2 - reflect api without runtime reflect.Value cost
  • nio - Concurrent Buffered IO in Go #golang
  • concurrent-map - a thread-safe concurrent map for go
  • go-colorable -
  • go-colorful - A library for playing with colors in go (golang).
  • godirwalk - Fast directory traversal for Golang
  • osext - Extensions to the standard "os" package. Executable and ExecutableFolder.
  • filetype - Fast, dependency-free Go package to infer binary file types based on the magic numbers header signature
  • slug - URL-friendly slugify with multiple languages support.
  • go-humanize - Go Humans! (formatters for units to human friendly sizes)
  • go-exif - A very complete, highly tested, standards-driven (but customizable) EXIF reader/writer lovingly written in Go.
  • times - #golang file times (atime, mtime, ctime, btime)
  • imaging - Imaging is a simple image processing package for Go
  • dateparse - GoLang Parse many date strings without knowing format in advance.
  • RxGo - Reactive Extensions for the Go language.
  • bigfile - Bigfile -- a file transfer system that supports http, rpc and ftp protocol https://bigfile.site
  • vitess - Vitess is a database clustering system for horizontal scaling of MySQL.
  • go-sqlmock - Sql mock driver for golang to test database interactions
  • go-admin - 基于Gin + Vue + Element UI & Arco Design & Ant Design 的前后端分离权限管理系统脚手架(包含了:多租户的支持,基础用户管理功能,jwt鉴权,代码生成器,RBAC资源控制,表单构建,定时任务等)3分钟构建自己的中后台项目;项目文档》:https://www.go-admin.pro V2 Demo: https://vue2.go-admin.dev V3 Demo: https://vue3.go-admin.dev Antd 订阅版:https://antd.go-admin.pro
  • statsviz - 🚀 Visualise your Go program runtime metrics in real time in the browser
  • bubbletea - A powerful little TUI framework 🏗
  • cygo - A toy programming language base on Golang and compile to C, no name yet
  • gitness - Gitness is an Open Source developer platform with Source Control management, Continuous Integration and Continuous Delivery.
  • gophernotes - The Go kernel for Jupyter notebooks and nteract.
  • sqlbench - sqlbench measures and compares the execution time of one or more SQL queries.
  • duf - Disk Usage/Free Utility - a better 'df' alternative
  • selfupdate - Build self-updating Go programs
  • promptui - Interactive prompt for command-line applications
  • go-string - Useful Go String methods
  • kubernetes - Production-Grade Container Scheduling and Management
  • pgzip - Go parallel gzip (de)compression
  • echelon - hierarchical progress bars in terminal on steroids
  • rhh - A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.
  • learngo - ❤️ 1000+ Hand-Crafted Go Examples, Exercises, and Quizzes. 🚀 Learn Go by fixing 1000+ tiny programs.
  • monsoon - Fast HTTP enumerator
  • LeetCode-Go - ✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解
  • bee - Bee is a tool for helping develop with beego app framework.
  • go-tagexpr - An interesting go struct tag expression syntax for field validation, etc.
  • go-ordered-map - Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted.
  • walk - A Windows GUI toolkit for the Go Programming Language
  • wails - Create beautiful applications using Go
  • gop - The Go+ programming language is designed for engineering, STEM education, and data science
  • endless - Zero downtime restarts for go servers (Drop in replacement for http.ListenAndServe)
  • grace - Graceful restart & zero downtime deploy for Go servers.
  • photoprism - AI-Powered Photos App for the Decentralized Web 🌈💎✨
  • tidb - TiDB is an open-source, cloud-native, distributed, MySQL-Compatible database for elastic scale and real-time analytics. Try AI-powered Chat2Query free at : https://tidbcloud.com/free-trial
  • linkerd2 - Ultralight, security-first service mesh for Kubernetes. Main repo for Linkerd 2.x.
  • tablecloth - A Go library to enable implementing an HTTP server that supports zero-downtime restarts and upgrades
  • go-patterns - Curated list of Go design patterns, recipes and idioms
  • go-tensorflow-image-recognition - Image Recognition API in Go using TensorFlow
  • tfgo - Tensorflow + Go, the gopher way
  • gocv - Go package for computer vision using OpenCV 4 and beyond. Includes support for DNN, CUDA, and OpenCV Contrib.
  • gorgonia - Gorgonia is a library that helps facilitate machine learning in Go.
  • goro - A High-level Machine Learning Library for Go
  • dataframe-go - DataFrames for Go: For statistics, machine-learning, and data manipulation/exploration
  • nlp - Selected Machine Learning algorithms for natural language processing and semantic analysis in Golang
  • wego - Word Embeddings (e.g. Word2Vec) in Go!
  • goml - On-line Machine Learning in Go (and so much more)
  • gosl - Linear algebra, eigenvalues, FFT, Bessel, elliptic, orthogonal polys, geometry, NURBS, numerical quadrature, 3D transfinite interpolation, random numbers, Mersenne twister, probability distributions, optimisation, differential equations.
  • caire - Content aware image resize library
  • ent - An entity framework for Go
  • plot - A repository for plotting and visualizing data
  • gofaces - A sample project to run a tiny yolo v2 with face detection in Go
  • go-darknet - Go bindings for Darknet (YOLO v4 / v7-tiny / v3)
  • 3 - GPU-accelerated micromagnetic simulator
  • fuzzysearch - 🐷 Tiny and fast fuzzy search in Go
  • qrcp - ⚡ Transfer files over wifi from your computer to your mobile device by scanning a QR code without leaving the terminal.
  • go-i18n - Translate your Go program into multiple languages.
  • simple-computer - the scott CPU from "But How Do It Know?" by J. Clark Scott
  • clop - ^=^ clop是基于struct的命令行解析库,专注是它的灵魂,像AK47一样,简单,强大,专注,让命令行里面的疑难杂症统统走开[从零实现]
  • go-github - Go library for accessing the GitHub v3 API
  • livego - live video streaming server in golang
  • ac - golang Aho-Corasick for byte strings
  • ahocorasick - A Golang implementation of the Aho-Corasick string matching algorithm
  • gin-vue-admin - 🚀Vite+Vue3+Gin的开发基础平台,支持TS和JS混用。它集成了JWT鉴权、权限管理、动态路由、显隐可控组件、分页封装、多点登录拦截、资源权限、上传下载、代码生成器、表单生成器和可配置的导入导出等开发必备功能。
  • perflock - Locking wrapper for running benchmarks on shared hosts
  • revel - A high productivity, full-stack web framework for the Go language.
  • buffalo - Rapid Web Development w/ Go
  • echo - High performance, minimalist Go web framework
  • air - ☁️ Live reload for Go apps
  • go-gin-example - An example of gin
  • pb - Console progress bar for Golang
  • uiprogress - A go library to render progress bars in terminal applications
  • tablewriter - ASCII table in golang
  • vegeta - HTTP load testing tool and library. It's over 9000!
  • migrate - Database migrations. CLI and Golang library.
  • goxygen - Generate a modern Web project with Go and Angular, React, or Vue in seconds 🎲
  • gin-admin - A lightweight, flexible, elegant and full-featured RBAC scaffolding based on GIN + GORM 2.0 + Casbin 2.0 + Wire DI.
  • tag - ID3, MP4 and OGG/FLAC metadata parsing in Go
  • MusicRepair - Fixes music metadata and adds album art.
  • id3-go - ID3 library for Go
  • tchaik - Music organisation and streaming system in Go
  • trollibox - The hackerspace friendly music player web client
  • spotify - A Go wrapper for the Spotify Web API
  • id3v2 - 🎵 ID3 decoding and encoding library for Go
  • gron - Make JSON greppable!
  • go-flags - go command line option parser
  • 7days-golang - 7 days golang programs from scratch (web framework Gee, distributed cache GeeCache, object relational mapping ORM framework GeeORM, rpc framework GeeRPC etc) 7天用Go动手写/从零实现系列
  • brook - A cross-platform programmable network tool
  • cortex - Production infrastructure for machine learning at scale
  • delve - Delve is a debugger for the Go programming language.
  • c2go - ⚖️ A tool for transpiling C to Go.
  • stats - A well tested and comprehensive Golang statistics library package with no dependencies.
  • gotop - A terminal based graphical activity monitor inspired by gtop and vtop
  • kingshard - A high-performance MySQL proxy
  • chaos-mesh - A Chaos Engineering Platform for Kubernetes.
  • samaritan - A transparent proxy focus on infrastructure
  • gmsm - GM SM2/3/4 library based on Golang (基于Go语言的国密SM2/SM3/SM4算法库)
  • kratos - Your ultimate Go microservices framework for the cloud-native era.
  • hakrawler - Simple, fast web crawler designed for easy, quick discovery of endpoints and assets within a web application
  • crawlab - Distributed web crawler admin platform for spiders management regardless of languages and frameworks. 分布式爬虫管理平台,支持任何语言和框架
  • nes - NES emulator written in Go.
  • micro - A modern and intuitive terminal-based text editor
  • ants - 🐜🐜🐜 ants is a high-performance and low-cost goroutine pool in Go./ ants 是一个高性能且低损耗的 goroutine 池。
  • nebula - A scalable overlay networking tool with a focus on performance, simplicity and security
  • sqlc - Generate type-safe code from SQL
  • zsocket - Zero-copy sockets for Linux in Golang
  • zinx - A lightweight concurrent server framework based on Golang.(基于Golang轻量级TCP并发服务器框架).
  • erpc - An efficient, extensible and easy-to-use RPC framework.
  • freecache - A cache library for Go with zero GC overhead.
  • owlcache - 🦉owlcache is a lightweight, high-performance, non-centralized, distributed Key/Value in-memory Cache written in Go. keyword : golang cache、go cache、golang nosql
  • evio - Fast event-loop networking for Go
  • mosn - The Cloud-Native Network Proxy Platform
  • envconfig - Golang library for managing configuration data from environment variables
  • goldmark - 🏆 A markdown parser written in Go. Easy to extend, standard(CommonMark) compliant, well structured.
  • gocloc - A little fast cloc(Count Lines Of Code)
  • rare - Realtime regex-extraction and aggregation into common CLI formats such as histograms, bar graphs, numerical summaries, tables, and more!
  • ratelimit - Efficient token-bucket-based rate limiter package.
  • groupcache - groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases.
  • bfe - A modern layer 7 load balancer from baidu
  • goreplay - GoReplay is an open-source tool for capturing and replaying live HTTP traffic into a test environment in order to continuously test your system with real data. It can be used to increase confidence in code deployments, configuration changes and infrastructure changes.
  • bigcache - Efficient cache for gigabytes of data written in Go.
  • caddy - Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS
  • go-admin - A golang framework helps gopher to build a data visualization and admin panel in ten minutes
  • pigo - Fast face detection, pupil/eyes localization and facial landmark points detection library in pure Go.
  • nsq - A realtime distributed messaging platform
  • env - A simple and zero-dependencies library to parse environment variables into structs
  • gev - 🚀Gev is a lightweight, fast non-blocking TCP network library / websocket server based on Reactor mode. Support custom protocols to quickly and easily build high-performance servers.
  • gobreaker - Circuit Breaker implemented in Go
  • ristretto - A high performance memory-bound Go cache
  • fmr - Functional Meaning Representation and Semantic Parsing Framework
  • machinery - Machinery is an asynchronous task queue/job queue based on distributed message passing.
  • go-disruptor - A port of the LMAX Disruptor to the Go language.
  • gnet - 🚀 gnet is a high-performance, lightweight, non-blocking, event-driven networking framework written in pure Go./ gnet 是一个高性能、轻量级、非阻塞的事件驱动 Go 网络框架。
  • Mastering_Go_ZH_CN - 《Mastering GO》中文译本,《玩转 GO》。
  • v8go - Execute JavaScript from Go
  • wxpay - 🔥微信支付(WeChat Pay) SDK for Golang
  • mesh - Traefik Mesh - Simpler Service Mesh
  • golang-lru - Golang LRU cache
  • TopList - 今日热榜,一个获取各大热门网站热门头条的聚合网站,使用Go语言编写,多协程异步快速抓取信息,预览:https://mo.fish
  • lazygit - simple terminal UI for git commands
  • gonum - Gonum is a set of numeric libraries for the Go programming language. It contains libraries for matrices, statistics, optimization, and more
  • istio - Connect, secure, control, and observe services.
  • golang-design-pattern - 设计模式 Golang实现-《研磨设计模式》读书笔记
  • bolt - An embedded key/value database for Go.
  • go-cache - An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications.
  • bleve - A modern text/numeric/geo-spatial/vector indexing library for go
  • lumberjack - lumberjack is a log rolling package for Go
  • 1m-go-websockets - handling 1M websockets connections in Go
  • gopsutil - psutil for golang
  • gota - Gota: DataFrames and data wrangling in Go (Golang)
  • mysql - Go MySQL Driver is a MySQL driver for Go's (golang) database/sql package
  • govalidator - [Go] Package of validators and sanitizers for strings, numerics, slices and structs
  • go-datastructures - A collection of useful, performant, and threadsafe Go datastructures.
  • go-swagger - Swagger 2.0 implementation for go
  • glog - Leveled execution logs for Go
  • excelize - Go language library for reading and writing Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets
  • go.uuid - UUID package for Go
  • hugo - The world’s fastest framework for building websites.
  • termui - Golang terminal dashboard
  • yaml - A better way to marshal and unmarshal YAML in Golang
  • syncthing - Open Source Continuous File Synchronization
  • merlin - Merlin is a cross-platform post-exploitation HTTP/2 Command & Control server and agent written in golang.
  • gosec - Go security checker
  • ultimate-go - The Ultimate Go Study Guide
  • gocui - Minimalist Go package aimed at creating Console User Interfaces.
  • iris - The fastest HTTP/2 Go Web Framework. New, modern and easy to learn. Fast development with Code you control. Unbeatable cost-performance ratio 🚀
  • yaml - YAML support for the Go language.
  • cli - A simple, fast, and fun package for building command line apps in Go
  • mapstructure - Go library for decoding generic map values into native Go structures and vice versa.
  • telegraf - The plugin-driven server agent for collecting & reporting metrics.
  • kingpin - CONTRIBUTIONS ONLY: A Go (golang) command line and flag parser
  • cron - a cron library for go
  • uuid - Go package for UUIDs based on RFC 4122 and DCE 1.1: Authentication and Security Services.
  • compress - Optimized Go Compression Packages
  • nuclio - High-Performance Serverless event and data processing platform
  • gloo - The Feature-rich, Kubernetes-native, Next-Generation API Gateway Built on Envoy
  • resty - Simple HTTP and REST client library for Go
  • lindb - LinDB is a scalable, high performance, high availability distributed time series database.
  • go-grpc-middleware - Golang gRPC Middlewares: interceptor chaining, auth, logging, retries and more.
  • mongo-go-driver - The Official Golang driver for MongoDB
  • gjson - Get JSON values quickly - JSON parser for Go
  • xlsx - Go library for reading and writing XLSX files.
  • giligili - gin+gorm开发的视频网站示例
  • godotenv - A Go port of Ruby's dotenv library (Loads environment variables from .env files)
  • redigo - Go client for Redis
  • quic-go - A QUIC implementation in pure Go
  • ratelimit - A Go blocking leaky-bucket rate limit implementation
  • sampler - Tool for shell commands execution, visualization and alerting. Configured with a simple YAML file.
  • moby - The Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
  • poseidon - A search engine which can hold 100 trillion lines of log data.
  • traefik - The Cloud Native Application Proxy
  • gorm - The fantastic ORM library for Golang, aims to be developer friendly
  • progressbar - A really basic thread-safe progress bar for Golang applications
  • websocket - Package gorilla/websocket is a fast, well-tested and widely used WebSocket implementation for Go.
  • validator - 💯Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving
  • zap - Blazing fast, structured, leveled logging in Go.
  • goquery - A little like that j-thing, only in Go.
  • mkcert - A simple zero-config tool to make locally trusted development certificates with any names you'd like.
  • gubernator - High Performance Rate Limiting MicroService and Library
  • shadowsocks-go - go port of shadowsocks (Deprecated)
  • casbin - An authorization library that supports access control models like ACL, RBAC, ABAC in Golang: https://discord.gg/S5UjpzGZjN
  • jwt-go - ARCHIVE - Golang implementation of JSON Web Tokens (JWT). This project is now maintained at:
  • gods - GoDS (Go Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more
  • rclone - "rsync for cloud storage" - Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Yandex Files
  • gotraining - Go Training Class Material :
  • service_decorators - Simplify your microservice development
  • go - A high-performance 100% compatible drop-in replacement of "encoding/json"
  • build-web-application-with-golang - A golang ebook intro how to build a web with golang
  • gocron - A Golang Job Scheduling Package.
  • imgproxy - Fast and secure standalone server for resizing and converting remote images
  • go-cmp - Package for comparing Go values in tests
  • tableflip - Graceful process restarts in Go
  • fyne - Cross platform GUI toolkit in Go inspired by Material Design
  • cosmos-sdk - ⛓️ A Framework for Building High Value Public Blockchains ✨
  • httprouter - A high performance HTTP request router that scales well
  • easyjson - Fast JSON serializer for golang.
  • viper - Go configuration with fangs
  • chi - lightweight, idiomatic and composable router for building Go HTTP services
  • vault - A tool for secrets management, encryption as a service, and privileged access management
  • mock - GoMock is a mocking framework for the Go programming language.
  • beego - beego is an open-source, high-performance web framework for the Go programming language.
  • grpc-go - The Go language implementation of gRPC. HTTP/2 based RPC
  • testify - A toolkit with common assertions and mocks that plays nicely with the standard library
  • goconvey - Go testing in the browser. Integrates with go test. Write behavioral tests in Go.
  • fzf - 🌸 A command-line fuzzy finder
  • wire - Compile-time Dependency Injection for Go
  • toxiproxy - ⏰ 🔥 A TCP proxy to simulate network and system conditions for chaos and resiliency testing
  • vugu - Vugu: A modern UI library for Go+WebAssembly (experimental)
  • zerolog - Zero Allocation JSON Logger
  • martian - Martian is a library for building custom HTTP/S proxies
  • gf - GoFrame is a modular, powerful, high-performance and enterprise-class application development framework of Golang.
  • Modlishka - Modlishka. Reverse Proxy.
  • fasthttp - Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http
  • mux - Package gorilla/mux is a powerful HTTP router and URL matcher for building Go web servers with 🦍
  • frp - A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
  • blackfriday - Blackfriday: a markdown processor for Go
  • logrus - Structured, pluggable logging for Go.
  • loki - Like Prometheus, but for logs.
  • cobra - A Commander for modern Go CLI interactions
  • gin - 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.
  • go-micro - A Go microservices framework
  • learn-go-with-tests - Learn Go with test-driven development
  • the-way-to-go_ZH_CN - 《The Way to Go》中文译本,中文正式名《Go 入门指南》
  • awesome-go - A curated list of awesome Go frameworks, libraries and software
  • gameboy.live - 🕹️ A basic gameboy emulator with terminal "Cloud Gaming" support
  • nps - 一款轻量级、高性能、功能强大的内网穿透代理服务器。支持tcp、udp、socks5、http等几乎所有流量转发,可用来访问内网网站、本地支付接口调试、ssh访问、远程桌面,内网dns解析、内网socks5代理等等……,并带有功能强大的web管理端。a lightweight, high-performance, powerful intranet penetration proxy server, with a powerful web management terminal.
  • v2ray-core - A platform for building proxies to bypass network restrictions.
  • lux - 👾 Fast and simple video download library and CLI tool written in Go

HTML (11)

Back to Top

Handlebars (1)

Back to Top

  • advanced-go-programming-book - 📚 《Go语言高级编程》开源图书,涵盖CGO、Go汇编语言、RPC实现、Protobuf插件实现、Web框架实现、分布式系统等高阶主题(完稿)

Java (9)

Back to Top

  • metersphere - MeterSphere 一站式开源持续测试平台,为软件质量保驾护航。搞测试,就选 MeterSphere!
  • concurrency-limits -
  • Hystrix - Hystrix is a latency and fault tolerance library designed to isolate points of access to remote systems, services and 3rd party libraries, stop cascading failure and enable resilience in complex distributed systems where failure is inevitable.
  • kkFileView - Universal File Online Preview Project based on Spring-Boot
  • selenium - A browser automation framework and ecosystem.
  • LeetCodeAnimation - Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)
  • kafka-streams-machine-learning-examples - This project contains examples which demonstrate how to deploy analytic models to mission-critical, scalable production environments leveraging Apache Kafka and its Streams API. Models are built with Python, H2O, TensorFlow, Keras, DeepLearning4 and other technologies.
  • Leetcode - Solutions to LeetCode problems; updated daily. Subscribe to my YouTube channel for more.
  • proxyee-down - http下载工具,基于http代理,支持多连接分块下载

JavaScript (32)

Back to Top

  • AutoGPT - AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.
  • Discord-ChatGPT-Bot - Discord ChatGPT bot
  • iRingo - 解锁完整的 Apple功能和集成服务
  • rust_magazine_2021 - RustMagazine 2021 期刊 (已完结)
  • iptv - Collection of publicly available IPTV channels from all over the world
  • webgl-globe - WebGL Globe is a platform for visualizing latitude longitude based information using WebGL.
  • plenti - Static Site Generator with Go backend and Svelte frontend
  • drone-ui - Front-end for the Drone continuous integration server
  • CppCon2019 - Slides and other materials from CppCon 2019
  • awesome-mac -  Now we have become very big, Different from the original idea. Collect premium software in various categories.
  • chart.xkcd - xkcd styled chart lib
  • gridstudio - Grid studio is a web-based application for data science with full integration of open source data science frameworks and languages.
  • vue-easytable - A powerful data table based on vuejs. You can use it as data grid、Microsoft Excel or Google sheets. It supports virtual scroll、cell edit etc.
  • city-roads - Visualization of all roads within any city
  • Presentations - My presentations on conferences and barcamps
  • video.js - Video.js - open source HTML5 video player
  • axios - Promise based HTTP client for the browser and node.js
  • nativejson-benchmark - C/C++ JSON parser/generator benchmark
  • bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation, Vue.js)
  • 500lines - 500 Lines or Less
  • carbon - 🖤 Create and share beautiful images of your source code
  • git-history - Quickly browse the history of a file from any git repository
  • netron - Visualizer for neural network, deep learning and machine learning models
  • makegirlsmoe_web - Create Anime Characters with MakeGirlsMoe
  • UnblockNeteaseMusic - Revive unavailable songs for Netease Cloud Music
  • tensorspace - Neural network 3D visualization framework, build interactive and intuitive model in browsers, support pre-trained deep learning models from TensorFlow, Keras, TensorFlow.js
  • biliATV - bilibili apple tv app
  • APlayer - 🍭 Wow, such a beautiful HTML5 music player
  • DPlayer - 🍭 Wow, such a lovely HTML5 danmaku video player
  • bilibili-helper-o - 哔哩哔哩 (bilibili.com) 辅助工具,可以替换播放器、推送通知并进行一些快捷操作
  • browsh - A fully-modern text-based browser, rendering to TTY and browsers
  • hxyFrame - hxyFrame是一个OA办公系统,采用流行的框架springMvc+spring+mybatis+shiro+ehcache开发,还集成了权限管理(菜单权限、数据权限),完善的代码生成器,solr全文搜索引擎,activiti工作流程引擎,cas单点登陆等功能,后期还会考虑改造成Dubbo微服务化,做到模块的相对独立,使用更加灵活,努力做到快速开发OA办公系统。 感兴趣可以Watch、Start持续关注项目最新状态,加入QQ群:210315502 大家一起学习开发解决问题。

Jupyter Notebook (54)

Back to Top

  • segment-anything - The repository provides code for running inference with the SegmentAnything Model (SAM), links for downloading the trained model checkpoints, and example notebooks that show how to use the model.
  • CLIP - CLIP (Contrastive Language-Image Pretraining), Predict the most relevant text snippet given an image
  • yolov7 - Implementation of paper - YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors
  • coursera-deep-learning-specialization - Notes, programming assignments and quizzes from all courses within the Coursera Deep Learning specialization offered by deeplearning.ai: (i) Neural Networks and Deep Learning; (ii) Improving Deep Neural Networks: Hyperparameter tuning, Regularization and Optimization; (iii) Structuring Machine Learning Projects; (iv) Convolutional Neural Networks; (v) Sequence Models
  • mmagic - OpenMMLab Multimodal Advanced, Generative, and Intelligent Creation Toolbox. Unlock the magic 🪄: Generative-AI (AIGC), easy-to-use APIs, awsome model zoo, diffusion models, for text-to-image generation, image/video restoration/enhancement, etc.
  • alpha-zero-general - A clean implementation based on AlphaZero for any game in any framework + tutorial + Othello/Gobang/TicTacToe/Connect4 and more
  • interpretable-ml-book - Book about interpretable machine learning
  • FaceMaskDetection - 开源人脸口罩检测模型和数据 Detect faces and determine whether people are wearing mask.
  • Yet-Another-EfficientDet-Pytorch - The pytorch re-implement of the official efficientdet with SOTA performance in real time and pretrained weights.
  • d2l-pytorch - This project reproduces the book Dive Into Deep Learning (https://d2l.ai/), adapting the code from MXNet into PyTorch.
  • Deep-Learning-with-TensorFlow-book - 深度学习入门开源书,基于TensorFlow 2.0案例实战。Open source Deep Learning book, based on TensorFlow 2.0 framework.
  • tensorflow-handbook - 简单粗暴 TensorFlow 2 | A Concise Handbook of TensorFlow 2 | 一本简明的 TensorFlow 2 入门指导教程
  • Dive-into-DL-PyTorch - 本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为PyTorch实现。
  • Anime4K - A High-Quality Real Time Upscaler for Anime Video
  • cifar10-fast -
  • layer-rotation-tools - Implementation of tools to control and monitor layer rotation in different DL libraries
  • layer-rotation-paper-experiments - Code for reproducing results of the paper "Layer rotation: a surprisingly powerful indicator of generalization in deep networks?"
  • xlnet-Pytorch - Simple XLNet implementation with Pytorch Wrapper
  • adanet - Fast and flexible AutoML with learning guarantees.
  • deep-text-recognition-benchmark - Text recognition (optical character recognition) with deep learning methods, ICCV 2019
  • wtfpython-cn - wtfpython的中文翻译/施工结束/ 能力有限,欢迎帮我改进翻译
  • deeplearning-models - A collection of various deep learning architectures, models, and tips
  • the-craft-of-selfteaching - One has no future if one couldn't teach themself.
  • pyannote-audio - Neural building blocks for speaker diarization: speech activity detection, speaker change detection, overlapped speech detection, speaker embedding
  • tensorflow2_tutorials_chinese - tensorflow2中文教程,持续更新(当前版本:tensorflow2.0),tag: tensorflow 2.0 tutorials
  • Super_Resolution_with_CNNs_and_GANs - Image Super-Resolution Using SRCNN, DRRN, SRGAN, CGAN in Pytorch
  • PRML - PRML algorithms implemented in Python
  • ECO-efficient-video-understanding - Code and models of paper " ECO: Efficient Convolutional Network for Online Video Understanding", ECCV 2018
  • Realtime_Multi-Person_Pose_Estimation - Code repo for realtime multi-person pose estimation in CVPR'17 (Oral)
  • Pelee - Pelee: A Real-Time Object Detection System on Mobile Devices
  • deep-image-prior - Image restoration with neural networks but without learning.
  • facets - Visualizations for machine learning datasets
  • Deep_reinforcement_learning_Course - Implementations from the free course Deep Reinforcement Learning with Tensorflow and PyTorch
  • fastai - The fastai deep learning library
  • models - A collection of pre-trained, state-of-the-art models in the ONNX format
  • Reinforcement-Learning - Learn Deep Reinforcement Learning in 60 days! Lectures & Code in Python. Reinforcement Learning + Deep Learning
  • TensorFlow-Tutorials - TensorFlow Tutorials with YouTube Videos
  • deep-reinforcement-learning - Repo for the Deep Reinforcement Learning Nanodegree program
  • coco-caption -
  • densecap - Dense image captioning in Torch
  • neuraltalk2 - Efficient Image Captioning code in Torch, runs on GPU
  • Neural-Style-Transfer - Keras Implementation of Neural Style Transfer from the paper "A Neural Algorithm of Artistic Style" (http://arxiv.org/abs/1508.06576) in Keras 2.0+
  • Mask_RCNN - Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
  • age-gender-estimation - Keras implementation of a CNN network for age and gender estimation
  • SSD-Tensorflow - Single Shot MultiBox Detector in TensorFlow
  • face-recognition - Face recognition using MTCNN and FaceNet
  • deep-learning-with-keras-notebooks - Jupyter notebooks for using & learning Keras
  • faceswap-GAN - A denoising autoencoder + adversarial losses and attention mechanisms for face swapping.
  • handson-ml - ⛔️ DEPRECATED – See https://github.com/ageron/handson-ml3 instead.
  • ml-coursera-python-assignments - Python assignments for the machine learning class by andrew ng on coursera with complete submission for grading capability and re-written instructions.
  • TensorFlow-Examples - TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
  • Deep-LearningAI - 🇦🇮 Deep Learning AI course on Coursera (Andrew Ng)
  • deep-learning-coursera - Deep Learning Specialization by Andrew Ng on Coursera.
  • Deep-Learning-Coursera - Deep Learning Specialization by Andrew Ng, deeplearning.ai.

LLVM (1)

Back to Top

  • Enzyme - High-performance automatic differentiation of LLVM and MLIR.

Lua (16)

Back to Top

  • lua-callgrind - Minimalist utility library to produce Valgrind's callgrind-like logging out of Lua
  • luatrace - A tool for tracing Lua script execution and analysing time profiles and coverage
  • lua-protobuf - A Lua module to work with Google protobuf
  • koreader - An ebook reader application supporting PDF, DjVu, EPUB, FB2 and many more formats, running on Cervantes, Kindle, Kobo, PocketBook and Android devices
  • xmake - 🔥 A cross-platform build utility based on Lua
  • 2D-and-3D-face-alignment - This repository implements a demo of the networks described in "How far are we from solving the 2D & 3D Face Alignment problem? (and a dataset of 230,000 3D facial landmarks)" paper.
  • AdaIN-style - Arbitrary Style Transfer in Real-time with Adaptive Instance Normalization
  • ResNeXt - Implementation of a classification framework from the paper Aggregated Residual Transformations for Deep Neural Networks
  • Faster-High-Res-Neural-Inpainting - High-Resolution Image Inpainting using Multi-Scale Neural Patch Synthesis
  • SFTGAN - CVPR18 - Recovering Realistic Texture in Image Super-resolution by Deep Spatial Feature Transform
  • FSRNet - Demo code for our CVPR'18 paper "FSRNet: End-to-End Learning Face Super-Resolution with Facial Priors" (SPOTLIGHT Presentation)
  • RDN - Torch code for our CVPR 2018 paper "Residual Dense Network for Image Super-Resolution" (Spotlight)
  • DenseNet - Densely Connected Convolutional Networks, In CVPR 2017 (Best Paper Award).
  • waifu2x - Image Super-Resolution for Anime-Style Art
  • pix2pix - Image-to-image translation with conditional adversarial nets
  • openface - Face recognition with deep neural networks.

MATLAB (5)

Back to Top

  • tiny - Tiny Face Detector, CVPR 2017
  • vrn - 👨 Code for "Large Pose 3D Face Reconstruction from a Single Image via Direct Volumetric CNN Regression"
  • IDN-Caffe - Caffe implementation of "Fast and Accurate Single Image Super-Resolution via Information Distillation Network" (CVPR 2018)
  • OpenFace - OpenFace – a state-of-the art tool intended for facial landmark detection, head pose estimation, facial action unit recognition, and eye-gaze estimation.
  • MTCNN_face_detection_alignment - Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Neural Networks

MDX (1)

Back to Top

Makefile (7)

Back to Top

Markdown (1)

Back to Top

  • fucking-algorithm - 刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.

Matlab (1)

Back to Top

OCaml (1)

Back to Top

  • infer - A static analyzer for Java, C, C++, and Objective-C

Objective-C (5)

Back to Top

  • TrollStore - Jailed iOS app that can install IPAs permanently with arbitary entitlements and root helpers because it trolls Apple
  • V2RayX - GUI for v2ray-core on macOS
  • DanMuPlayer - A ffmpeg based player for tvOS TVML support DanMu
  • bilibili-mac-client - An unofficial bilibili client for mac
  • tvOS-Browser - A web browser for Apple TV utilizing private APIs. Use at your own risk.

Others (70)

Back to Top

PHP (2)

Back to Top

  • speedtest - Self-hosted Speed Test for HTML5 and more. Easy setup, examples, configurable, mobile friendly. Supports PHP, Node, Multiple servers, and more
  • SecLists - SecLists is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place. List types include usernames, passwords, URLs, sensitive data patterns, fuzzing payloads, web shells, and many more.

Pascal (1)

Back to Top

  • MediaInfo - Convenient unified display of the most relevant technical and tag data for video and audio files.

Perl (3)

Back to Top

PostScript (1)

Back to Top

Python (481)

Back to Top

  • ProPainter - [ICCV 2023] ProPainter: Improving Propagation and Transformer for Video Inpainting
  • streaming-llm - [ICLR 2024] Efficient Streaming Language Models with Attention Sinks
  • pandora - 潘多拉,一个让你呼吸顺畅的ChatGPT。Pandora, a ChatGPT that helps you breathe smoothly.
  • consistency_models - Official repo for consistency models.
  • JARVIS - JARVIS, a system to connect LLMs with ML community. Paper: https://arxiv.org/pdf/2303.17580.pdf
  • Painter - Painter & SegGPT Series: Vision Foundation Models from BAAI
  • ml-stable-diffusion - Stable Diffusion with Core ML on Apple Silicon
  • diffusers - 🤗 Diffusers: State-of-the-art diffusion models for image and audio generation in PyTorch and FLAX.
  • DALL-E - PyTorch package for the discrete VAE used for DALL·E.
  • ChatGLM-6B - ChatGLM-6B: An Open Bilingual Dialogue Language Model | 开源双语对话语言模型
  • stanford_alpaca - Code and documentation to train Stanford's Alpaca models, and generate the data.
  • evals - Evals is a framework for evaluating LLMs and LLM systems, and an open-source registry of benchmarks.
  • TaskMatrix -
  • FlexGen - Running large language models on a single GPU for throughput-oriented scenarios.
  • ColossalAI - Making large AI models cheaper, faster and more accessible
  • viztracer - VizTracer is a low-overhead logging/debugging/profiling tool that can trace and visualize your python code execution.
  • deep-voice-conversion - Deep neural networks for voice conversion (voice style transfer) in Tensorflow
  • vits - VITS: Conditional Variational Autoencoder with Adversarial Learning for End-to-End Text-to-Speech
  • DiffSinger - DiffSinger: Singing Voice Synthesis via Shallow Diffusion Mechanism (SVS & TTS); AAAI 2022; Official code
  • ChatGPT - Reverse engineered ChatGPT API
  • chatGPT-discord-bot - Integrate ChatGPT into your own discord bot
  • gradio - Build and share delightful machine learning apps, all in Python. 🌟 Star to support our work!
  • stablediffusion - High-Resolution Image Synthesis with Latent Diffusion Models
  • autocut - 用文本编辑器剪视频
  • onediff - OneDiff: An out-of-the-box acceleration library for diffusion models.
  • Fengshenbang-LM - Fengshenbang-LM(封神榜大模型)是IDEA研究院认知计算与自然语言研究中心主导的大模型开源体系,成为中文AIGC和认知智能的基础设施。
  • AITemplate - AITemplate is a Python framework which renders neural network into high performance CUDA/HIP C++ code. Specialized for FP16 TensorCore (NVIDIA GPU) and MatrixCore (AMD GPU) inference.
  • stable-diffusion-webui - Stable Diffusion web UI
  • XMem - [ECCV 2022] XMem: Long-Term Video Object Segmentation with an Atkinson-Shiffrin Memory Model
  • angr - A powerful and user-friendly binary analysis platform!
  • Nuitka - Nuitka is a Python compiler written in Python. It's fully compatible with Python 2.6, 2.7, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, and 3.11. You feed it your Python app, it does a lot of clever things, and spits out an executable or extension module.
  • imagehash - A Python Perceptual Image Hashing Module
  • videohash - Near Duplicate Video Detection (Perceptual Video Hashing) - Get a 64-bit comparable hash-value for any video.
  • Squirrel-RIFE - 效果更好的补帧软件,显存占用更小,是DAIN速度的10-25倍,包含抽帧处理,去除动漫卡顿感
  • ailab -
  • BasicSR - Open Source Image and Video Restoration Toolbox for Super-resolution, Denoise, Deblurring, etc. Currently, it includes EDSR, RCAN, SRResNet, SRGAN, ESRGAN, EDVR, BasicVSR, SwinIR, ECBSR, etc. Also support StyleGAN2, DFDNet.
  • Real-ESRGAN - Real-ESRGAN aims at developing Practical Algorithms for General Image/Video Restoration.
  • VRT - VRT: A Video Restoration Transformer (official repository)
  • Plex-Trakt-Scrobbler - Add what you are watching on Plex to trakt.tv
  • asitop - Perf monitoring CLI tool for Apple Silicon
  • yt-dlp - A feature-rich command-line audio/video downloader
  • autosubsync - Automatically synchronize subtitles with audio using machine learning
  • XBMCnfoTVImporter.bundle -
  • YOLOX - YOLOX is a high-performance anchor-free YOLO, exceeding yolov3~v5 with MegEngine, ONNX, TensorRT, ncnn, and OpenVINO supported. Documentation: https://yolox.readthedocs.io/
  • lip-reading-deeplearning - 🔓 Lip Reading - Cross Audio-Visual Recognition using 3D Architectures
  • line_profiler - Line-by-line profiling for Python
  • jinja - A very fast and expressive template engine.
  • jax - Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more
  • pymediainfo - A Python wrapper around the MediaInfo library
  • interview_internal_reference - 2023年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总。
  • thunder-subtitle - 下载迅雷字幕
  • Depix - Recovers passwords from pixelized screenshots
  • pulse - PULSE: Self-Supervised Photo Upsampling via Latent Space Exploration of Generative Models
  • MODNet - A Trimap-Free Portrait Matting Solution in Real Time [AAAI 2022]
  • ECCV2022-RIFE - ECCV2022 - Real-Time Intermediate Flow Estimation for Video Frame Interpolation
  • pifuhd - High-Resolution 3D Human Digitization from A Single Image.
  • cheat.sh - the only cheat sheet you need
  • python-synology -
  • mmfashion - Open-source toolbox for visual fashion analysis based on PyTorch
  • mmaction2 - OpenMMLab's Next Generation Video Understanding Toolbox and Benchmark
  • mmpose - OpenMMLab Pose Estimation Toolbox and Benchmark.
  • mmdetection3d - OpenMMLab's next-generation platform for general 3D object detection.
  • mmsegmentation - OpenMMLab Semantic Segmentation Toolbox and Benchmark.
  • mmpretrain - OpenMMLab Pre-training Toolbox and Benchmark
  • mmcv - OpenMMLab Computer Vision Foundation
  • WebTools.bundle - WebTools is a collection of tools for Plex Media Server. Like the Unsupported AppStore (UAS)
  • XBMCnfoMoviesImporter.bundle -
  • pytorch-lightning - Pretrain, finetune and deploy AI models on multiple GPUs, TPUs with zero code changes.
  • bar_chart_race - Create animated bar chart races in Python with matplotlib
  • I2L-MeshNet_RELEASE - Official PyTorch implementation of "I2L-MeshNet: Image-to-Lixel Prediction Network for Accurate 3D Human Pose and Mesh Estimation from a Single RGB Image", ECCV 2020
  • fastseg - 📸 PyTorch implementation of MobileNetV3 for real-time semantic segmentation, with pretrained weights & state-of-the-art performance
  • magic-python - Python 黑魔法手册
  • Hierarchical-Localization - Visual localization made easy with hloc
  • CppCon2017 - Slides and other materials from CppCon 2017
  • reversi-alpha-zero - Reversi reinforcement learning by AlphaGo Zero methods.
  • fast-reid - SOTA Re-identification Methods and Toolbox
  • calibre-web - 📚 Web app for browsing, reading and downloading eBooks stored in a Calibre database
  • rasa - 💬 Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants
  • screenpoint - Project an image centroid to another image using OpenCV
  • basnet-http - HTTP service wrapper for BASNet: Boundary-Aware Salient Object Detection
  • CenterTrack - Simultaneous object detection and tracking using center points.
  • pytorch-YOLOv4 - PyTorch ,ONNX and TensorRT implementation of YOLOv4
  • keras-yolo4 - A Keras implementation of YOLOv4 (Tensorflow backend)
  • YoloV4 - object detection \ yolov4
  • yolo4_tensorflow2 - yolo 4th edition implemented by tensorflow2.0
  • avatarify-python - Avatars for Zoom, Skype and other video-conferencing apps.
  • neural-backed-decision-trees - Making decision trees competitive with neural networks on CIFAR10, CIFAR100, TinyImagenet200, Imagenet
  • ALAE - [CVPR2020] Adversarial Latent Autoencoders
  • facenet-pytorch - Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models
  • trape - People tracker on the Internet: OSINT analysis and research tool by Jose Pino
  • aiohttp - Asynchronous HTTP client/server framework for asyncio and Python
  • photo2cartoon - 人像卡通化探索项目 (photo-to-cartoon translation project)
  • PyBoy - Game Boy emulator written in Python
  • 3d-photo-inpainting - [CVPR 2020] 3D Photography using Context-aware Layered Depth Inpainting
  • faust - Python Stream Processing
  • dlrm - An implementation of a deep learning recommendation model (DLRM)
  • public-apis - A collective list of free APIs
  • FairMOT - [IJCV-2021] FairMOT: On the Fairness of Detection and Re-Identification in Multi-Object Tracking
  • DBFace - DBFace is a real-time, single-stage detector for face detection, with faster speed and higher accuracy
  • AdelaiDet - AdelaiDet is an open source toolbox for multiple instance-level detection and recognition tasks.
  • gan-compression - [CVPR 2020] GAN Compression: Efficient Architectures for Interactive Conditional GANs
  • stanza - Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages
  • ScanSSD - Scanning Single Shot Detector for Math in Document Images
  • super-resolution - Tensorflow 2.x based implementation of EDSR, WDSR and SRGAN for single image super-resolution
  • srez - Image super-resolution through deep learning
  • icloud_photos_downloader - A command-line tool to download photos from iCloud
  • bedup - Btrfs deduplication
  • beets - music library manager and MusicBrainz tagger
  • pytorch3d - PyTorch3D is FAIR's library of reusable components for deep learning with 3D data
  • TripletLossFace - Re-implementation of Triplet Loss with TensorFlow 2.0 on CASIA-WebFace
  • DBDD---DataBase-Dummy-Data - Fill Databases with random but valid data for testing. It takes care of relationships and dependencies. It only works with MySQL for now, but will support others in the future.
  • vaex - Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualization and exploration of big tabular data at a billion rows per second 🚀
  • One-Shot-Object-Detection - Implementation of One-Shot Object Detection with Co-Attention and Co-Excitation in Pytorch
  • autogluon - AutoGluon: Fast and Accurate ML in 3 Lines of Code
  • Decoupled-attention-network - Pytorch implementation for "Decoupled attention network for text recognition".
  • SlowFast - PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.
  • efficientdet - (Pretrained weights provided) EfficientDet: Scalable and Efficient Object Detection implementation by Signatrix GmbH
  • EfficientDet - EfficientDet (Scalable and Efficient Object Detection) implementation in Keras and Tensorflow
  • Super-SloMo - PyTorch implementation of Super SloMo by Jiang et al.
  • d2l-en - Interactive deep learning book with multi-framework code, math, and discussions. Adopted at 500 universities from 70 countries including Stanford, MIT, Harvard, and Cambridge.
  • gpt-2_bot - This is a reddit bot based on OpenAi's GPT-2 117M model
  • m2cgen - Transform ML models into a native code (Java, C, Python, Go, JavaScript, Visual Basic, C#, R, PowerShell, PHP, Dart, Haskell, Ruby, F#, Rust) with zero dependencies
  • EfficientDet.Pytorch - Implementation EfficientDet: Scalable and Efficient Object Detection in PyTorch
  • Deep-Reinforcement-Learning-Algorithms-with-PyTorch - PyTorch implementations of deep reinforcement learning algorithms and environments
  • PrettyErrors - Prettify Python exception output to make it legible.
  • GlobalTrack - Official PyTorch implementation of "GlobalTrack: A Simple and Strong Baseline for Long-term Tracking" @ AAAI2020.
  • GPT2-Chinese - Chinese version of GPT2 training code, using BERT tokenizer.
  • FeatherNets_Face-Anti-spoofing-Attack-Detection-Challenge-CVPR2019 - Code for 3rd Place Solution in Face Anti-spoofing Attack Detection Challenge @ CVPR2019,model only 0.35M!!! 1.88ms(CPU)
  • FaceBagNet - FaceBagNet - Patch-based Methods for Multi-modal Face Anti-spoofing (FAS)
  • ChaLearn_liveness_challenge - ChaLearn Face Anti-spoofing Attack Detection Challenge@CVPR2019
  • DAIN - Depth-Aware Video Frame Interpolation (CVPR 2019)
  • stargan-v2 - StarGAN v2 - Official PyTorch Implementation (CVPR 2020)
  • demucs - Code for the paper Hybrid Spectrogram and Waveform Source Separation
  • AutoDL-Projects - Automated deep learning algorithms implemented in PyTorch.
  • RDSNet - implement for paper: "RDSNet: A New Deep Architecture for Reciprocal Object Detection and Instance Segmentation"
  • NeMo - NeMo: a framework for generative AI
  • stylegan2 - StyleGAN2 - Official TensorFlow Implementation
  • YOWO - You Only Watch Once: A Unified CNN Architecture for Real-Time Spatiotemporal Action Localization
  • image_search_engine - Image search engine
  • fastapi - FastAPI framework, high performance, easy to learn, fast to code, ready for production
  • image-segmentation-keras - Implementation of Segnet, FCN, UNet , PSPNet and other models in Keras.
  • DetNAS -
  • pointnet2 - PointNet++: Deep Hierarchical Feature Learning on Point Sets in a Metric Space
  • scipy - SciPy library main repository
  • DeepCTR - Easy-to-use,Modular and Extendible package of deep-learning based CTR models .
  • generative_inpainting - DeepFill v1/v2 with Contextual Attention and Gated Convolution, CVPR 2018, and ICCV 2019 Oral
  • ZEN - A BERT-based Chinese Text Encoder Enhanced by N-gram Representations
  • music-dl - search and download music 从网易云音乐、QQ音乐、酷狗音乐、百度音乐、虾米音乐、咪咕音乐等搜索和下载歌曲
  • arcface-pytorch -
  • VarGFaceNet -
  • TF-Keras-ThunderNet - Object detection model thundernet tensorflow.keras implementation
  • libheap - python library to examine ptmalloc (the glibc userland heap implementation)
  • subfinder - 字幕查找器
  • impersonator - PyTorch implementation of our ICCV 2019 paper: Liquid Warping GAN: A Unified Framework for Human Motion Imitation, Appearance Transfer and Novel View Synthesis
  • albert_zh - A LITE BERT FOR SELF-SUPERVISED LEARNING OF LANGUAGE REPRESENTATIONS, 海量中文预训练ALBERT模型
  • Ultra-Light-Fast-Generic-Face-Detector-1MB - 💎1MB lightweight face detection model (1MB轻量级人脸检测模型)
  • detectron2 - Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.
  • imagededup - 😎 Finding duplicate images made easy!
  • dl_coursera - A simple, fast, and reliable Coursera crawling & downloading tool
  • openpose_train - Training repository for OpenPose
  • Res2Net-PretrainedModels - (ImageNet pretrained models) The official pytorch implemention of the TPAMI paper "Res2Net: A New Multi-scale Backbone Architecture"
  • FaceForensics - Github of the FaceForensics dataset
  • d2l-zh - 《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被70多个国家的500多所大学用于教学。
  • FreeAnchor - FreeAnchor: Learning to Match Anchors for Visual Object Detection (NeurIPS 2019)
  • fabric - Simple, Pythonic remote execution and deployment.
  • neural-structured-learning - Training neural models with structured signals.
  • sort - Simple, online, and realtime tracking of multiple objects in a video sequence.
  • RAdam - On the Variance of the Adaptive Learning Rate and Beyond
  • ptscripts - A easy way to download torrents from private tracker sites with poor coding.
  • autoremove-torrents - Automatically remove torrents according to your strategies.
  • presidio - Context aware, pluggable and customizable data protection and de-identification SDK for text and images
  • Ranger-Deep-Learning-Optimizer - Ranger - a synergistic optimizer using RAdam (Rectified Adam), Gradient Centralization and LookAhead in one codebase
  • ImageAI - A python library built to empower developers to build applications and systems with self-contained Computer Vision capabilities
  • face_recognition_framework - Multi-task face recognition framework based on PyTorch
  • open_model_zoo - Pre-trained Deep Learning models and demos (high quality and extremely fast)
  • LFFD-A-Light-and-Fast-Face-Detector-for-Edge-Devices - A light and fast one class detection framework for edge devices. We provide face detector, head detector, pedestrian detector, vehicle detector......
  • FaceDetection-DSFD - 腾讯优图高精度双分支人脸检测器
  • Pytorch-UNet - PyTorch implementation of the U-Net for image semantic segmentation with high quality images
  • DeblurGANv2 - [ICCV 2019] "DeblurGAN-v2: Deblurring (Orders-of-Magnitude) Faster and Better" by Orest Kupyn, Tetiana Martyniuk, Junru Wu, Zhangyang Wang
  • UGATIT-pytorch - Official PyTorch implementation of U-GAT-IT: Unsupervised Generative Attentional Networks with Adaptive Layer-Instance Normalization for Image-to-Image Translation
  • UGATIT - Official Tensorflow implementation of U-GAT-IT: Unsupervised Generative Attentional Networks with Adaptive Layer-Instance Normalization for Image-to-Image Translation (ICLR 2020)
  • ERNIE - Official implementations for various pre-training models of ERNIE-family, covering topics of Language Understanding & Generation, Multimodal Understanding & Generation, and beyond.
  • Keras-BiGAN - BiGAN implementation in Keras to detect similarities in Landscapes.
  • httpx - A next generation HTTP client for Python. 🦋
  • fairseq - Facebook AI Research Sequence-to-Sequence Toolkit written in Python.
  • pytorch-kaldi - pytorch-kaldi is a project for developing state-of-the-art DNN/RNN hybrid speech recognition systems. The DNN part is managed by pytorch, while feature extraction, label computation, and decoding are performed with the kaldi toolkit.
  • OmniNet - Official Pytorch implementation of "OmniNet: A unified architecture for multi-modal multi-task learning" | Authors: Subhojeet Pramanik, Priyanka Agrawal, Aman Hussain
  • models - Officially maintained, supported by PaddlePaddle, including CV, NLP, Speech, Rec, TS, big models and so on.
  • PaddleHub - Awesome pre-trained models toolkit based on PaddlePaddle. (400+ models including Image, Text, Audio, Video and Cross-Modal with Easy Inference & Serving)
  • Tacotron-2 - DeepMind's Tacotron-2 Tensorflow implementation
  • SiamMask - [CVPR2019] Fast Online Object Tracking and Segmentation: A Unifying Approach
  • mitmproxy - An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.
  • requests-html - Pythonic HTML Parsing for Humans™
  • NLP-progress - Repository to track the progress in Natural Language Processing (NLP), including the datasets and the current state-of-the-art for the most common NLP tasks.
  • text-detection-ctpn - text detection mainly based on ctpn model in tensorflow, id card detect, connectionist text proposal network
  • PyTorch_BlazeFace - Unofficial PyTorch implementation of BlazeFace
  • spaCy - 💫 Industrial-strength Natural Language Processing (NLP) in Python
  • FCOS - FCOS: Fully Convolutional One-Stage Object Detection (ICCV'19)
  • XLM - PyTorch original implementation of Cross-lingual Language Model Pretraining.
  • AB3DMOT - (IROS 2020, ECCVW 2020) Official Python Implementation for "3D Multi-Object Tracking: A Baseline and New Evaluation Metrics"
  • segmentation_models - Segmentation models with pretrained backbones. Keras and TensorFlow Keras.
  • FALdetector - Code for the paper: Detecting Photoshopped Faces by Scripting Photoshop
  • awesome-machine-learning - A curated list of awesome Machine Learning frameworks, libraries and software.
  • yolov3 - YOLOv3 in PyTorch > ONNX > CoreML > TFLite
  • BigGAN-PyTorch - The author's officially unofficial PyTorch BigGAN implementation.
  • video-object-removal - Just draw a bounding box and you can remove the object you want to remove.
  • CornerNet-Lite -
  • simpledet - A Simple and Versatile Framework for Object Detection and Instance Recognition
  • CenterNet - Object detection, 3D detection, and pose estimation using center point detection:
  • generative-models - Collection of generative models, e.g. GAN, VAE in Pytorch and Tensorflow.
  • autograd - Efficiently computes derivatives of numpy code.
  • YOLOv3-model-pruning - 在 oxford hand 数据集上对 YOLOv3 做模型剪枝(network slimming)
  • ProxyPool - An Efficient ProxyPool with Getter, Tester and Server
  • numpy-ml - Machine learning, in numpy
  • the-gan-zoo - A list of all named GANs!
  • zh-NER-TF - A very simple BiLSTM-CRF model for Chinese Named Entity Recognition 中文命名实体识别 (TensorFlow)
  • YOLOv3_TensorFlow - Complete YOLO v3 TensorFlow implementation. Support training on your own dataset.
  • open-deepnude - Open source reverse-engineered clone of DeepNude
  • yewtube - yewtube, forked from mps-youtube , is a Terminal based YouTube player and downloader. No Youtube API key required.
  • doccano - Open source annotation tool for machine learning practitioners.
  • bmi-project - machine learning model that predicts body mass index from face images
  • StoryGAN - StoryGAN: A Sequential Conditional GAN for Story Visualization
  • Obj-GAN - Obj-GAN - Official PyTorch Implementation
  • scrapy - Scrapy, a fast high-level web crawling & scraping framework for Python.
  • sanic - Accelerate your web app development | Build fast. Run fast.
  • tensor2tensor - Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.
  • bokeh - Interactive Data Visualization in the browser, from Python
  • inversecooking - Recipe Generation from Food Images
  • SPADE - Semantic Image Synthesis with SPADE
  • clearml - ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline, Orchestration, Scheduling & Serving in one MLOps/LLMOps solution
  • Chinese-BERT-wwm - Pre-Training with Whole Word Masking for Chinese BERT(中文BERT-wwm系列模型)
  • wtfpython - What the f*ck Python? 😱
  • xlnet - XLNet: Generalized Autoregressive Pretraining for Language Understanding
  • mmaction - An open-source toolbox for action understanding based on PyTorch
  • cpython - The Python programming language
  • Real-Time-Voice-Cloning - Clone a voice in 5 seconds to generate arbitrary speech in real-time
  • awesome-python-login-model - 😮python模拟登陆一些大型网站,还有一些简单的爬虫,希望对你们有所帮助❤️,如果喜欢记得给个star哦🌟
  • NeuronBlocks - NLP DNN Toolkit - Building Your NLP DNN Models Like Playing Lego
  • pyppeteer - Headless chrome/chromium automation library (unofficial port of puppeteer)
  • django - The Web framework for perfectionists with deadlines.
  • keras-tuner - A Hyperparameter Tuning Library for Keras
  • CRAFT-pytorch - Official implementation of Character Region Awareness for Text Detection (CRAFT)
  • yolact - A simple, fully convolutional model for real-time instance segmentation.
  • instagram-python-scraper - A instagram scraper wrote in python. Similar to instagram-php-scraper.Usages are in example.py. Enjoy it!
  • GPT2 - An implementation of training for GPT2, supports TPUs
  • Deep-Flow-Guided-Video-Inpainting - pytorch implementation for "Deep Flow-Guided Video Inpainting"(CVPR'19)
  • pytorch_GAN_zoo - A mix of GAN implementations including progressive growing
  • pyright - Static Type Checker for Python
  • TorchSnooper - Debug PyTorch code using PySnooper
  • awesome-semantic-segmentation-pytorch - Semantic Segmentation on PyTorch (include FCN, PSPNet, Deeplabv3, Deeplabv3+, DANet, DenseASPP, BiSeNet, EncNet, DUNet, ICNet, ENet, OCNet, CCNet, PSANet, CGNet, ESPNet, LEDNet, DFANet)
  • EdgeRealtimeVideoAnalytics - An example of using Redis Streams, RedisGears, RedisAI and RedisTimeSeries for Realtime Video Analytics (i.e. counting people)
  • EfficientNets-PyTorch - A PyTorch implementation of " EfficientNet: Rethinking Model Scaling for Convolutional Neural Networks."
  • efficientnet - Implementation of EfficientNet model. Keras and TensorFlow Keras.
  • pytorch-image-models - PyTorch image models, scripts, pretrained weights -- ResNet, ResNeXT, EfficientNet, NFNet, Vision Transformer (ViT), MobileNet-V3/V2, RegNet, DPN, CSPNet, Swin Transformer, MaxViT, CoAtNet, ConvNeXt, and more
  • EfficientNet-PyTorch - A PyTorch implementation of EfficientNet and EfficientNetV2 (coming soon!)
  • ERNIE - Source code and dataset for ACL 2019 paper "ERNIE: Enhanced Language Representation with Informative Entities"
  • videoflow - Python framework that facilitates the quick development of complex video analysis applications and other series-processing based applications in a multiprocessing environment.
  • HRNet-MaskRCNN-Benchmark - Object detection with multi-level representations generated from deep high-resolution representation learning (HRNetV2h).
  • HRNet-Facial-Landmark-Detection - This is an official implementation of facial landmark detection for our TPAMI paper "Deep High-Resolution Representation Learning for Visual Recognition". https://arxiv.org/abs/1908.07919
  • HRNet-Semantic-Segmentation - The OCR approach is rephrased as Segmentation Transformer: https://arxiv.org/abs/1909.11065. This is an official implementation of semantic segmentation for HRNet. https://arxiv.org/abs/1908.07919
  • HRNet-Image-Classification - Train the HRNet model on ImageNet
  • HRNet-Object-Detection - Object detection with multi-level representations generated from deep high-resolution representation learning (HRNetV2h). This is an official implementation for our TPAMI paper "Deep High-Resolution Representation Learning for Visual Recognition". https://arxiv.org/abs/1908.07919
  • examples-of-web-crawlers - 一些非常有趣的python爬虫例子,对新手比较友好,主要爬取淘宝、天猫、微信、微信读书、豆瓣、QQ等网站。(Some interesting examples of python crawlers that are friendly to beginners. )
  • HelloGitHub - :octocat: 分享 GitHub 上有趣、入门级的开源项目。Share interesting, entry-level open source projects on GitHub.
  • mmf - A modular framework for vision & language multimodal research from Facebook AI Research (FAIR)
  • Ghost.py - Webkit based scriptable web browser for python.
  • splash - Lightweight, scriptable browser as a service with an HTTP API
  • you-get - ⏬ Dumb downloader that scrapes the web
  • transfer-learning-conv-ai - 🦄 State-of-the-Art Conversational AI with Transfer Learning
  • mathAI - 一个拍照做题程序。输入一张包含数学计算题的图片,输出识别出的数学计算式以及计算结果。This is a mathematic expression recognition project.
  • system-design-primer - Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
  • awesome-python - An opinionated list of awesome Python frameworks, libraries, software and resources.
  • black - The uncompromising Python code formatter
  • async_face_recognition - Small face recognition service based on Python 3.4/3.5 asyncio and OpenCV cascade detection
  • transformers - 🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
  • gpt-2-flask-api - OpenAI GPT-2 Flask API
  • gpt-2-simple - Python package to easily retrain OpenAI's GPT-2 text-generating model on new texts
  • gpt-2 - Code for the paper "Language Models are Unsupervised Multitask Learners"
  • gpt-2 - Code for the paper "Language Models are Unsupervised Multitask Learners"
  • pysot - SenseTime Research platform for single object tracking, implementing algorithms like SiamRPN and SiamMask.
  • Python - All Algorithms implemented in Python
  • Python-100-Days - Python - 100天从新手到大师
  • FUNIT - Translate images to unseen domains in the test time with few example images.
  • DeOldify - A Deep Learning based project for colorizing and restoring old images (and video!)
  • multithreaded-downloader - Faster download with multithreading
  • PySnooper - Never use print for debugging again
  • thefuck - Magnificent app which corrects your previous console command.
  • YOLO3D - Implementation of a basic YOLO model for object detection in 3D
  • ffsubsync - Automagically synchronize subtitles with video.
  • starred - creating your own Awesome List by GitHub stars!
  • gluon-cv - Gluon CV Toolkit
  • self-attention-gan -
  • Self-Attention-GAN - Pytorch implementation of Self-Attention Generative Adversarial Networks (SAGAN)
  • pytorch-groupnormalization - Pytorch implementation of group normalization in https://arxiv.org/abs/1803.08494 (Following the PyTorch Style)
  • FastPhotoStyle - Style transfer, deep learning, feature transform
  • s2cnn - Spherical CNNs
  • GANimation - GANimation: Anatomically-aware Facial Animation from a Single Image (ECCV'18 Oral) [PyTorch]
  • stylegan - StyleGAN - Official TensorFlow Implementation
  • person_search - Joint Detection and Identification Feature Learning for Person Search
  • sepconv-slomo - an implementation of Video Frame Interpolation via Adaptive Separable Convolution using PyTorch
  • clevr-iep - Inferring and Executing Programs for Visual Reasoning
  • BicycleGAN - Toward Multimodal Image-to-Image Translation
  • Deep-Feature-Flow - Deep Feature Flow for Video Recognition
  • improved_wgan_training - Code for reproducing experiments in "Improved Training of Wasserstein GANs"
  • SRGAN - Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network
  • UNIT - Unsupervised Image-to-Image Translation
  • baselines - OpenAI Baselines: high-quality implementations of reinforcement learning algorithms
  • Facelet_Bank - Facelet-Bank for Fast Portrait Manipulation (pytorch)
  • SIN - CVPR 2018: Structure Inference Net for Object Detection
  • FAVOS - Demo code of the paper "Fast and Accurate Online Video Object Segmentation via Tracking Parts", in CVPR 2018
  • cascade-rcnn_Pytorch - An implementation of Cascade R-CNN: Delving into High Quality Object Detection.
  • gpnn - Code for ECCV2018 - Learning Human-Object Interactions by Graph Parsing Neural Networks.
  • ZSSR - "Zero-Shot" Super-Resolution using Deep Internal Learning
  • ARNet - CVPR 2018 - Regularizing RNNs for Caption Generation by Reconstructing The Past with The Present
  • DeRaindrop - Attentive Generative Adversarial Network for Raindrop Removal from A Single Image (CVPR 2018)
  • deblur-gan - Keras implementation of "DeblurGAN: Blind Motion Deblurring Using Conditional Adversarial Networks"
  • mocogan - MoCoGAN: Decomposing Motion and Content for Video Generation
  • ReferringRelationships -
  • DREAM - This is the public repository for our accepted CVPR 2018 paper "Pose-Robust Face Recognition via Deep Residual Equivariant Mapping"
  • landmark-detection - Four landmark detection algorithms, implemented in PyTorch.
  • RCAN - PyTorch code for our ECCV 2018 paper "Image Super-Resolution Using Very Deep Residual Channel Attention Networks"
  • ban-vqa - Bilinear attention networks for visual question answering
  • Pixel2Mesh - Pixel2Mesh: Generating 3D Mesh Models from Single RGB Images. In ECCV2018.
  • supervision-by-registration - Supervision-by-Registration: An Unsupervised Approach to Improve the Precision of Facial Landmark Detectors
  • NeuralBabyTalk - Pytorch code of for our CVPR 2018 paper "Neural Baby Talk"
  • soccerontable - Upconverting YouTube soccer videos in 3D for viewing in AR/VR devices.Soccer On Your Tabletop
  • adaptive-style-transfer - source code for the ECCV18 paper A Style-Aware Content Loss for Real-time HD Style Transfer
  • noise2noise - An unofficial and partial Keras implementation of "Noise2Noise: Learning Image Restoration without Clean Data"
  • DetectAndTrack - The implementation of an algorithm presented in the CVPR18 paper: "Detect-and-Track: Efficient Pose Estimation in Videos"
  • DaSiamRPN - [ECCV2018] Distractor-aware Siamese Networks for Visual Object Tracking
  • inplace_abn - In-Place Activated BatchNorm for Memory-Optimized Training of DNNs
  • MUNIT - Multimodal Unsupervised Image-to-Image Translation
  • video-nonlocal-net - Non-local Neural Networks for Video Classification
  • ENAS-pytorch - PyTorch implementation of "Efficient Neural Architecture Search via Parameters Sharing"
  • glow - Code for reproducing results in "Glow: Generative Flow with Invertible 1x1 Convolutions"
  • Learning-to-See-in-the-Dark - Learning to See in the Dark. CVPR 2018
  • stargan - StarGAN - Official PyTorch Implementation (CVPR 2018)
  • 3D-ResNets-PyTorch - 3D ResNets for Action Recognition (CVPR 2018)
  • video-classification-3d-cnn-pytorch - Video classification tools using 3D ResNet
  • sg2im - Code for "Image Generation from Scene Graphs", Johnson et al, CVPR 2018
  • starred - creating your own Awesome List by GitHub stars!
  • cnn-benchmarks - Benchmarks for popular CNN models
  • keras-vis - Neural network visualization toolkit for keras
  • colorization - Automatic colorization using deep neural networks. "Colorful Image Colorization." In ECCV, 2016.
  • neural-style-tf - TensorFlow (Python API) implementation of Neural Style
  • Automatic_Speech_Recognition - End-to-end Automatic Speech Recognition for Madarian and English in Tensorflow
  • pix2pixHD - Synthesizing and manipulating 2048x1024 images with conditional GANs
  • Keras-GAN - Keras implementations of Generative Adversarial Networks.
  • neural-storyteller - A recurrent neural network for generating little stories about images
  • flask - The Python micro framework for building web applications.
  • snallygaster - Tool to scan for secret files on HTTP servers
  • gym - A toolkit for developing and comparing reinforcement learning algorithms.
  • Gooey - Turn (almost) any Python command line program into a full GUI application with one line
  • bottle - bottle.py is a fast and simple micro-framework for python web-applications.
  • falcon - The no-magic web data plane API and microservices framework for Python developers, with a focus on reliability, correctness, and performance at scale.
  • luminoth - Deep Learning toolkit for Computer Vision.
  • requests - A simple, yet elegant, HTTP library.
  • magenta - Magenta: Music and Art Generation with Machine Intelligence
  • QuickDraw - Implementation of Quickdraw - an online game developed by Google
  • waveglow - A Flow-based Generative Network for Speech Synthesis
  • Top-Deep-Learning - Top 200 deep learning Github repositories sorted by the number of stars.
  • Trending-Deep-Learning - Top 100 trending deep learning repositories sorted by the number of stars gained on a specific day.
  • fastNLP - fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.
  • jieba - 结巴中文分词
  • DeepMoji - State-of-the-art deep learning model for analyzing sentiment, emotion, sarcasm etc.
  • fast-style-transfer - TensorFlow CNN for fast style transfer ⚡🖥🎨🖼
  • pytorch-CycleGAN-and-pix2pix - Image-to-Image Translation in PyTorch
  • py-faster-rcnn - Faster R-CNN (Python implementation) -- see https://github.com/ShaoqingRen/faster_rcnn for the official MATLAB version
  • Face-Pose-Net - Estimate 3D face pose (6DoF) or 11 parameters of 3x4 projection matrix by a Convolutional Neural Network
  • faster-rcnn.pytorch - A faster pytorch implementation of faster r-cnn
  • DeepPavlov - An open source library for deep learning end-to-end dialog systems and chatbots.
  • labelme - Image Polygonal Annotation with Python (polygon, rectangle, circle, line, point and image-level flag annotation).
  • keras-rl - Deep Reinforcement Learning for Keras.
  • AlphaPose - Real-Time and Accurate Full-Body Multi-Person Pose Estimation&Tracking System
  • ML-From-Scratch - Machine Learning From Scratch. Bare bones NumPy implementations of machine learning models and algorithms with a focus on accessibility. Aims to cover everything from linear regression to deep learning.
  • horovod - Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.
  • tvm - Open deep learning compiler stack for cpu, gpu and specialized accelerators
  • autokeras - AutoML library for deep learning
  • data-science-ipython-notebooks - Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.
  • allennlp - An open-source NLP research library, built on PyTorch.
  • PassGAN - A Deep Learning Approach for Password Guessing (https://arxiv.org/abs/1709.00440)
  • gandissect - Pytorch-based tools for visualizing and understanding the neurons of a GAN. https://gandissect.csail.mit.edu/
  • transparent_latent_gan - Use supervised learning to illuminate the latent space of GAN for controlled generation and edit
  • clip-as-service - 🏄 Scalable embedding, reasoning, ranking for images and sentences with CLIP
  • reaver - Reaver: Modular Deep Reinforcement Learning Framework. Focused on StarCraft II. Supports Gym, Atari, and MuJoCo.
  • pytext - A natural language modeling framework based on PyTorch
  • image-super-resolution - 🔎 Super-scale your images and run experiments with Residual Dense and Adversarial Networks.
  • show-adapt-and-tell - Code for "Show, Adapt and Tell: Adversarial Training of Cross-domain Image Captioner" in ICCV 2017
  • text-to-image - Text to image synthesis using thought vectors
  • self-critical.pytorch - Unofficial pytorch implementation for Self-critical Sequence Training for Image Captioning. and others.
  • image_captioning - Tensorflow implementation of "Show, Attend and Tell: Neural Image Caption Generation with Visual Attention"
  • ImageCaptioning.pytorch - I decide to sync up this repo and self-critical.pytorch. (The old master is in old master branch for archive)
  • densecap-tensorflow - Re-implement CVPR2017 paper: "dense captioning with joint inference and visual context" and minor changes in Tensorflow. (mAP 8.296 after 500k iters of training)
  • sketch-code - Keras model to generate HTML code from hand-drawn website mockups. Implements an image captioning architecture to drawn source images.
  • Pytorch_Mask_RCNN - Converted from tf+keras version MASK-RCNN
  • video2x - A lossless video/GIF/image upscaler achieved with waifu2x, Anime4K, SRMD and RealSR. Started in Hack the Valley II, 2018.
  • neural-enhance - Super Resolution for images using deep learning.
  • faceit_live - Swap your face in realtime to someone's else.
  • faceit - A script to make it easy to swap faces in videos using the faceswap library, and YouTube videos.
  • youtube-video-face-swap - The aim of this project is to perform a face swap on a youtube video almost automatically.
  • instagan - InstaGAN: Instance-aware Image Translation (ICLR 2019)
  • MLKP - CVPR18 Paper: Multi-scale Location-aware Kernel Representation for Object Detection
  • squeezedet-keras - Keras implementation of the Squeeze Det Object Detection Deep Learning Framework
  • Complex-YOLO - Complex-YOLO: Real-time 3D Object Detection on Point Clouds pytorch Darknet
  • Pedestrian-Detection - Pedestrian detection using the TensorFlow Object Detection API. Includes multi GPU parallel processing inference.
  • cross-domain-detection - Cross-Domain Weakly-Supervised Object Detection through Progressive Domain Adaptation [Inoue+, CVPR2018].
  • DSS - code for "Deeply supervised salient object detection with short connections" published in CVPR 2017
  • blitznet - Deep neural network for object detection and semantic segmentation in real-time. Official code for the paper "BlitzNet: A Real-Time Deep Network for Scene Understanding"
  • avod - Code for 3D object detection for autonomous driving
  • tensorflow-face-detection - A mobilenet SSD based face detector, powered by tensorflow object detection api, trained by WIDERFACE dataset.
  • Tensorflow_Object_Tracking_Video - Object Tracking in Tensorflow ( Localization Detection Classification ) developed to partecipate to ImageNET VID competition
  • PANet - PANet for Instance Segmentation and Object Detection
  • frustum-pointnets - Frustum PointNets for 3D Object Detection from RGB-D Data
  • Flow-Guided-Feature-Aggregation - Flow-Guided Feature Aggregation for Video Object Detection
  • squeezeDet - A tensorflow implementation for SqueezeDet, a convolutional neural network for object detection.
  • RFBNet - Receptive Field Block Net for Accurate and Fast Object Detection, ECCV 2018
  • SNIPER - SNIPER / AutoFocus is an efficient multi-scale object detection training / inference algorithm
  • tf-faster-rcnn - Tensorflow Faster RCNN for Object Detection
  • labelImg - LabelImg is now part of the Label Studio community. The popular image annotation tool created by Tzutalin is no longer actively being developed, but you can check out Label Studio, the open source data labeling tool for images, text, hypertext, audio, video and time-series data.
  • seg_every_thing - Code release for Hu et al., Learning to Segment Every Thing. in CVPR, 2018.
  • darkflow - Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices
  • imgaug - Image augmentation for machine learning experiments.
  • M2Det - M2Det: A Single-Shot Object Detector based on Multi-Level Feature Pyramid Network
  • PytorchSSD - pytorch version of SSD and it's enhanced methods such as RFBSSD,FSSD and RefineDet
  • pytorch-mask-rcnn -
  • pytorch-retinanet - Pytorch implementation of RetinaNet object detection.
  • deep_learning_object_detection - A paper list of object detection using deep learning.
  • keras-retinanet - Keras implementation of RetinaNet object detection.
  • Keras-RetinaNet-for-Open-Images-Challenge-2018 - Code for 15th place in Kaggle Google AI Open Images - Object Detection Track
  • chainercv - ChainerCV: a Library for Deep Learning in Computer Vision
  • models - Models and examples built with TensorFlow
  • keras-yolo3-detection - YOLO v3 物体检测算法
  • PyTorch-YOLOv3 - Minimal PyTorch implementation of YOLOv3
  • YOLO_Object_Detection - This is the code for "YOLO Object Detection" by Siraj Raval on Youtube
  • yolo2-pytorch - YOLOv2 in PyTorch
  • pytorch-yolo-v3 - A PyTorch implementation of the YOLO v3 object detection algorithm
  • YOLO_tensorflow - tensorflow implementation of 'YOLO : Real-Time Object Detection'
  • keras-yolo3 - A Keras implementation of YOLOv3 (Tensorflow backend)
  • Mask_RCNN - Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
  • mmdetection - OpenMMLab Detection Toolbox and Benchmark
  • for-lossless-music - 为了找无损音乐我是找烦了,准备写个自动下载,自动按歌手分类的脚本,还有狗屎QQ,花钱下载的加密格式这个
  • MTCNN-Tensorflow - mtcnn-tf
  • pytorch - Tensors and Dynamic neural networks in Python with strong GPU acceleration
  • scikit-learn - scikit-learn: machine learning in Python
  • SimplePythonCNN - Only in native python & numpy with Keras interface
  • DeepFaceLab - DeepFaceLab is the leading software for creating deepfakes.
  • Char-RNN-TensorFlow - Multi-language Char RNN for TensorFlow >= 1.2.
  • ailearning - AiLearning:数据分析+机器学习实战+线性代数+PyTorch+NLTK+TF2
  • LipNet - Keras implementation of 'LipNet: End-to-End Sentence-level Lipreading'
  • keras - Deep Learning for humans
  • tflearn - Deep learning library featuring a higher-level API for TensorFlow.
  • bert - TensorFlow code and pre-trained models for BERT
  • deepnet - Educational deep learning library in plain Numpy.
  • maskrcnn-benchmark - Fast, modular reference implementation of Instance Segmentation and Object Detection algorithms in PyTorch.
  • training - Reference implementations of MLPerf™ training benchmarks
  • tencent-ml-images - Largest multi-label image database; ResNet-101 model; 80.73% top-1 acc on ImageNet
  • pynvx - Python bindings for NVIDIA CUDA APIs.
  • pytorch-tutorial - PyTorch Tutorial for Deep Learning Researchers
  • face-alignment - 🔥 2D and 3D Face alignment library build using pytorch
  • Deep-Learning-Papers-Reading-Roadmap - Deep Learning papers reading roadmap for anyone who are eager to learn this amazing tech!
  • coursera-dl - Script for downloading Coursera.org videos and naming them.
  • DeepLearning.ai-Summary - This repository contains my personal notes and summaries on DeepLearning.ai specialization courses. I've enjoyed every little bit of the course hope you enjoy my notes too.
  • vid2vid - Pytorch implementation of our method for high-resolution (e.g. 2048x1024) photorealistic video-to-video translation.
  • LeetCode - 📝 Python / C++ 11 Solutions of All LeetCode Questions
  • NeteaseCloudMusicFlac - 根据网易云音乐的歌单, 下载flac无损音乐到本地. Download the FLAC music from Internet according to your NeteaseCloudMusic playlist.
  • google-images-download - Python Script to download hundreds of images from 'Google Images'. It is a ready-to-run code!
  • youtube-dl - Command-line program to download videos from YouTube.com and other video sites
  • deconvfaces - Generating faces with deconvolution networks
  • insightface - State-of-the-art 2D and 3D Face Analysis Project
  • PRNet - Joint 3D Face Reconstruction and Dense Alignment with Position Map Regression Network (ECCV 2018)
  • faceai - 一款入门级的人脸、视频、文字检测以及识别的项目.
  • face_classification - Real-time face detection and emotion/gender classification using fer2013/imdb datasets with a keras CNN model and openCV.
  • faceswap - Deepfakes Software For All
  • face_recognition - The world's simplest facial recognition api for Python and the command line
  • gif-for-cli -
  • pyannote-video - Face detection, tracking and clustering in videos
  • Human-detection-and-Tracking - Human-detection-and-Tracking
  • facenet - Face recognition using Tensorflow
  • HandMovementTracking - A simple hand movement tracking module for humans ✍️
  • Detectron - FAIR's research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.
  • thingscoop - Search and filter videos based on objects that appear in them using convolutional neural networks

Rich Text Format (1)

Back to Top

Ruby (3)

Back to Top

  • awesome-swift - A collaborative list of awesome Swift libraries and resources. Feel free to contribute!
  • transmission-rss - Adds torrents from RSS feeds to Transmission web frontend
  • Learning-SICP - MIT视频公开课《计算机程序的构造和解释》中文化项目及课程学习资料搜集。

Rust (89)

Back to Top

  • pingora - A library for building fast, reliable and evolvable network services.
  • oha - Ohayou(おはよう), HTTP load generator, inspired by rakyll/hey with tui animation.
  • heapless - Heapless, static friendly data structures
  • wasm-bpf - WebAssembly library, toolchain and runtime for eBPF programs
  • eunomia-bpf - Build, Distribute and Run CO-RE eBPF programs easier with JSON and Webassembly OCI images
  • c2rust - Migrate C code to Rust
  • cross - “Zero setup” cross compilation and “cross testing” of Rust crates
  • axum - Ergonomic and modular web framework built with Tokio, Tower, and Hyper
  • ftlog - An asynchronous logging library for high performance
  • tokio-io-timeout -
  • redis-oxide - Multi-threaded implementation of redis written in rust
  • wasmtime - A fast and secure runtime for WebAssembly
  • unreal-rust - Rust integration for Unreal Engine 5
  • volo - Rust RPC framework with high-performance and strong-extensibility for building micro-services.
  • afl.rs - 🐇 Fuzzing Rust code with American Fuzzy Lop
  • tokio-minihttp - Protocol implementation experimentations
  • fluent-uri-rs - A fast, easy generic URI parser and builder compliant with RFC 3986.
  • image - Encoding and decoding images in Rust
  • RedisJSON - RedisJSON - a JSON data type for Redis
  • criterion.rs - Statistics-driven benchmarking library for Rust
  • ripgrep - ripgrep recursively searches directories for a regex pattern while respecting your gitignore
  • simd-json - Rust port of simdjson
  • rayon - Rayon: A data parallelism library for Rust
  • proc-macro-workshop - Learn to write Rust procedural macros  [Rust Latam conference, Montevideo Uruguay, March 2019]
  • fastdivide -
  • rust-course - “连续六年成为全世界最受喜爱的语言,无 GC 也无需手动内存管理、极高的性能和安全性、过程/OO/函数式编程、优秀的包管理、JS 未来基石" — 工作之余的第二语言来试试 Rust 吧。<<Rust语言圣经>>拥有全面且深入的讲解、生动贴切的示例、德芙般丝滑的内容,甚至还有JS程序员关注的 WASM 和 Deno 等专题。这可能是目前最用心的 Rust 中文学习教程 / Book
  • wgpu - Cross-platform, safe, pure-rust graphics api.
  • deno - A modern runtime for JavaScript and TypeScript.
  • druid - A data-first Rust-native UI design toolkit.
  • monoio - Rust async runtime based on io-uring.
  • Rust-CUDA - Ecosystem of libraries and tools for writing and executing fast GPU code fully in Rust.
  • leetcode-rust - my leetcode solutions in rust
  • tui-rs - Build terminal user interfaces and dashboards using Rust
  • polars - Dataframes powered by a multithreaded, vectorized query engine, written in Rust
  • youki - A container runtime written in Rust
  • alass - "Automatic Language-Agnostic Subtitle Synchronization"
  • min-sized-rust - 🦀 How to minimize Rust binary size 📦
  • left-right - A lock-free, read-optimized, concurrency primitive.
  • evmap - A lock-free, eventually consistent, concurrent multi-value map.
  • starship - ☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell!
  • egui - egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native
  • awesome-alternatives-in-rust - A curated list of replacements for existing software written in Rust
  • czkawka - Multi functional app to find duplicates, empty folders, similar images etc.
  • tauri - Build smaller, faster, and more secure desktop applications with a web frontend.
  • szyszka - Szyszka is fast and powerful file renamer
  • simdutf8 - SIMD-accelerated UTF-8 validation for Rust.
  • rust-gpu - 🐉 Making Rust a first-class language and ecosystem for GPU shaders 🚧
  • sqlx - 🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite.
  • windows-rs - Rust for Windows
  • tonic - A native gRPC client & server implementation with async/await support.
  • rustdesk - An open-source remote desktop, and alternative to TeamViewer.
  • warp - A super-easy, composable, web server framework for warp speeds.
  • minitrace-rust - Extremely fast tracing library for Rust
  • raft-rs - Raft distributed consensus algorithm implemented in Rust.
  • flume - A safe and fast multi-producer, multi-consumer channel.
  • tracing - Application level tracing for Rust.
  • t-rec-rs - Blazingly fast terminal recorder that generates animated gif images for the web written in rust
  • json - Strongly typed JSON library for Rust
  • serde - Serialization framework for Rust
  • py-spy - Sampling profiler for Python programs
  • iced - A cross-platform GUI library for Rust, inspired by Elm
  • tokio - A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
  • clap - A full featured, fast Command Line Argument Parser for Rust
  • coreutils - Cross-platform Rust rewrite of the GNU coreutils
  • ranger - 简单的命令行字幕下载器
  • autocxx - Tool for safe ergonomic Rust/C++ interop driven from existing C++ headers
  • meilisearch - A lightning-fast search API that fits effortlessly into your apps, websites, and workflow
  • too-many-lists - Learn Rust by writing Entirely Too Many linked lists
  • crossbeam - Tools for concurrent programming in Rust
  • reqwest - An easy and powerful Rust HTTP Client
  • hyper - An HTTP library for Rust
  • futures-rs - Zero-cost asynchronous programming in Rust
  • just - 🤖 Just a command runner
  • Rocket - A web framework for Rust.
  • RustPython - A Python Interpreter written in Rust
  • alacritty - A cross-platform, OpenGL terminal emulator.
  • tikv - Distributed transactional key-value database, originally created to complement TiDB
  • tide - Fast and friendly HTTP server framework for async Rust
  • diem - Diem’s mission is to build a trusted and innovative financial network that empowers people and businesses around the world.
  • linkerd2-proxy - A purpose-built proxy for the Linkerd service mesh. Written in Rust.
  • awesome-rust - A curated list of Rust code and resources.
  • static-analysis - ⚙️ A curated list of static analysis (SAST) tools and linters for all programming languages, config files, build tools, and more. The focus is on tools which improve code quality.
  • winit - Window handling library in pure Rust
  • diesel - A safe, extensible ORM and Query Builder for Rust
  • actix-web - Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.
  • ytop - A TUI system monitor written in Rust
  • zCore - Reimplement Zircon microkernel in Rust.
  • tokenizers - 💥 Fast State-of-the-Art Tokenizers optimized for Research and Production
  • asciinema - Terminal session recorder 📹

Shell (15)

Back to Top

  • warp - WARP one-click script. Add an IPv4, IPv6 or dual-stack CloudFlare WARP network interface and Socks5 proxy for VPS. 一键脚本
  • EmuDeck - Emulator configurator for Steam Deck
  • holoiso - SteamOS 3 (Holo) archiso configuration
  • xgo - Go CGO cross compiler
  • synology-gitlab - Updated an improved Original Synology Package
  • manylinux - Python wheels that work on any linux (almost)
  • .tmux - 🇫🇷 Oh my tmux! My self-contained, pretty & versatile tmux configuration made with ❤️
  • kaldi - kaldi-asr/kaldi is the official location of the Kaldi project.
  • inexistence - I know nothing, you see nothing.
  • ohmyzsh - 🙃 A delightful community-driven (with 2,300+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.
  • pure-bash-bible - 📖 A collection of pure bash alternatives to external processes.
  • nvidia-update - Install nVidia drivers on macOS the easy way.
  • tensorflow-build-archived - TensorFlow binaries supporting AVX, FMA, SSE
  • wpa2-wordlists - A collection of wordlists dictionaries for password cracking
  • macOS-eGPU - Make your Mac compatible with NVIDIA and AMD eGPUs. (macOS High Sierra)

Svelte (1)

Back to Top

  • serge - A web interface for chatting with Alpaca through llama.cpp. Fully dockerized, with an easy to use API.

Swift (6)

Back to Top

  • Charts - Beautiful charts for iOS/tvOS/OSX! The Apple side of the crossplatform MPAndroidChart.
  • Jitterbug - Launch JIT enabled iOS app with a second iOS device
  • awesome-ios - A curated list of awesome iOS ecosystem, including Objective-C and Swift Projects
  • UTM - Virtual machines for iOS and macOS
  • FileHider-for-mac - 将mac上的文件/文件夹一键隐藏起来,你懂的。Available on the App Store.
  • waifu2x-ios - iOS Core ML implementation of waifu2x

TeX (3)

Back to Top

TypeScript (14)

Back to Top

  • AgentGPT - 🤖 Assemble, configure, and deploy autonomous AI Agents in your browser.
  • chatgpt-api - Node.js client for the official ChatGPT API. 🔥
  • wechat-chatgpt - Use ChatGPT On Wechat via wechaty
  • github-profile-summary-cards - A tool to generate your github summary card for profile README
  • llparse - Generating parsers in LLVM IR
  • grafana - The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
  • vscode-code-runner - Code Runner for Visual Studio Code
  • cloud-annotations - 🐝 A fast, easy and collaborative open source image annotation tool for teams and individuals.
  • ar-cutpaste - Cut and paste your surroundings using AR
  • videojs-player - @videojs player component for @vuejs(3) and React.
  • nsfwjs - NSFW detection on the client-side via TensorFlow.js
  • VoTT - Visual Object Tagging Tool: An electron app for building end to end Object Detection Models from Images and Videos.
  • RSSHub - 🧡 Everything is RSSible
  • bilitwin - bilibili merged flv+mp4+ass+enhance / 哔哩哔哩: 超清FLV下载, FLV合并, 原生MP4下载, 弹幕ASS下载, MKV打包, 播放体验增强, 原生appsecret, 不借助其他网站

Vim script (1)

Back to Top

  • dotfiles - personal development settings

Vue (1)

Back to Top

Zig (1)

Back to Top

  • arocc - A C compiler written in Zig.

License

CC0

To the extent possible under law, helloall1900 has waived all copyright and related or neighboring rights to this work.

About

A curated list of my GitHub stars!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published