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)
- Luma (WASM Video Engine): TechSmith's WebAssembly-based engine for video rendering and effects.
- Python: The primary language for the backend server. (python.org)
- Quart: Asynchronous web framework for Python used in the backend. (pgjones.gitlab.io/quart)
- OpenAI Python Library: For interacting with Azure OpenAI services. (github.com/openai/openai-python)
- Azure SDK for Python: Including libraries for Key Vault, Identity, Cognitive Speech Services, and Monitor/OpenTelemetry. (azure.com/sdk/python)
- OpenTelemetry: For application performance monitoring and distributed tracing. (opentelemetry.io)
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