DarkGeekMS / portrait-synthesis-from-speech

This repository contains the main code for portrait synthesis from speech experiments associated with Retratista application. Refer to the application repository at https://github.com/DarkGeekMS/Retratista

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Portrait Synthesis From Speech


This repository contains the main code for portrait synthesis from speech experiments associated with Retratista application.

Dependencies

  • Install python3 and python3-pip.

  • Install requirements.txt using PyPi :

    pip3 install -r requirements.txt
  • Alternatively, Dockerfile is provided with all required dependencies :

    # build image from dockerfile
    docker build . -t portrait_syn_from_speech:latest
    # run container from image in interactive session
    docker run --runtime=nvidia -it portrait_syn_from_speech:latest /bin/bash
  • Refer to individual README.md inside each component folder for further installation notes.

System Architecture

Figure(1): Complete system architecture diagram showing the flow between different modules.

Refer to the wiki for more information about the project application, architecture and workflow.

About

This repository contains the main code for portrait synthesis from speech experiments associated with Retratista application. Refer to the application repository at https://github.com/DarkGeekMS/Retratista

License:GNU General Public License v3.0


Languages

Language:Python 89.2%Language:TeX 5.3%Language:Cuda 3.7%Language:C++ 1.4%Language:JavaScript 0.4%Language:HTML 0.1%Language:MATLAB 0.0%Language:CSS 0.0%Language:Shell 0.0%Language:Dockerfile 0.0%