Skip to content

manzolo/myshell-openvoice-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenVoice Docker Setup

Buy Me A Coffee

Version

This project is a Docker wrapper for OpenVoice by MyShell AI. It provides a convenient way to run OpenVoice inside a Docker container on an Ubuntu base image, without modifying the upstream application code.

Note: This repository only packages the upstream OpenVoice application. Any bugs or feature requests related to the OpenVoice application itself should be reported to the upstream repository, not here.

Disclaimer: This project is not affiliated with or endorsed by MyShell AI. It is maintained as a personal hobby project, with no guarantees of support or timely updates.

Prerequisites

Before you can use this Docker image, you need to have Docker installed on your system.

Installing Docker

Follow the instructions on the official Docker website to install Docker for your operating system.

Usage

To build the Docker image, use the following command:

docker build -t myshell-openvoice .

Running OpenVoice

To run OpenVoice with the Docker image, you can use the following example command:

docker run -it -p 7860:7860 myshell-openvoice

Now you have a Docker container ready to run the OpenVoice application. Access the OpenVoice application at http://localhost:7860 in your web browser.

References

Feel free to explore and adapt this Docker image based on your specific use case and requirements. For more details on OpenAI Whisper and its usage, refer to the official documentation.

About

This Dockerfile provides a convenient way to set up an environment for running OpenVoice, a project by MyShell AI, on an Ubuntu base image. OpenVoice is a tool for voice manipulation and conversion.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors