Giter Club home page Giter Club logo

metavoicelive's Introduction

MetaVoice

Twitter Static Badge

🔗 • Getting startedInstallationTips, Tricks & FAQ


logo banner


Welcome to MetaVoice Live, our real-time AI voice changer! Live converts your voice while preserving your intonations, emotions, and accent.

We are open-sourcing our code to give the community the freedom to make their own improvements. This repository contains source code for:

  • Our ML model inference on Windows & Nvidia GPUs, and,
  • User-facing desktop app

💻 Getting started

Please use Windows as the development environment. We recommend using Cmder as the terminal of choice.

  1. Run conda create -n mvc python=3.10 -c conda-forge and conda activate mvc
  2. Copy Makefile.variable.sample, rename to Makefile.variable & update the vars with their appropriate value. Make sure the site-packages directory exists, or adjust it.
  3. Run make setup
  4. Run make install-cuda
  5. Add the windows env variable set METAVOICELIVE_ROOT=%cd%
  6. Setup Git LFS
    • Install Git LFS for Windows here
    • Initialise Git LFS within the repository by running: git lfs install
    • Pull the model weights via: git lfs pull

(Optional) You might also want to copy .env.sample into .env and fill those values if you can.

📖 Repo structure

  • ai/ -> ML model weights & inferencing pipeline
  • services/desktop_app -> electron application, see its README.md

🛠️ Get involved

We welcome PRs & issues. If you have questions, please mention @sidroopdaska or @towc

Some ideas for first PRs:

  • Port inference_rt.py -> C++
  • Streamline the Electron app build & release process
  • Add support to package Live for Mac

🙏 If you come across something sensitive, e.g. vulnerabilities or access keys, please let us know privately on 📧 [email protected] first & give us 2 weeks to resolve it.

🤗 Community

© License

MetaVoice Live is licensed under the GPL-3.0 license.

Please contact us at 📧 [email protected] to request access to a larger version of the model.

⚠️ Disclaimer

MetaVoice does not take responsibility for any output generated. Please use responsibly.

metavoicelive's People

Contributors

sidroopdaska avatar towc avatar ultracodez avatar vatsalaggarwal avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.