podcast llm
v0.2.2
LLM 및 텍스트 음성 기술을 사용하여 매력적인 팟 캐스트 대화를 자동으로 생성하는 지능형 시스템.
문서를 봅니다
Podcast-Llm을 사용하여 생성 된 샘플 팟 캐스트를 듣습니다.
PIP를 사용하여 설치 :
pip install podcast-llm .env 에서 환경 변수 설정 :
OPENAI_API_KEY=your_openai_key
GOOGLE_API_KEY=your_google_key
ELEVENLABS_API_KEY=your_elevenlabs_key
TAVILY_API_KEY=your_tavily_key
ANTHROPIC_API_KEY=your_anthropic_api_key
주제에 대한 팟 캐스트를 생성하십시오.
# Research mode (default) - automatically researches the topic
podcast-llm " Artificial Intelligence "
# Context mode - uses provided sources
podcast-llm " Machine Learning " --mode context --sources paper.pdf https://example.com/article옵션 :
# Customize number of Q&A rounds per section
podcast-llm " Linux " --qa-rounds 3
# Disable checkpointing
podcast-llm " Space Exploration " --checkpoint false
# Generate audio output
podcast-llm " Quantum Computing " --audio-output podcast.mp3
# Generate Markdown output
podcast-llm " Machine Learning " --text-output podcast.md config/config.yaml 에서 음성 및 기타 설정을 사용자 정의하십시오
Gradio 웹 인터페이스 시작 :
# Start the web UI
podcast-llm-gui이것은 당신이 할 수있는 사용자 친화적 인 웹 인터페이스를 시작합니다.
이 프로젝트는 Creative Commons Attribution-Nonmercial 4.0 International (CC By-NC 4.0)에 따라 라이센스가 부여됩니다.
이것은 당신이 자유롭다는 것을 의미합니다.
다음 용어로 :
상업용 용도로 [email protected]으로 문의하여 상업용 라이센스를 얻으십시오.
전체 라이센스 텍스트는 https://creativecommons.org/licenses/by-nc/4.0/legalcode에서 찾을 수 있습니다
이 프로젝트는 LLM을 사용하여 팟 캐스트를 생성하기위한 프레임 워크를 제공하는 PodcastFy에서 영감을 받았습니다.
이 구현은 연구 및 컨텐츠 수집 프로세스를 자동화함으로써 다르므로 수동 연구 또는 콘텐츠 큐 레이션없이 모든 주제에 대한 자율적 인 팟 캐스트 생성이 가능합니다.