KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
Wav2Lip-App
★ 9
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
Play-integrity-fix-magisk
:
Universal modular fix for play integrity on devices running Android 8 - 14
CLIP-ViL-GradCAM
:
An implemention of CLIP-ViL Gradcam for VQA tasks
poc-dynamic-loading-plugin-rust
:
No description available.
deltawoot
:
A deltachat bot which acts as a chatwoot client, so users can talk to chatwoot encrypted.
goldboot-examples
:
Examples configurations for goldboot
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Wav2Lip-App
?
Download (.md)
<h1 align="center">🎤 Wav2Lip iOS Integration</h1> <p align="center"> <img src="https://media.giphy.com/media/3o7aD2saalBwwftBIY/giphy.gif" alt="Wav2Lip Logo"> </p> <p>Welcome to the <strong>Wav2Lip iOS Integration</strong> project! This initiative aims to integrate the Wav2Lip model into iOS applications, enabling real-time lip-syncing capabilities on Apple devices.</p> <h2>✨ Features</h2> <ul> <li><strong>Real-Time Lip-Syncing</strong>: Seamlessly synchronize lip movements with audio input in real-time.</li> <li><strong>High Accuracy</strong>: Leverage the Wav2Lip model to achieve precise lip synchronization.</li> <li><strong>iOS Compatibility</strong>: Optimize the model for efficient performance on iOS devices.</li> </ul> <h2>🛠️ Tech Stack</h2> <ul> <li><strong>Languages</strong>: Swift, Objective-C, Python</li> <li><strong>Frameworks</strong>: CoreML, AVFoundation</li> <li><strong>Machine Learning Models</strong>: Wav2Lip, ONNX</li> <li><strong>Version Control</strong>: Git</li> <li><strong>Development Environment</strong>: Xcode</li> <li><strong>Dependency Management</strong>: CocoaPods, Swift Package Manager</li> <li><strong>Testing Frameworks</strong>: XCTest</li> <li><strong>Continuous Integration</strong>: GitHub Actions</li> </ul> <h2>🚀 Installation</h2> <p>To set up the Wav2Lip iOS Integration project locally:</p> <ol> <li><strong>Clone the Repository</strong>:</li> </ol> <pre><code>git clone https://github.com/Ialzouby/Wav2LipiOS.git </code></pre> <ol start="2"> <li><strong>Navigate to the Project Directory</strong>:</li> </ol> <pre><code>cd Wav2LipiOS </code></pre> <ol start="3"> <li><strong>Open the Xcode Project</strong>:</li> </ol> <p>Open the <code>Wav2Lip.xcodeproj</code> file in Xcode.</p> <ol start="4"> <li><strong>Install Dependencies</strong>:</li> </ol> <p>Ensure that all necessary dependencies are installed. You may need to use CocoaPods or Swift Package Manager as required.</p> <ol start="5"> <li><strong>Build and Run the Application</strong>:</li> </ol> <p>Select your target device or simulator and click the "Run" button in Xcode to build and run the application.</p> <h2>🔗 Acknowledgements</h2> <p>This project utilizes the <strong>Wav2Lip</strong> model, originally developed by Rudrabha Mukhopadhyay and collaborators. The model was converted to CoreML format using ONNX for integration into iOS applications. For more details, please refer to the original Wav2Lip repository:</p> <p align="center"> <a href="https://github.com/Rudrabha/Wav2Lip"> <img src="https://repository-images.githubusercontent.com/282702056/0b8e4b80-0c4c-11eb-8b8f-2b6d4b5e3a2a" alt="Wav2Lip Repository"> </a> </p> <p>Happy coding! 😊</p>