GitHub Projects Community

11.9K posts

GitHub Projects Community banner
GitHub Projects Community

GitHub Projects Community

@GithubProjects

We're sharing/showcasing best of @github projects/repos. Follow to stay in loop. Promoting Open-Source Contributions. UNOFFICIAL, but followed by github

San Francisco, CA Katılım Ekim 2020
64 Takip Edilen325K Takipçiler
GitHub Projects Community
GitHub Projects Community@GithubProjects·
JavaScript algorithms and data structures implemented in JavaScript with detailed explanations and complexity analysis. - Beginner and advanced levels for both data structures and algorithms - Includes Linked Lists, Trees, Graphs, Hash Tables, and Bloom Filters - Covers sorting, searching, dynamic programming, and graph algorithms - Each implementation has its own README with links to further reading Explore it here: osp.fyi/javascript-alg…
GitHub Projects Community tweet media
English
1
6
30
6K
GitHub Projects Community
GitHub Projects Community@GithubProjects·
Vtm is a single-binary virtual terminal multiplexer that works identically across Windows and Unix-like systems, wrapping any CLI app with support for infinite nesting. - Desktop mode and standalone terminal emulator in one binary - DirectVT protocol for improved performance over SSH - Runs on Windows, Linux, macOS, FreeBSD, NetBSD, and OpenBSD - Includes AnyPlex Protocol and VT2D for advanced terminal rendering Explore it here: osp.fyi/vtm
GIF
English
4
10
68
11.5K
GitHub Projects Community
GitHub Projects Community@GithubProjects·
LlamaIndex provides a data framework for building LLM applications that connect to your own private or domain-specific data sources. - Data connectors for ingesting from APIs, databases, and file formats - Index structures for organizing data for efficient LLM retrieval - Query engines for composing retrieval and synthesis pipelines - Integration with vector stores, LLMs, and observability tools Explore it here: osp.fyi/llama-index
English
3
7
30
7K
GitHub Projects Community
GitHub Projects Community@GithubProjects·
Outlines lets you define the output structure of any LLM before generation, guaranteeing valid JSON, schemas, or grammars without post-processing. - Works with OpenAI, Ollama, vLLM, and local models via the same interface - Output types defined via Pydantic models, enums, or Python types - Guarantees valid structure during generation, not after - Provider-independent code that switches models without changes Explore it here: osp.fyi/outlines
GitHub Projects Community tweet media
English
10
11
141
15.8K
GitHub Projects Community
GitHub Projects Community@GithubProjects·
For years, the default answer to improving AI has been: make the model bigger. Apodex 1.0 takes a different approach. Specialist agents explore problems in parallel, dedicated reviewers verify the evidence, and reasoning loops refine the final answer before it's returned. Their 4B model outperforming many open-source 30B-class systems suggests that reasoning architecture may be just as important as parameter count.
Apodex@Apodex_AI

Meet 𝗔𝗽𝗼𝗱𝗲𝘅 𝟭.𝟬 🔭 — a heavy-duty agent team for deep research, which sets the SOTA! The team searches the web, reasons over evidence, and writes reports where every claim is backed by an explicit 𝘦𝘷𝘪𝘥𝘦𝘯𝘤𝘦 𝘤𝘩𝘢𝘪𝘯, independently audited before delivery. 🌐 apodex.ai

