CoolFace
Apppublic

zhang-xxx/podcastLM_backend

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
App README

Installation

To set up the project, follow these steps:

  1. 1.Clone the repository:
bash
   git clone git@github.com:YOYZHANG/PodCastLM.git
   cd PodCastLM/backend
  1. 1.Create a virtual environment and activate it:
bash
   python -m venv .venv
   source .venv/bin/activate
  1. 1.Install the required packages:
bash
   pip install -r requirements.txt

Usage

  1. 1.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_KEY and SPEECH_KEYenvironment variable
FIREWORKS_API_KEY=
SPEECH_KEY=
  1. 1.Run the application:
bash
   uvicorn main:app --reload

License

MIT License © 2024 YOYZHANG