bwsw's Stars
zonemaster/zonemaster
The Zonemaster Project
ijl/orjson
Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
fussybeaver/bollard
Docker daemon API in Rust
etcdv3/etcd-client
An etcd v3 API client
zeromq/libzmq
ZeroMQ core engine in C++, implements ZMTP/3.1
rustls/rustls
A modern TLS library in Rust
BBVA/kvm
Simple Docker KVM container
insight-platform/Replay
Video archive and on-demand re-streaming database
onur/cargo-license
Cargo subcommand to see license of dependencies
librenms/librenms
Community-based GPL-licensed network monitoring system
scline/docker-cacti
Cacti version 1+ under Docker
iShape-Rust/iOverlay
Boolean Operations for 2D Polygons: Supports intersection, union, difference, xor, and self-intersections for all polygon varieties.
briansmith/ring
Safe, fast, small crypto using Rust
tikv/raft-rs
Raft distributed consensus algorithm implemented in Rust.
edwinkys/oasysdb
In-memory vector store with efficient read and write performance for semantic caching and retrieval system. Redis for Semantic Caching.
bnjjj/twelf
Twelf is a configuration solution for Rust including 12-Factor support. It is designed with layers in order to configure different sources and formats to build your configuration. The main goal is to be very simple using a proc macro.
Snapchat/KeyDB
A Multithreaded Fork of Redis
haraldng/omnipaxos
OmniPaxos is a distributed log implemented as a Rust library.
apache/kvrocks
Apache Kvrocks is a distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol.
apirrone/Memento
Memento is a Python app that records everything you do on your computer and lets you go back in time, search, and chat with a LLM (Large Language Model) to find back information about what you did.
lyuwenyu/RT-DETR
[CVPR 2024] Official RT-DETR (RTDETR paddle pytorch), Real-Time DEtection TRansformer, DETRs Beat YOLOs on Real-time Object Detection. 🔥 🔥 🔥
facebookresearch/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.
jeromefroe/lru-rs
An implementation of a LRU cache
sneas/img-comparison-slider
Image comparison slider. Compare images before and after. Supports React, Vue, Angular.
XPixelGroup/HAT
CVPR2023 - Activating More Pixels in Image Super-Resolution Transformer Arxiv - HAT: Hybrid Attention Transformer for Image Restoration
k4yt3x/video2x
A machine learning-based video super resolution and frame interpolation framework. Est. Hack the Valley II, 2018.
deepfakes/faceswap
Deepfakes Software For All
t-taniai/LocalExpStereo
Continuous 3D Label Stereo Matching using Local Expansion Moves (TPAMI 2018)
siposcsaba89/sps-stereo
Efficient Joint Segmentation, Occlusion Labeling, Stereo and Flow Estimation by Koichiro Yamaguchi, David McAlleste, Raquel Urtasun
openai-rs/openai-api
A simple Rust library for OpenAI API, free from complex async operations and redundant dependencies.