zhang-xxx/podcastLM_backend
0
Installation
To set up the project, follow these steps:
- Clone the repository:
git clone git@github.com:YOYZHANG/PodCastLM.git
cd PodCastLM/backend- Create a virtual environment and activate it:
python -m venv .venv
source .venv/bin/activate- Install the required packages:
pip install -r requirements.txtUsage
- Set up API Key(s): For this project, I am using LLama 3.1 405B hosted on Fireworks API and Azure OpenAI TTS API. So, please set the API key as the
FIREWORKS_API_KEYandSPEECH_KEYenvironment variable
FIREWORKS_API_KEY=
SPEECH_KEY=- Run the application:
uvicorn main:app --reloadLicense
MIT License © 2024 YOYZHANG
