https://github.com/RayVentura/ShortGPT
ππ¬ ShortGPT - Experimental AI framework for youtube shorts / tiktok channel automation
https://github.com/RayVentura/ShortGPT
ai artificial-intelligence automation autonomous-agents content gpt-4 openai python video video-editing
Last synced: about 1 month ago
JSON representation
ππ¬ ShortGPT - Experimental AI framework for youtube shorts / tiktok channel automation
- Host: GitHub
- URL: https://github.com/RayVentura/ShortGPT
- Owner: RayVentura
- License: mit
- Created: 2023-06-27T19:25:33.000Z (almost 2 years ago)
- Default Branch: stable
- Last Pushed: 2025-02-10T19:33:18.000Z (2 months ago)
- Last Synced: 2025-03-18T18:15:48.132Z (about 1 month ago)
- Topics: ai, artificial-intelligence, automation, autonomous-agents, content, gpt-4, openai, python, video, video-editing
- Language: Python
- Homepage: https://short-gpt-dcs.vercel.app
- Size: 3.73 MB
- Stars: 6,283
- Watchers: 70
- Forks: 808
- Open Issues: 72
-
Metadata Files:
- Readme: README-Docker.md
- Changelog: CHANGES.txt
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: .github/SECURITY.md
Awesome Lists containing this project
- ai-game-devtools - ShortGPT
- awesome-autonomous-gpt - 2023/07/08 - ππ¬ ShortGPT - An experimental AI framework for automated short/video content creation. Enables creators to rapidly produce, manage, and deliver content using AI and automation. (Projects / Applications)
- Awesome-AI-Agents - ShortGPT - ππ¬Experimental AI framework for automated short/video content creation.  (Applications / Autonomous Agent Task Solver Projects)
- Awesome-AI-Agents - ShortGPT - ππ¬Experimental AI framework for automated short/video content creation.  (Applications / Autonomous Agent Task Solver Projects)
- StarryDivineSky - RayVentura/ShortGPT
- awesome-ai-agents - ShortGPT - form video content. | (π Specialized Agents / π¨ Creative Agents)
- awesome-ai-agents - ShortGPT - AI agent for generating short-form video content. (Specialized Agents / Creative Agents)
- awesome_ai_agents - ShortGPT by RayVentura - ShortGPT is an AI-powered framework for automating content creation, including video editing, voiceover synthesis, caption generation, and asset sourcing, with support for multiple languages and seamless integration with Google Colab and Docker for easy deployment [github](https://github.com/RayVentura/ShortGPT) | [github profile](https://github.com/RayVentura) (Learning / Repositories)
- AiTreasureBox - RayVentura/ShortGPT - 04-24_6411_2](https://img.shields.io/github/stars/RayVentura/ShortGPT.svg)|ππ¬ ShortGPT - An experimental AI framework for automated short/video content creation. Enables creators to rapidly produce, manage, and deliver content using AI and automation.| (Repos)
README
# To run ShortGPT docker:
First make a .env file with the API keys like this:
```bash
GEMINI_API_KEY=put_your_gemini_api_key_here
OPENAI_API_KEY=sk-_put_your_openai_api_key_here
ELEVENLABS_API_KEY=put_your_eleven_labs_api_key_here
PEXELS_API_KEY=put_your_pexels_api_key_here
```To run Dockerfile do this:
```bash
docker build -t short_gpt_docker:latest .
docker run -p 31415:31415 --env-file .env short_gpt_docker:latest
```
Export Docker image:
```bash
docker save short_gpt_docker > short_gpt_docker.tar
```