klausfisc's Stars
cjrh/dockerctx
Context manager for managing the lifetime of a docker container
knbr13/gitcs
📈 Command line tool written in Go. It allows developers to scan their local Git repositories and generate a visual contributions graph.
titpetric/task-ui
Task UI - a web based runner for Taskfile.yml
soroushj/grpcmock
Mock gRPC servers dynamically in Go
cockroachdb/apd
Arbitrary-precision decimals for Go
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.
valyala/fasthttp
Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http
labstack/echo
High performance, minimalist Go web framework
avelino/awesome-go
A curated list of awesome Go frameworks, libraries and software
ploomber/sklearn-evaluation
Machine learning model evaluation made easy: plots, tables, HTML reports, experiment tracking and Jupyter notebook analysis.
zupzup/ml-in-go-examples
Examples for my Blog-Series on Machine Learning in Go
yourbasic/graph
Graph algorithms and data structures
soroushj/menge
Type-safe sets for Go (pre-generics)
zarvis-ai/zarvis-example-go
Simple http server written in Go.
emirpasic/gods
GoDS (Go Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more
TheAlgorithms/Go
Algorithms and Data Structures implemented in Go for beginners, following best practices.