Spaces:
Sleeping
Sleeping
| title: CyberNewsletter | |
| emoji: ๐ | |
| colorFrom: red | |
| colorTo: indigo | |
| sdk: gradio | |
| sdk_version: 5.29.0 | |
| app_file: app.py | |
| pinned: false | |
| short_description: HTML newsletter template integrated with Mautic and a GPT-ba | |
| Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference | |
| # GPT + Mautic Cybersecurity Newsletter Demo | |
| This Gradio app: | |
| - Generates sector-specific AI insights using GPT-4 | |
| - Moderates content for compliance | |
| - Allows user editing before email send | |
| - Syncs contact and insight to Mautic | |
| - Triggers Mautic segment email via `Campaign A` | |
| ## Setup | |
| ### 1. Install Requirements | |
| ```bash | |
| pip install -r requirements.txt | |