Spaces:
Sleeping
Sleeping
| title: Slide Creation Engine | |
| emoji: ๐ | |
| colorFrom: green | |
| colorTo: pink | |
| sdk: gradio | |
| sdk_version: 6.19.0 | |
| python_version: '3.13' | |
| app_file: app.py | |
| pinned: false | |
| license: mit | |
| short_description: 'Slide creation AI assistant ' | |
| # Course Slide Factory | |
| Gradio workflow console for generating, reviewing, approving, and export-checking | |
| course slide decks with deterministic P0 trust and readiness gates. | |
| In setup, you can provide course material by uploading text-readable files or by | |
| specifying a material URL. Either option is acceptable. You can also start from | |
| zero or import an existing draft deck as `.json` or `.pptx`. | |
| ## Local checks | |
| ```bash | |
| python -m pytest | |
| python -m ruff check . | |
| python app.py | |
| ``` | |