Skip to content

imesense/geneograph-voix

Repository files navigation

GeneoGraph Voice Indexer

Requirements

  • Python 3.10

Build

Windows

Configure virtual environment:

py -3.10 -m venv .venv
.\.venv\Scripts\activate

Install dependencies:

pip install -r requirements.txt --cache-dir .pip
pip install -r src\geneograph_voix\requirements.txt --cache-dir .pip
pip install -r src\geneograph_voix\requirements_cuda.txt --cache-dir .pip

Pack modules:

pyinstaller src\geneograph_voix\geneograph_voix.spec

Deactivate virtual environment:

deactivate

macOS

Configure virtual environment:

python3 -m venv .venv
chmod +x .venv/bin/activate
./.venv/bin/activate

Install dependencies:

python3 -m pip install -r requirements.txt --cache-dir .pip
python3 -m pip install -r src/geneograph_voix/requirements.txt --cache-dir .pip

Pack modules:

pyinstaller src/geneograph_voix/geneograph_voix.spec

Deactivate virtual environment:

deactivate

License

Contents of this repository licensed under terms of the GNU GPL 3 license unless otherwise specified. See this file for details

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors

Languages