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: about 9 hours 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: 2025-01-20T21:13:23.000Z (about 17 hours ago)
- Last Synced: 2025-01-21T05:04:35.466Z (about 9 hours 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.72 MB
- Stars: 6,035
- Watchers: 70
- Forks: 761
- Open Issues: 69
-
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
- awesome-ChatGPT-repositories - ShortGPT - 🚀🎬 ShortGPT - Experimental AI framework for youtube shorts / tiktok channel automation (Openai)
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
```