Skip to content

tamoharu/Mimix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mimix

Some functions are not available due to under development.

Preview

Mimix-preview

Installation

  1. Create Virtual Environment
python -m venv venv
  1. Activate
source venv/bin/activate
  1. Install Dependencies
pip install -r requirements.txt

Usage

Run the command:

python run.py [options]
options:
  -api
  -webcam

API Reference

Required

sources: List[str]
target: str
target_extension: str
# target_extension: '.mp4'

Please refer to main/globals for other available settings.

Reference

FaceFusion: https://github.com/facefusion/facefusion

InsightFace: https://github.com/deepinsight/insightface

YOLOv8: https://github.com/ultralytics/ultralytics

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages