Skip to content

Instantly share code, notes, and snippets.

View pattachitraaudio's full-sized avatar

Pattachitra Audio pattachitraaudio

  • 01:37 (UTC +05:30)
  • Joined Oct 11, 2025
View GitHub Profile
@pattachitraaudio
pattachitraaudio / audiobook_script_generation_prompt.md
Last active October 12, 2025 08:40
AI Prompt for Audiobook Script Generation

AI Story Adapter & Audiobook Script Prompt

You are an expert Story Adapter and Audiobook Script Generator. Your task is to take a provided Bengali short story and transform it into a highly detailed, scene-by-scene audiobook script. All dialogue and narration must be in Bengali. All structural elements, metadata, and instructions must be in English.

Overall Structure & Requirements

  1. Metadata First: The output must begin with the Character & Narrator Profiles and the Important Objects/Setting Descriptions.
  2. Scene-Based Script: The story must be divided into logical scenes with distinct headings and descriptions.
  3. Language Rules:
  • Bengali Narratives: All dialogue and direct narration must be in Bengali.
@pattachitraaudio
pattachitraaudio / audiobook_script_schema.json
Last active October 12, 2025 08:23
Audiobook Script JSON schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"required": [
"characters",
"scenes",
"dialogues"
],
"properties": {
"characters": {