Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
A new one shot face swap approach for image and video domains
| Date | Stars |
|---|---|
| 2026-07-24 | 1580 |
| 2026-07-25 | 1581 |
| 2026-07-28 | 1582 |
| 2026-07-30 | 1582 |
| 2026-08-06 | 1582 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
[[Paper](https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=9851423)] [[Habr](https://habr.com/ru/company/sberbank/blog/645919/)] # 👻 GHOST: Generative High-fidelity One Shot Transfer Our paper ["GHOST—A New Face Swap Approach for Image and Video Domains"](https://ieeexplore.ieee.org/abstract/document/9851423) has been published on IEEE Xplore. <p align="left"> Google Colab Demo </p> <p align="left"> <a href="https://colab.research.google.com/drive/1vXTpsENipTmjTMggwveCkXASwxUk270n"> <img src="https://colab.research.google.com/assets/colab-badge.svg"/> </a> </p> ## GHOST Ethics Deepfake stands for a face swapping algorithm where the source and target can be an image or a video. Researchers have investigated sophisticated generative adversarial networks (GAN), autoencoders, and other approaches to establish precise and robust algorithms for face swapping. However, the achieved results are far from perfect in terms of human and visual evaluation. In this study, we propose a new one-shot pipeline for image-to-image and image-to-video face swap solutions - GHOST (Generative High-fidelity One Shot Transfer). Deep fake synthesis methods have been improved a lot in quality in recent years. The research solutions were wrapped in easy-to-use API, software and different plugins for people with a little technical knowledge. As a result, almost anyone is able to make a deepfake image or video by just doing a short list of simple operations. At the same time, a lot of people with malicious intent are able to use this technology in order to produce harmful content. High distribution of such a content over the web leads to caution, disfavor and other negative feedback to deepfake synthesis or face swap research. As a group of researchers, we are not trying to denigrate celebrities and statesmen or to demean anyone. We are computer vision researchers, we are engineers, we are activists, we are hobbyists, we are human beings. To this end, we feel that it's time to come out with a standard statement of what this technology is and isn't as far as us researchers are concerned. * GHOST is not for creating inappropriate content. * GHOST is not for changing faces without consent or with the intent of hiding its use. * GHOST is not for any illicit, unethical, or questionable purposes. * GHOST exists to experiment and discover AI techniques, for social or political commentary, for movies, and for any number of ethical and reasonable uses. We are very troubled by the fact that GHOST can be used for unethical and disreputable things. However, we support the development of tools and techniques that can be used ethically as well as provide education and experience in AI for anyone who wants to learn it hands-on. Now and further, we take a **zero-tolerance approach** and **total disregard** to anyone using this software for any unethical purposes and will actively discourage any such uses. ## Image Swap Results   ## Video Swap Results <div> <img src="/examples/videos/orig.webp" width="360"/> <img src="/examples/videos/elon.webp" width="360"/> <img src="/examples/videos/khabenskii.webp" width="360"/> <img src="/examples/videos/mark.webp" width="360"/> <div/> ## Installation 1. Clone this repository ```bash git clone https://github.com/sberbank-ai/sber-swap.git cd sber-swap git submodule init git submodule update ``` 2. Install dependent packages ```bash pip install -r requirements.txt ``` If it is not possible to install onnxruntime-gpu, try onnxruntime instead 3. Download weights ```bash sh download_models.sh ``` ## Usage 1. Colab Demo <a href="https://colab.research.google.com/drive/1B-2JoRxZZwrY2eK_E7TB5VYcae3EjQ1f"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="google colab logo"></a> or you can use jupyter notebook [SberSwapInference.ipynb](SberSwapInference.ipynb) locally 2. Face Swap On Vide
Excerpt of 7,017 characters
Read on GitHub15
11
5
3
Denis
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:491b23608f8cbbda, topic:deep-learning, topic:pytorch
matched fp:491b23608f8cbbda, topic:computer-vision, readme:computer vision
matched fp:491b23608f8cbbda, topic:deepfake, readme:image-to-video, desc:face swap