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는 입력을 처리하고 최종 비디오를 생성합니다.