Python - The exceptionally pedantic programming language that's the imperfect tool for most jobs.
Projects with this topic
-
Swift Fickling
🔧 🔗 https://github.com/liuliu/swift-fickling This is inspired by work from Trail of Bits on Fickling. Many Stable Diffusion models are published in pickle format. Pickle format has been traditionally tied to a Python installation. This limitation exists also because pickle has the liberty to call into any Python function they want and allows you to override certain part of serialization (i.e. using external files and serialize only so-called persistent_id).As such, there are also security implications on deserializing untrusted pickle format per https://blog.trailofbits.com/2021/03/15/never-a-dill-moment-exploiting-machine-learning-pickle-files/.
swift-fickling while taking name from Fickling doesn't do static analyze or decompilation yet. It simply read the pickle opcodes, execute them on a Swift implemented pickle VM within the context you provided. Thus, we side-stepped the security implications by silencing outside function calls unless you explicitly providing them.
This turns out to be just enough to deserialize PyTorch based pickle files without Python installation.
Updated -
🔧 🔗 https://github.com/lucidrains/phasic-policy-gradientAn implementation of Phasic Policy Gradient, a proposed improvement of Proximal Policy Gradients, in Pytorch
Updated -
postgres
https://github.com/liberapay/postgres.py A nice PostgreSQL client library
postgres-py.readthedocs.org/
Updated -
Environment
https://github.com/liberapay/environment.py a library for parsing and validating environment variables
environment-py.readthedocs.org/
Updated -
https://github.com/pkorba/isup A maubot plugin that checks if website is online
Updated -
nerdfonts
https://github.com/ryanoasis/nerd-fonts Iconic font aggregator, collection, & patcher. 3,600+ icons, 50+ patched fonts: Hack, Source Code Pro, more. Glyph collections: Font Awesome, Material Design Icons, Octicons, & more
Updated -
🔧 🔗 https://github.com/speechbrain/HyperPyYAML Extensions to YAML syntax for better python interactionUpdated -
🔧 🔗 https://github.com/tree-sitter/py-tree-sitter Python bindings to the Tree-sitter parsing libraryUpdated -
🔧 🔗 https://github.com/MinishLab/vicinityLightweight Nearest Neighbors with Flexible Backends
Updated -
🔧 🔗 https://github.com/modelscope/modelscopeModelScope: bring the notion of Model-as-a-Service to life.
Updated -
🔧 🔗 https://github.com/gpustack/vox-boxA text-to-speech and speech-to-text server compatible with the OpenAI API, supporting Whisper, FunASR, Bark, and CosyVoice backends.
Updated -
🔧 🔗 https://github.com/Haidra-Org/horde-model-referenceThis package provides some tools to help manage the model metadata which AI-Horde uses
Updated -
🔧 🔗 https://github.com/lucidrains/e2-tts-pytorch Implementation of E2-TTS, "Embarrassingly Easy Fully Non-Autoregressive Zero-Shot TTS", in PytorchUpdated -
Agent Pilot
https://github.com/jbexta/AgentPilot Universal GUI for seamless interaction and management of AI workflows
Updated -
🔧 🔗 https://github.com/lucidrains/ema-pytorchA simple way to keep track of an Exponential Moving Average (EMA) version of your Pytorch model
Updated -
Monitoring checks
https://github.com/telekom-mms/monitoring-checks Multiple monitoring checks for system and application monitoring
check_gitlab_token_expiration.py check_gitlab_pull_mirror.py check_gitlab_scheduler.py check_gitlab_runner_jobs.py
Updated -
🔧 🔗 https://github.com/openai/openai-cs-agents-demo Demo of a customer service use case implemented with the OpenAI Agents SDKUpdated -
🔧 🔗 https://github.com/marcrleonard/LineDream a generative art library for Pythonlinedream.marcrleonard.com/
Updated -
Pyannote metrics
🔧 🔗 https://github.com/pyannote/pyannote-metricsA toolkit for reproducible evaluation, diagnostic, and error analysis of speaker diarization systems
Updated -
Model Activity Visualizer
https://github.com/attentionmech/mav
pypi.org/project/openmav/
Updated