Home

Awesome

The Art of Storytelling: Multi-Agent Generative AI for Dynamic Multimodal Narratives

https://github.com/user-attachments/assets/1762e83b-31c7-4fa7-bd20-af9bedea13b4

1. Running the Server

Note: The server is tested on Python 3.10.

  1. Install the requirements in server/requirements pip install -r requirements
  2. Upgrade the TTS library pip install -U TTS
  3. Run the server from inside the server directory using uvicorn server:app

2. Running the Client

  1. In the config.js file in the directory client/src change the API endpoint for the server
  2. Install the dependencies npm install
  3. Start the client npm start