Application Configuration Made Easy
Easily configure everything your project needs by entering the following command ( NOTE: This is required before running mimic setup
):
mimic config
Before you can perform a backup or restore, you will need to provide the following AWS Credentials:
Name | Example | Definition |
---|---|---|
AWS_ACCESS_KEY | AKIAIOSFODNN7EXAMPLE |
[?] AWS Access Key |
AWS_SECRET_KEY | wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY |
[?] AWS Secret Key |
AWS_S3_BUCKET | mimic-my-voice |
[?] AWS S3 Bucket Name |
AWS_S3_REGION | us-east-1 |
[?] AWS S3 Bucket Region |
Name | Example | Definition |
---|---|---|
MRS_CORPUS_CSV 1 | english_corpus.csv |
Name of the CSV file to use in the prompts directory |
MRS_PORT_BACKEND | 5000 |
This is the Port you want use for Mimic Recording Studios Back-end API |
MRS_PORT_FRONTEND | 3000 |
This is the Port you want use for Mimic Recording Studios Front-end Client |
MRS_PROMPT_SPEED | 0.9 |
[?] Speed to use for Browsers TTS when Reading Prompt |
MRS_PROMPT_VOICE | Google US English |
[?] Voice to use for Browsers TTS when Reading Prompt |
MRS_USERNAME | default_user |
Username you are using for Mimic Recording Studio ( only A-Z, underscore or dashes ) |
- If you have a custom CSV file you want to read from, place it in the
mimic-my-voice/mimic-recording-studio/backend/prompts/
directory and set theMRS_CORPUS_CSV
configuration option to be just the file name.