Name | slide-gpt JSON |
Version |
0.3.2
JSON |
| download |
home_page | |
Summary | CLI tool for generating slides from text using ChatGPT and DALL-E |
upload_time | 2023-09-19 05:55:10 |
maintainer | |
docs_url | None |
author | Alex Jercan |
requires_python | >=3.10,<4.0 |
license | |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# SlideGPT
CLI tool that can be used to generate a video using ChatGPT, DALLE-2 and
FakeYou.
### Dependencies
- [ffmpeg](https://ffmpeg.org/)
### Quickstart
To run the cli application locally you will need `ffmpeg` installed. Also make
sure to export your api key.
```console
sudo apt install ffmpeg
curl -sSL https://install.python-poetry.org | python3 -
export OPENAI_API_KEY=sk-...
export FAKEYOU_USERNAME=...
export FAKEYOU_PASSWORD=...
poetry install
echo "Please create a presentation about sunflowers." | poetry run slide-gpt
mpv videos/0/video.mp4
```
You can also change the speaker of the video using the `--speaker` flag with a
string taken from the [FakeYou](https://fakeyou.com/) website.
Raw data
{
"_id": null,
"home_page": "",
"name": "slide-gpt",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.10,<4.0",
"maintainer_email": "",
"keywords": "",
"author": "Alex Jercan",
"author_email": "jercan_alex27@yahoo.com",
"download_url": "https://files.pythonhosted.org/packages/15/47/6035461118326a8730ba96bc47ce68b177facb028761dd8c298eec4c4be9/slide_gpt-0.3.2.tar.gz",
"platform": null,
"description": "# SlideGPT\n\nCLI tool that can be used to generate a video using ChatGPT, DALLE-2 and\nFakeYou.\n\n### Dependencies\n\n- [ffmpeg](https://ffmpeg.org/)\n\n### Quickstart\n\nTo run the cli application locally you will need `ffmpeg` installed. Also make\nsure to export your api key.\n\n```console\nsudo apt install ffmpeg\ncurl -sSL https://install.python-poetry.org | python3 -\nexport OPENAI_API_KEY=sk-...\nexport FAKEYOU_USERNAME=...\nexport FAKEYOU_PASSWORD=...\npoetry install\necho \"Please create a presentation about sunflowers.\" | poetry run slide-gpt\nmpv videos/0/video.mp4\n```\n\nYou can also change the speaker of the video using the `--speaker` flag with a\nstring taken from the [FakeYou](https://fakeyou.com/) website.\n",
"bugtrack_url": null,
"license": "",
"summary": "CLI tool for generating slides from text using ChatGPT and DALL-E",
"version": "0.3.2",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a796587334771409748e73624d76ac3a1a8224607b144ec9802044f579db1ed2",
"md5": "b5d10cde4bb53e725fc06058fdda74cb",
"sha256": "c9473607ee56553f115a87e8e6aaa8b284df1b8dbc33d2ad7d9269d3d55e470c"
},
"downloads": -1,
"filename": "slide_gpt-0.3.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b5d10cde4bb53e725fc06058fdda74cb",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10,<4.0",
"size": 6329,
"upload_time": "2023-09-19T05:55:09",
"upload_time_iso_8601": "2023-09-19T05:55:09.001752Z",
"url": "https://files.pythonhosted.org/packages/a7/96/587334771409748e73624d76ac3a1a8224607b144ec9802044f579db1ed2/slide_gpt-0.3.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "15476035461118326a8730ba96bc47ce68b177facb028761dd8c298eec4c4be9",
"md5": "49f805ac3a93bbdf37024eec2533e104",
"sha256": "c3a9ab13a8812bd7c643a3c79f0b6e1cf5f0bf5ed801dc9292c29fd7852bfd1f"
},
"downloads": -1,
"filename": "slide_gpt-0.3.2.tar.gz",
"has_sig": false,
"md5_digest": "49f805ac3a93bbdf37024eec2533e104",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10,<4.0",
"size": 5512,
"upload_time": "2023-09-19T05:55:10",
"upload_time_iso_8601": "2023-09-19T05:55:10.175998Z",
"url": "https://files.pythonhosted.org/packages/15/47/6035461118326a8730ba96bc47ce68b177facb028761dd8c298eec4c4be9/slide_gpt-0.3.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-09-19 05:55:10",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "slide-gpt"
}