Preparation ⚙️
- Third-party account registration and environment variable configuration
- Required software installation
Account Registration
Register as needed based on your use case
| Name | Environment Variable | Use Case | Free |
|---|---|---|---|
| OpenAi | OPENAI_API_KEY | Translation | 🚫 |
| Gemini | GEMINI_API_KEY | Translation | ✅ |
| AzureTTS | AZURE_API_KEY | Speech Synthesis | 🚫 |
| Elevenlabs | ELEVENLABS_API_KEY | Speech Synthesis | 🚫 |
| Huggingface | HUGGINGFACEHUB_API_TOKEN | Multi-Speaker | ✅ |
| Ngrok | NGROK_AUTH_TOKEN | Intranet 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)
Right-click on This PC and select Properties
Click Advanced system settings, then select Environment Variables
In the System variables section, click New and add the following variable
GEMINI_API_KEYOpen Command Prompt or PowerShell, run the following command to verify:
echo $env:GEMINI_API_KEYecho %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.。
- Download and Install
Go to official website to download Aria2 installer based on your operating system- Verify Installation
aria2c --versionNormal installation returns
aria2 version 1.37.0Recommended Downloads
Capcut is an all-in-one easy-to-use desktop editing software that makes creation simpler
Note
- Default
Export Draftdoesn't distinguish versions - If using Capcut Material Extraction, need to download version 5.9 or below