MajorProject Alekhya
1.0.0
Alekhyaa是文本对视频工具。只需提供一个脚本,它将创建具有同步音频的视频。如果提供视频剪辑,Alekhyaa将根据音频内容进行调整和连接。
克隆存储库:
git clone https://github.com/your-username/alekhyaa.git
cd alekhyaa安装所需的软件包:
pip install -r requirements.txt设置环境变量:
.env文件。env.template的内容复制到.env文件中: GEMINI_API_KEY=gemini_key_here
UNSPLASH_CLIENT_ID=unsplash_client_id_here // to get the images based on the script content if not videos are imported
OPENAI_API_KEY=openai_api_key_here // if you want to use the GPT
python main.py这将打开一个网页,您可以上传图像或视频并提供脚本。 Alekhyaa将处理输入并生成最终视频。