Acknowledgements
This project utilizes a number of open source projects, third-party libraries, and services. We are grateful to the developers, communities, and providers behind these essential components.
Libraries & Frameworks
- ACE (Ajax.org Cloud9 Editor): Provides the code editor for Lua scripting and display for chat history and system messages. (ace.c9.io)
- zip.js: Used for ZIP file manipulation, likely for project/session saving and downloading. (gildas-lormeau.github.io/zip.js)
- Tesseract.js: Enables Optical Character Recognition (OCR) to extract text from images. (tesseract.projectnaptha.com)
- FFmpeg: Used for audio and video processing tasks such as format conversion, trimming, and extracting media information. (ffmpeg.org)
- Tailwind CSS: Provides utility-first CSS framework for styling the application. (tailwindcss.com)
- Lottie Web: Used for rendering animations from Adobe After Effects as JSON. (airbnb.io/lottie)
- RTF Converter: Enables conversion of Rich Text Format (RTF) documents. (npmjs.com/package/rtf-converter)
Assets & Services
- Google Fonts (Inter): Provides the "Inter" font family used throughout the application. (fonts.google.com)
- Font Awesome: Supplies the icons used in the user interface. (fontawesome.com)
- Generative AI Services (e.g., OpenAI): Utilized via backend APIs for image analysis, storyboard and script generation, and language understanding.
- Azure AI Speech (Text to Speech): Used via a backend API to generate voiceovers from text using Azure's neural voices. (learn.microsoft.com/en-us/azure/ai-services/speech-service/text-to-speech)
Development Tools & Platforms
- Node.js & npm: For frontend development, including TypeScript compilation, dependency management, and build processes. (nodejs.org)
Special Thanks
We would also like to extend our gratitude to the broader open-source community and all contributors whose work supports projects like this.
Back to main application