Launch your own AI-powered application suite and enhance team productivity in just minutes! ⚡️
SkyDock AI Suite is a comprehensive Docker image crafted to help businesses harness the power of the latest AI technologies from OpenAI in a secure manner. Designed for team productivity, this suite includes features like image generation, speech-to-text conversion, and PowerPoint presentation creation. As an evolving project, SkyDock AI Suite will continue to expand its capabilities, adding even more powerful features to help businesses and individuals leverage AI advancements.
- ✅ GPT Vision Support
- ✅ Document Attachment Support
- ✅ Image Generation
- ✅ Text to Speech Conversion
- ✅ Speech to Text Conversion
- ✅ Powerpoint Presentation Generation
- ✅ Graph Generation
- Clone the source code:
git clone https://github.com/skydockAI/skydock_ai_suite.git- Build the Docker image:
docker build -t skydock_ai_suite:latest .-
Configure Environment Variables: Open the config.env file and update OPENAI_KEY with your OpenAI API key.
-
Run the Docker image:
docker run --env-file ./config.env -p 8000:8000 skydock_ai_suite:latest- Open http://localhost:8000/ to start using SkyDock AI Suite
Note:
- If you use Azure OpenAI instead of OpenAI, please see this instruction
- Other options to run SkyDock AI Suite can be found here
- By default, SkyDock AI Suite runs as a web application using Chainlit framework. Read this instruction if you want to run it as a Slack bot.
- By default, SkyDock AI Suite run on port 8000. Read this instruction if you want to change to another port.
- Read this instruction if you want to use your own PowerPoint template file
Document Attachment Support: Allows users to input information via document attachments. Currently supports .txt, .docx, and .pdf file formats.
Speech to Text Conversion: Uses the Whisper model to transcribe spoken words into text, facilitating easy communication.
Powerpoint Presentation Generation: Automatically creates PowerPoint presentations on a specified topic or based on input document.
Here are the generated presentation:

SkyDock AI Suite is open-source and licensed under the GPL-3.0 license.






