Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (over 1 year ago)
- Default Branch: stable
- Last Pushed: 2024-09-19T14:00:21.000Z (4 months ago)
- Last Synced: 2024-10-15T09:41:53.080Z (3 months ago)
- Topics: ai, artificial-intelligence, automation, autonomous-agents, content, gpt-4, openai, python, video, video-editing
- Language: Python
- Homepage: https://shortx.ai/?ref=sgpt
- Size: 3.53 MB
- Stars: 5,675
- Watchers: 65
- Forks: 720
- Open Issues: 62
-
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)
- StarryDivineSky - RayVentura/ShortGPT
- 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 - 01-07_5975_3](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
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
```