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將處理輸入並生成最終視頻。