Skip to content

Preparation ⚙️

Word count
570 words
Reading time
4 minutes
  • Third-party account registration and environment variable configuration
  • Required software installation

Account Registration

Register as needed based on your use case

NameEnvironment VariableUse CaseFree
OpenAiOPENAI_API_KEYTranslation🚫
GeminiGEMINI_API_KEYTranslation
AzureTTSAZURE_API_KEYSpeech Synthesis🚫
ElevenlabsELEVENLABS_API_KEYSpeech Synthesis🚫
HuggingfaceHUGGINGFACEHUB_API_TOKENMulti-Speaker
NgrokNGROK_AUTH_TOKENIntranet Penetration

Note

Ngrok is not required for local deployment

Environment Variables

Please replace environment variables and corresponding API keys according to your needs. All information is stored in your local computer's environment variables, and the program will not record or save apikey information; Example (GEMINI_API_KEY)

  1. Right-click on This PC and select Properties

  2. Click Advanced system settings, then select Environment Variables

  3. In the System variables section, click New and add the following variable GEMINI_API_KEY

  4. Open Command Prompt or PowerShell, run the following command to verify:

powershell
echo $env:GEMINI_API_KEY
cmd
echo %GEMINI_API_KEY%

Hint

For Colab usage, see the 《Remote Deployment》 section.

Required Software

Recommended to download Integrated Installation Package with built-in portable integrated environment, no additional configuration needed 🔥🔥🔥🔥🔥

Aria2 It is a lightweight command-line tool that supports multi-threaded downloading. It can split a file into multiple parts and download them simultaneously through multiple connections, greatly improving download speed.。

  1. Download and Install
Go to official website to download Aria2 installer based on your operating system
  1. Verify Installation
bash
aria2c --version

Normal installation returns

log
aria2 version 1.37.0

Capcut is an all-in-one easy-to-use desktop editing software that makes creation simpler

Note