Category : github

github
hacksider / Deep-Live-Cam

real time face swap and one-click video deepfake with only a single image (uncensored) Disclaimer This software is meant to be a productive contribution to the rapidly growing AI-generated media industry. It will help artists with tasks such as animating a custom character or using the character as a model for clothing etc. The developers of this software are aware of its possible unethical applicaitons and are committed to take preventative measures against them. It has a built-in check which …

  • пятница, 9 августа 2024 г. в 00:00:01
github
pgvector / pgvector

Open-source vector similarity search for Postgrespgvector Open-source vector similarity search for Postgres Store your vectors with the rest of your data. Supports: exact and approximate nearest neighbor search single-precision, half-precision, binary, and sparse vectors L2 distance, inner product, cosine distance, L1 distance, Hamming distance, and Jaccard distance any language with a Postgres client Plus ACID compliance, point-in-time recovery, JOINs, and all of the other great features of …

  • четверг, 8 августа 2024 г. в 00:00:03
github
CanadaHonk / porffor

A from-scratch experimental AOT JS engine, written in JSPorffor  /ˈpɔrfɔr/  (poor-for) A from-scratch experimental AOT optimizing JS/TS -> Wasm/C engine/compiler/runtime in JS. Research project, not yet intended for serious use. Design Porffor is a very unique JS engine, due many wildly different approaches. It is seriously limited, but what it can do, it does pretty well. Key differences: 100% AOT compiled (no JIT) No constant runtime/preluded code Least Wasm imports possible (only I/O) …

  • четверг, 8 августа 2024 г. в 00:00:02
github
bghira / SimpleTuner

A general fine-tuning kit geared toward Stable Diffusion 2.1, Stable Diffusion 3, DeepFloyd, and SDXL.SimpleTuner 💹 ⚠️ Warning: The scripts in this repository have the potential to damage your training data. Always maintain backups before proceeding. SimpleTuner is a repository dedicated to a set of experimental scripts designed for training optimization. The project is geared towards simplicity, with a focus on making the code easy to read and understand. This codebase serves as a shared aca…

  • среда, 7 августа 2024 г. в 00:00:03
github
trailofbits / multiplier

Code auditing productivity multiplier.Multiplier finds more bugs faster Multiplier provides precise and comprehensive code understanding capabilities. It does so by saving build artifacts into a database, and then making them persistently accessible using a C++ or Python API. Multiplier emphasizes the ability to unique identify all entities in a build process, including individual tokens, AST nodes, and intermediate representations. With Multiplier, an analyst can identify code patterns of inte…

  • среда, 7 августа 2024 г. в 00:00:01
github
marticliment / UniGetUI

UniGetUI: The Graphical Interface for your package managers. Could be terribly described as a package manager manager to manage your package managersUniGetUI (formerly WingetUI) The main goal of this project is to create an intuitive GUI for the most common CLI package managers for Windows 10 and 11, such as WinGet, Scoop, Chocolatey, Pip, Npm, .NET Tool and PowerShell Gallery. With this app, you can easily download, install, update, and uninstall any software published on the supported pac…

  • вторник, 6 августа 2024 г. в 00:00:02
github
hufrea / byedpi

Bypass DPI

  • понедельник, 5 августа 2024 г. в 00:00:01
github
google / benchmark

A microbenchmark support libraryBenchmark A library to benchmark code snippets, similar to unit tests. Example: #include <benchmark/benchmark.h> static void BM_SomeFunction(benchmark::State& state) { // Perform setup here for (auto _ : state) { // This code gets timed SomeFunction(); } } // Register the function as a benchmark BENCHMARK(BM_SomeFunction); // Run the benchmark BENCHMARK_MAIN(); Getting Started To get started, see Requirements and Installation. See U…

  • воскресенье, 4 августа 2024 г. в 00:00:04
github
xvzc / SpoofDPI

A simple and fast anti-censorship tool written in Go⭐PRs or any form of contribution will be appreciated⭐ SpoofDPI Read in other Languages: 🇬🇧English, 🇰🇷한국어, 🇨🇳简体中文, 🇷🇺Русский A simple and fast software designed to bypass Deep Packet Inspection Installation Binary SpoofDPI will be installed in ~/.spoof-dpi/bin. To run SpoofDPI in any directory, add the line below to your ~/.bashrc || ~/.zshrc || ... export PATH=$PATH:~/.spoof-dpi/bin # OSX curl -fsSL https://raw.githubusercontent.com/xvzc/Sp…

  • воскресенье, 4 августа 2024 г. в 00:00:02