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.
- Install the requirements in server/requirements
pip install -r requirements
- Upgrade the TTS library
pip install -U TTS
- Run the server from inside the server directory using
uvicorn server:app
2. Running the Client
- In the config.js file in the directory client/src change the API endpoint for the server
- Install the dependencies
npm install
- Start the client
npm start