English
2
9
53
13.2K
GitHub Projects Community
GitHub Projects Community@GithubProjects·
Amphion is an open-source toolkit that supports reproducible research in audio, music, and speech generation with visualizations of classic models. - TTS, SVS, VC, AC, SVC, TTA, and TTM generation tasks - Vocoders and evaluation metrics for consistent audio quality - Vevo2 framework for unified speech and singing voice generation - Large-scale datasets for speech synthesis Explore it here: osp.fyi/amphion
GitHub Projects Community tweet media
English
2
13
84
12.1K
GitHub Projects Community
GitHub Projects Community@GithubProjects·
Dockpeek is a lightweight, self-hosted Docker dashboard that automatically discovers Traefik URLs and provides one-click access to container web interfaces. - One-click web access to container dashboards and web apps - Automatic port mapping and Traefik label detection - Live container logs streamed in real time - Image update checks with one-click upgrades
GitHub Projects Community tweet media
English
2
18
107
14.3K
GitHub Projects Community
GitHub Projects Community@GithubProjects·
Manyfold is an open-source Rails app for self-hosting and managing a collection of 3D models, built with 3D printing in mind. - Supports model file analysis via Assimp and thumbnail generation with ImageMagick - Background job processing with Sidekiq for asynchronous tasks - Client-side 3D rendering using THREE.js via TypeScript - PostgreSQL for production, SQLite for development Explore it here: osp.fyi/manyfold
GitHub Projects Community tweet media
English
3
7
54
12.2K
GitHub Projects Community
GitHub Projects Community@GithubProjects·
Tiny RDM is a cross-platform Redis desktop manager that runs on Mac, Windows, and Linux without an embedded browser. - Supports SSH tunnel, SSL, cluster mode, and proxy connections - Visual CRUD for all Redis data types (Strings, Lists, Hashes, Sets, Sorted Sets, Streams) - SCAN-based key loading for handling millions of keys - Includes command-line mode, slow logs, and real-time command monitoring Explore it here: osp.fyi/tiny-rdm
GitHub Projects Community tweet media
English
8
24
138
16.7K
GitHub Projects Community
GitHub Projects Community@GithubProjects·
Vue-Pure-Admin is a full-featured admin template built with Vue 3, Vite, and Element-Plus, with a slimmed-down production version that keeps bundle size under 2.3MB. - Production version under 2.3MB with Element-Plus, under 350KB with Brotli and CDN - Offers non-internationalized and internationalized thin versions for real projects - Includes Tauri and Electron desktop versions - Comes with a CLI scaffolding tool for quick project creation Explore it here: osp.fyi/vue-pure-admin
GitHub Projects Community tweet media
English
0
8
43
12.7K
GitHub Projects Community
GitHub Projects Community@GithubProjects·
Magisk is an open-source toolkit for Android customization that provides root access, boot image unpacking, and module support. - MagiskSU: Root access for applications - MagiskBoot: Unpack and repack Android boot images - Magisk Modules: Modify read-only partitions with installable modules - Zygisk: Execute code inside every Android application process
GitHub Projects Community tweet media
English
4
41
295
23.3K
GitHub Projects Community
GitHub Projects Community@GithubProjects·
Red-DiscordBot is a self-hosted Discord bot where every feature and command can be enabled or disabled from within Discord, making it fully customizable without requiring coding knowledge. - Modular design with default modules for moderation, music, and trivia - Stream alerts for Twitch, YouTube, and Picarto - Custom commands and configurable command permissions - Support for community-created plugin repositories
GitHub Projects Community tweet media
English
4
7
67
12.1K
GitHub Projects Community
GitHub Projects Community@GithubProjects·
Subgen automatically generates subtitles for media in Plex and Emby using Whisper, handling tricky edge cases like audio offsets and forced subtitle tracks. - Detects and compensates for audio stream offsets common in Amazon WEB-DL - Supports AMD GPUs via ROCm with a dedicated container image - Can queue entire series or next episodes for batch subtitle generation - Sends webhook notifications when subtitle generation completes Explore it here: osp.fyi/subgen
GitHub Projects Community tweet media
English
0
6
52
11.1K
GitHub Projects Community
GitHub Projects Community@GithubProjects·
Practice Rust with exercises designed to bridge the gap between tutorials and real-world projects. - Three parts per chapter: examples, exercises, and practices - Covers async/await, threads, sync primitives, and standard libraries - Every exercise has a solution; difficulty ranges from easy to super hard - Read, edit, and run all exercises online
GitHub Projects Community tweet media
English
6
38
297
21.5K