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これにより、画像やビデオをアップロードしてスクリプトを提供できるWebページが開きます。 Alekhyaaは入力を処理し、最終ビデオを生成します。