piercefreeman's Stars
langflow-ai/langflow
Langflow is a low-code app builder for RAG and multi-agent AI applications. It’s Python-based and agnostic to any model, API, or database.
suno-ai/bark
🔊 Text-Prompted Generative Audio Model
coqui-ai/TTS
🐸💬 - a deep learning toolkit for Text-to-Speech, battle-tested in research and production
pola-rs/polars
Dataframes powered by a multithreaded, vectorized query engine, written in Rust
Vision-CAIR/MiniGPT-4
Open-sourced codes for MiniGPT-4 and MiniGPT-v2 (https://minigpt-4.github.io, https://minigpt-v2.github.io/)
Delgan/loguru
Python logging made (stupidly) simple
simdjson/simdjson
Parsing gigabytes of JSON per second : used by Facebook/Meta Velox, the Node.js runtime, ClickHouse, WatermelonDB, Apache Doris, Milvus, StarRocks
huggingface/candle
Minimalist ML framework for Rust
neonbjb/tortoise-tts
A multi-voice TTS system trained with an emphasis on quality
pgvector/pgvector
Open-source vector similarity search for Postgres
m-bain/whisperX
WhisperX: Automatic Speech Recognition with Word-level Timestamps (& Diarization)
BlinkDL/RWKV-LM
RWKV is an RNN with transformer-level LLM performance. It can be directly trained like a GPT (parallelizable). So it's combining the best of RNN and transformer - great performance, fast inference, saves VRAM, fast training, "infinite" ctx_len, and free sentence embedding.
plasma-umass/scalene
Scalene: a high-performance, high-precision CPU, GPU, and memory profiler for Python with AI-powered optimization proposals
jroimartin/gocui
Minimalist Go package aimed at creating Console User Interfaces.
probot/probot
🤖 A framework for building GitHub Apps to automate and improve your workflow
facebookresearch/xformers
Hackable and optimized Transformers building blocks, supporting a composable construction.
tpope/vim-commentary
commentary.vim: comment stuff out
1rgs/jsonformer
A Bulletproof Way to Generate Structured JSON from Language Models
koxudaxi/datamodel-code-generator
Pydantic model and dataclasses.dataclass generator for easy conversion of JSON, OpenAPI, JSON Schema, and YAML data sources.
jcrist/msgspec
A fast serialization and validation library, with builtin support for JSON, MessagePack, YAML, and TOML
react-simple-code-editor/react-simple-code-editor
Simple no-frills code editor with syntax highlighting
unum-cloud/ucall
Web Serving and Remote Procedure Calls at 50x lower latency and 70x higher bandwidth than FastAPI, implementing JSON-RPC & REST over io_uring ☎️
simonhaenisch/prettier-plugin-organize-imports
Make Prettier organize your imports using the TypeScript language service API.
BGU-CS-VIL/DeepDPM
"DeepDPM: Deep Clustering With An Unknown Number of Clusters" [Ronen, Finder, and Freifeld, CVPR 2022]
wgryc/phasellm
Large language model evaluation and workflow framework from Phase AI.
algesten/str0m
A Sans I/O WebRTC implementation in Rust.
TonyMckes/conduit-realworld-example-app
RealWorld example app, created to demonstrate a fully fledged fullstack application built with React / Express.js / Sequelize / PostgreSQL including CRUD operations, authentication, routing, pagination, and more.
pietrolesci/energizer
An active learning library for Pytorch based on Lightning-Fabric.
dw/alembic-autogenerate-enums
Alembic hooks to cause PostgreSQL ALTER TYPE .. ADD VALUE .. to be issued automatically
tpietruszka/rate_limited
Efficient parallel utilization of slow, rate-limited APIs - like those of Large Language Models