Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 933 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 933 Bytes

Audio-Visual Synthesis [C++]

Authors: Nathan Fargo

AI: https://ai.linearfox.com/researches/

Project Page: research.linearfox.com

Introduction

Audio-visual synthesis refers to the process of generating audio from a given video or generating video from a given audio. This project demonstrates how to perform audio-visual synthesis using pre-trained TensorFlow models in C++.

Getting Started

To use this code, you'll need to have the OpenCV, TensorFlow C++ library installed. You can download it from the official TensorFlow website and for OpenCV Releases