Search Results for "open source faceswap" - Page 9

Showing 1037 open source projects for "open source faceswap"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Context for your AI agents Icon
    Context for your AI agents

    Crawl websites, sync to vector databases, and power RAG applications. Pre-built integrations for LLM pipelines and AI assistants.

    Build data pipelines that feed your AI models and agents without managing infrastructure. Crawl any website, transform content, and push directly to your preferred vector store. Use 10,000+ tools for RAG applications, AI assistants, and real-time knowledge bases. Monitor site changes, trigger workflows on new data, and keep your AIs fed with fresh, structured information. Cloud-native, API-first, and free to start until you need to scale.
    Try for free
  • 1
    CTeX-kit

    CTeX-kit

    Macro Packages and Scripts for Chinese TeX users

    CTeX-kit is a collection of TeX/LaTeX/ConTeXt macro packages, related scripts, and resource files made specifically for Chinese TeX users, especially Mandarin users. This project aims to bring together many existing efforts including ctex, xeCJK, zhspacing, LuaTeX-related Chinese support, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    nua is an another implementation of the numerical recipes for lua language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    C-V50-Editor

    C-V50-Editor

    Editor for the Yamaha V50 4op FM synthesizer

    Editor for the Yamaha V50. For a dedicated Editor for Yamaha TX81Z click here: https://sourceforge.net/projects/ctx81z/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    devcontainer

    devcontainer

    Neovim dev container support

    Goal of this plugin is to provide functionality similar to VSCode's remote container development plugin and other functionality that enables development in Docker container. This plugin is inspired by jamestthompson3/nvim-remote-containers, but aims to enable having neovim embedded in a Docker container.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5
    PECS

    PECS

    Entity Component System (ECS) for PICO-8 & Picotron

    PECS is a lightweight Entity Component System (ECS) framework tailored for PICO-8 and Picotron, implemented in just 567 tokens. Based on KatrinaKitten's Tiny ECS Framework v1.1, PECS allows developers to manage game entities and their behaviors efficiently within the token limitations of PICO-8.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    feline.nvim

    feline.nvim

    A minimal, stylish and customizable statusline for Neovim

    A minimal, stylish and customizable status /winbar for Neovim written in Lua. Feline is a Lua statusline plugin that prioritizes speed, customizability and minimalism. It's fast and never gets in your way. Feline only provides you with the necessary tools that you need to customize the statusline to your liking and avoids feature-bloat. It's also extremely customizable and allows you to configure it in any way you wish to. Feline also has reasonable defaults for those who don't want to...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7

    PoDoFo

    A PDF parsing, modification and creation library.

    The PoDoFo library is a free, portable C++ library. It can parse and modify existing PDF files and create new ones from scratch. It also includes several tools to work with PDF files. It features an unique approach which provides access to PDF documents via an object tree. Therefore, PDFs can be created and or manipulated using a simple tree structure. Development of PoDoFo has been moved to GitHub: https://github.com/podofo/podofo Please raise new issues in the GitHub project.
    Leader badge
    Downloads: 65 This Week
    Last Update:
    See Project
  • 8
    NVIMUX

    NVIMUX

    Neovim as a TMUX replacement

    Nvimux allows neovim to work as a tmux replacement. It does so by mapping tmuxs keybindings to neovim, using its windows, buffers, and terminals.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    An open source NES Emulator for Windows and Unix that features solid emulation accuracy and state of the art tools for power users. FCEUX's source code is now hosted at https://github.com/TASVideos/fceux/ win32 autobuilds @ https://ci.appveyor.com/project/zeromus/fceux/build/artifacts
    Leader badge
    Downloads: 187 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 10

    JavaMacros

    A GUI interface written "Around" LuaMacros

    JavaMacros is a GUI "Client" for the LuaMacros "HID-aware" macros program - It runs using Java 8, so you will need it installed on your machine. In simpler words, it is a general way to "reprogram" keyboards in windows, using a graphic user interface rather than directly writing macro scripts, that allows to use any number of keyboards - even of the same make and model - as separate, specific devices. Each with its tailored functions (stickers over the keys are a must). It...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
     Estrela Editor
    Estrela Editor is a wxLua based IDE. It supports multiple fileformats, "api" for autocompletion and tooltips, and custom commandline tools. Focus is extensibility for target applications using Lua. Its main purpose is as IDE for the 3D engine Luxinia.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Automatic Drawing Generation

    Automatic Drawing Generation

    A canvas library for generating technical drawings

    The ADG library (Automatic Drawing Generation) is a set of functions focused on automating the drawing of mechanical parts. It is not a CAD system but a GObject-based library where a custom application can put common CAD entities such as paths, hatches and dimensions, to automatically create technical drawings. A demo application is provided in order to show the capabilities of the canvas. Although it is possible to interact with the library directly in C (that is what the adg-demo...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Luvit

    Luvit

    Lua + libUV + jIT = pure awesomesauce

    Luvit implements the same APIs as Node.js, but in Lua. This helps teams migrate without having to learn a new way of programming. Choose your async model; we don’t mind; we encourage experimentation. If you don’t like callbacks and event emitters, use coroutines and write blocking-style code without actually blocking your event loop. The various projects in the luvit ecosystem can be mixed and matched to build the ideal runtime for your application. The luvit CLI tool can be used as a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    distant.nvim

    distant.nvim

    Edit files, run programs, and work with LSP on a remote machine

    A wrapper around distant that enables users to edit remote files from the comfort of their local environment. Libraries and tooling for working remotely. Deploy distant on your server and connect today to begin remote work.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Fennel

    Fennel

    Lua Lisp Language

    Fennel is a programming language that brings together the speed, simplicity and reach of Lua with the flexibility of a lisp syntax and macro system. Full Lua compatibility: Easily call any Lua function or library from Fennel and vice-versa. Zero overhead: Compiled code should be just as efficient as hand-written Lua. Compile-time macros: Ship compiled code with no runtime dependency on Fennel. Embeddable: Fennel is a one-file library as well as an executable. Embed it in other programs to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Spring RTS Engine

    Spring RTS Engine

    Spring is a free RTS engine developed for Windows, Linux and Mac OS X.

    Spring is a versatile 3D RTS game engine. Using extensively Lua for scripting game-specific code to make nearly every aspect of the engine customizable, from GUI, to unit AI, to pathfinding.
    Downloads: 50 This Week
    Last Update:
    See Project
  • 17
    CodeArt

    CodeArt

    Use NeoVim as general purpose IDE

    Use NeoVim as a general-purpose IDE.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    SCUMM-8

    SCUMM-8

    A PICO-8 demake of the SCUMM engine

    SCUMM-8 is a PICO-8 demake of the classic SCUMM engine, which powered many of LucasArts' iconic point-and-click adventure games like Monkey Island and Maniac Mansion. Designed for the fantasy console PICO-8, SCUMM-8 recreates the charm and mechanics of these classics within the constraints of the PICO-8 environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    fairseq-lua

    fairseq-lua

    Facebook AI Research Sequence-to-Sequence Toolkit

    fairseq-lua is the original Lua/Torch7 version of Facebook AI Research’s sequence modeling toolkit, designed for neural machine translation (NMT) and sequence generation. It introduced early attention-based architectures and training pipelines that later evolved into the modern PyTorch-based fairseq. The framework implements sequence-to-sequence models with attention, beam search decoding, and distributed training, providing a research platform for exploring translation, summarization, and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Package Info

    Package Info

    All the npm/yarn/pnpm commands I don't want to type

    Package-Info.nvim is a Neovim plugin that displays npm package versions directly in package.json, allowing developers to see outdated or missing dependencies without leaving their editor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Love The Balls

    2d turret shooter

    shoot enemies down in this remake of the classic game paratrooper, coded in lua with the love2d gamelibrary
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Pandoc Resume

    Pandoc Resume

    The Markdown Resume

    The pandoc_resume repository provides a flexible workflow for authoring a résumé or CV in Markdown and rendering it to polished outputs like PDF or HTML using Pandoc and ConTeXt. The idea is that you write a single resume.md (or equivalent Markdown) file with your content and structure, and then the build system handles conversion, styling, layout, and output generation. The project includes styles, templates, and assets (CSS, ConTeXt files, Lua filters) to shape how your résumé looks,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Sonic-Pico8

    Sonic-Pico8

    A 1-stage demake of Sonic 3 made with PICO-8

    sonic-pico8 is a partial demake of Sonic the Hedgehog 3, recreated within the PICO-8 environment. It features a simplified version of Angel Island Act 1, capturing the essence of the original game while adapting it to the constraints and aesthetics of PICO-8.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    "Blinkensisters - Hunt for The Lost Pixels" is a Jump'n'Run game for nearly all recent operating systems. It's fun to play and you can make your own levels with a simple text editor. Also, you can download add-ons from within the game engine.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25

    tibula

    A Dynamic RDBMS with an Intuitive Web Interface and Flexible Customiza

    Tibula is a powerful and flexible web-based Relational Database Management System (RDBMS) that allows for dynamic table and field customization. With an intuitive web interface for data interaction and the ability to easily organize and customize your database structure.
    Downloads: 0 This Week
    Last Update:
    See Project