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.
Before you can use this Docker image, you need to have Docker installed on your system.
Follow the instructions on the official Docker website to install Docker for your operating system.
To build the Docker image, use the following command:
docker build -t myshell-openvoice .To run OpenVoice with the Docker image, you can use the following example command:
docker run -it -p 7860:7860 myshell-openvoiceNow you have a Docker container ready to run the OpenVoice application. Access the OpenVoice application at http://localhost:7860 in your web browser.
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.