File size: 711 Bytes
f174673
 
 
 
 
 
 
 
 
 
 
 
 
 
c5d7500
 
 
 
 
22e4fbd
 
 
 
c5d7500
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
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
```