Metadata-Version: 2.4
Name: standalone_face_swap
Version: 0.1.0
Summary: A standalone face swap API and CLI using socaity-face2face
Author-email: Rejoice <rejoice@example.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: fastapi
Requires-Dist: uvicorn
Requires-Dist: python-multipart
Requires-Dist: opencv-contrib-python-headless==4.10.0.84
Requires-Dist: numpy
Requires-Dist: mediapipe
Requires-Dist: onnxruntime
Requires-Dist: onnx
Requires-Dist: media-toolkit
Requires-Dist: httpx
Requires-Dist: Pillow
Requires-Dist: aiofiles
Requires-Dist: arq>=0.25.0
Requires-Dist: cachetools>=5.3.0
Requires-Dist: gunicorn>=21.2.0
Requires-Dist: boto3>=1.28.0
Requires-Dist: socaity-face2face

# Standalone Face Swap
A standalone face swap library and server based on socaity-face2face.

## Usage
Start the server:
`faceswap-server`

Run CLI swap:
`faceswap-cli source.jpg target.jpg output.jpg`
