Showing 896 open source projects for "open source faceswap"

View related business solutions
  • 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
  • Dun and Bradstreet Connect simplifies the complex burden of data management Icon
    Dun and Bradstreet Connect simplifies the complex burden of data management

    Our self-service data management platform enables your organization to gain a complete and accurate view of your accounts and contacts.

    The amount, speed, and types of data created in today’s world can be overwhelming. With D&B Connect, you can instantly benchmark, enrich, and monitor your data against the Dun & Bradstreet Data Cloud to help ensure your systems of record have trusted data to fuel growth.
    Learn More
  • 1
    Kimchi

    Kimchi

    An HTML5 management interface for KVM guests

    Kimchi is an HTML5-based management tool for KVM. It is designed to make it as easy as possible to get started with KVM and create your first guest. Kimchi runs as a Wok plugin. Kimchi manages KVM guests through libvirt. The management interface is accessed over the web using a browser that supports HTML5.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    UltraDefrag

    UltraDefrag

    Increase your system performance with this easy to use tool

    Please note, here you can find the latest open source release of UltraDefrag (7.1.4). The most recent UltraDefrag release (15.0.0) can be found on our official website: https://ultradefrag.net UltraDefrag is a disk defragmenter for Windows, which supports defragmentation of locked system files by running during the boot process. It is easy to use without any complicated scripting or a huge load of configuration settings.
    Leader badge
    Downloads: 1,038 This Week
    Last Update:
    See Project
  • 3
    Maarch Courrier (DMS)
    Maarch Courrier is a PHP Document Management System dedicated to electronic mail processing. Maarch includes scan connectors, mailroom management, workflow. Maarch provides handy features like content management, version control, workflow, office templates, statistics, etc. Donwload Maarch Courrier from ower gitlab : https://labs.maarch.org/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Web Security Dojo

    Web Security Dojo

    Virtual training environment to learn web app ethical hacking.

    Web Security Dojo is a virtual machine that provides the tools, targets, and documentation to learn and practice web application security testing. A preconfigured, stand-alone training environment ideal for classroom and conferences. No Internet required to use. Ideal for those interested in getting hands-on practice for ethical hacking, penetration testing, bug bounties, and capture the flag (CTF). A single OVA file will import into VirtualBox and VMware. There is also an Ansible...
    Leader badge
    Downloads: 82 This Week
    Last Update:
    See Project
  • AI-based, Comprehensive Service Management for Businesses and IT Providers Icon
    AI-based, Comprehensive Service Management for Businesses and IT Providers

    Modular solutions for change management, asset management and more

    ChangeGear provides IT staff with the functions required to manage everything from ticketing to incident, change and asset management and more. ChangeGear includes a virtual agent, self-service portals and AI-based features to support analyst and end user productivity.
    Learn More
  • 5

    sfwebsite

    Helper to create websites for SourceForge projects

    The idea is to create a simple CMS that integrates SourceForge REST services so it is up to date automatically. Just set a couple of values in the configuration file, upload to SourceForge web directory, set write permissions to the cache directory and enjoy. You'll be able to customize the site just creating a CSS file and modifying a few configuration values. Right now it is in a very early development status so there's very little you can see.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    SyncStuff

    SyncStuff

    Tired of Dropbox? Host your own files then.

    SyncStuff is a personal cloud that relies on rsync to sync your files of your desktop, laptop, PC at work to and from a home server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    weatherPi

    An extensible weather sensor recording network, based on Raspberry Pis

    A distributed network of sensors with a central data store, to record environmental data. Project goals include: * to serve as a teaching outlet for: ** sensor programming ** distributed data collecting ** web APIs ** database ** web UI for numerical data ** graphing data sensibly It also gives me some infotainment in new (to me) technologies, and as an excuse to scatter ever more Raspberry Pis around my home.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    CSS Element Queries

    CSS Element Queries

    High-speed element dimension/media queries in valid css

    An event-based CSS element dimension query library with valid CSS selector syntax to change styles and allow responsive images based on element's dimensions and not window's viewport. Download the zip file using the buttons on the right side and include both files at the head section of your page. ElementQueries start automatically to listen to window.load event and parses all available css files to attach the ResizeSensor and start the magic. No interval/timeout detection like in most...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    RainLoop Webmail (PHP)

    RainLoop Webmail (PHP)

    Simple, modern & fast web-based email client

    Modest system requirements, decent performance, simple installation and upgrade, no database required - all these make RainLoop Webmail a perfect choice for your email solution.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Nonprofit Budgeting Software Icon
    Nonprofit Budgeting Software

    Martus Solutions provides seamless budgeting, reporting, and forecasting tools that integrate with accounting systems for real-time financial insights

    Martus' collaborative and easy-to-use budgeting and reporting platform will save you hundreds of hours each year. It's designed to make the entire budgeting process easier and create unlimited financial transparency.
    Learn More
  • 10
    Appmetrics

    Appmetrics

    Node Application Metrics provides a foundational infrastructure

    AppMetrics is a monitoring library for Node.js and Java applications, providing insights into application performance and resource usage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Cottage

    Cottage

    Simple, fast HTTP router on koa.js

    Cottage is the fastest, simple, and intuitive HTTP router framework for Koa.js.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    UrBackup

    UrBackup

    Open Source Client/Server Network Backup System

    Efficient Client-Server Backup system for Linux, macOS and Windows. A client for Windows, FreeBSD and Linux lets you backup open files and complete partition images (Windows). Backups are stored to disks in a efficient way (deduplication) on either Windows or Linux servers.
    Downloads: 25 This Week
    Last Update:
    See Project
  • 13
    Greenlet

    Greenlet

    Move an async function into its own thread

    Move an async function into its own thread. A simplified single-function version of workerize, offering the same performance as direct Worker usage. Greenlet only supports browser environments, since it uses Web Workers. For use in a NodeJS environment, Web Workers must be polyfilled using a library like node-webworker. Accepts an async function with, produces a copy of it that runs within a Web Worker. Never call greenlet() dynamically. Doing so creates a new Worker thread for every call....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    page.js

    page.js

    Micro client-side router inspired by the Express router

    There are multiple ways to install page.js. With package managers. Setup redirect from one path to another. Calling page.redirect with only a string as the first parameter redirects to another route. Waits for the current route to push state and after replaces it with the new one leaving the browser history clean. If you're doing selective binding you'll like want to pass { click: false } to specify this yourself. Exit routes are called when a page changes, using the context from the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Open SayGes

    Open SayGes

    automation of administrative procedures (workflow) bpm

    Automate administrative processes, containing a set of activities to be performed one after another, and according to information obtained in each decide the next step. The different activities are performed by system users, depending on what your role and what their functions. In V 11 comes chatbot for customer assistance and blockchain for process certification
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Redux Persist

    Redux Persist

    Persist and rehydrate a redux store

    Basic usage involves adding persistReducer and persistStore to your setup. Every app needs to decide how many levels of state they want to "merge". The default is 1 level. If you are using react, wrap your root component with PersistGate. This delays the rendering of your app's UI until your persisted state has been retrieved and saved to redux. State reconcilers define how incoming state is merged in with initial state. It is critical to choose the right state reconciler for your state....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Pydio Cells

    Pydio Cells

    Formerly AjaXplorer, file sharing platform for the enterprise

    Pydio Cells is the mature open source alternative to dropbox and box, for the enterprise. Why building your own box? You need to access your documents across multiple devices, and regularly share documents (weblinks) and folders with your contacts and teams. Still, using a consumer SaaS box or drive service is neither practical nor safe. And enterprise SaaS box or drive services are expensive and come with Disk Storage that you already have on your servers or private cloud. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18
    babel-minify

    babel-minify

    An ES6+ aware minifier based on the Babel toolchain (beta)

    babel-minify is an experimental project that attempts to use Babel's toolchain (for compilation) to do something in a similar vein, minification. It's currently in 0.x, so we don't recommend using it in production. Current tools don't support targeting the latest version of ECMAScript. (yet). BabelMinify can because it is just a set of Babel plugins, and Babel already understands new syntax with our parser Babylon. When it's possible to only target browsers that support newer ES features,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Artica For Postfix

    Artica For Postfix

    Full SMTP/Mail server Appliance in 5 minutes

    An SSL Postfix Management Interface in PHP/Ajax that handles all postfix parameters including Virtual Domains in LDAP.It handles all securities features by implementing all addons like Spamassassin,Clamav,Milter-greylist,amavis within technical skills
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Zazu

    Zazu

    A fully extensible and open source launcher for hackers and creators

    Zazu, is a cross-platform and fully extensible and open source launcher for hackers, creators, and dabblers. Download it from the releases page. Zazu was created to be a fully open source alternative to Alfred, but also be completely plugin-based. You can remove any functionality you don't like, so if you hate the built-in calculator, just get a new one. We also have all of your configuration in a dotfile in ~/.zazurc.json so it can be backed up and synced.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Disk Indexer
    This is a simple utility application for listing out files stored in a given directory or on whole of your computer. List is sorted based on the size of the files. This application is useful when you are running out of disk space on your system. Usually it happens that the disk is full and you are not sure what is taking up the space and what can you delete to be able to reclaim some space. This app scans the folder/full machine and lists the files, list being sorted according...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Javascript Z80 based machine emulators: ZX Spectrum, Amstrad CPC and TRS-80 for the moment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Tagstoo

    Tagstoo

    Software to tag folders and files, with multimedia and epubs preview.

    Tag folders and files (including multimedia) by dragging the tags on them, you can create tags of various shapes and colors for a more intuitive classification. Precise search possibilities, with various input fields, allowing to add all the necessary tags that you want. For example, in one field you can add the tags ‘cat' and 'white' and in another field you can add the tags 'dog' and 'brown', so the search result will return all white cats and brown dogs. You can also indicate that the...
    Leader badge
    Downloads: 8 This Week
    Last Update:
    See Project
  • 24
    openGalaxy

    openGalaxy

    SIA receiver for Galaxy security control panels.

    This project aims to provide a method for listening on a serial port and decode incoming messages from a Galaxy security control panel. The messages are transmitted using the SIA DC-03-1990.01 (R2000.11) protocol. The decoded messages are stored in a database (MySQL) or forwarded by email using ssmtp. Besides just listening for messages openGalaxy can also be used to arm/disarm the panel and much more... This software is still in a testing (beta) phase but has been tested successfully...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 25
    Signale

    Signale

    Highly configurable logging utility

    Hackable and configurable to the core, signale can be used for logging purposes, status reporting, as well as for handling the output rendering process of other node modules and applications. You can now support the development process through GitHub Sponsors. To create a custom logger define an options object yielding a types field with the logger data and pass it as argument to a new signale instance. By utilizing the secrets option, secrets and other sensitive information can be filtered...
    Downloads: 0 This Week
    Last Update:
    See Project