File size: 662 Bytes
a06d3ed 774e662 3276f24 a06d3ed 774e662 a06d3ed 3276f24 a06d3ed 32d164c 774e662 |
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 32 33 34 35 36 37 38 39 40 |
---
title: Sync’d AI
emoji: 🧠
colorFrom: blue
colorTo: gray
sdk: gradio
sdk_version: 5.23.3
app_file: app.py
pinned: true
---
# Sync’d AI ✨
Sync’d is an AI-powered content strategy app built for agencies and creators.
## What It Does
- Upload or type a brand brief
- Select a creator industry
- Generate 3 punchy content ideas using GPT-4
- Score how well a draft post matches the brief
## How to Run
1. Install requirements:
```bash
pip install -r requirements.txt
```
2. Set your OpenAI API key as an environment variable:
```bash
export OPENAI_API_KEY=sk-...
```
3. Run the app:
```bash
python app.py
```
Built using Gradio + OpenAI. |