syncd-ai / README.md
jwilso99's picture
Update README.md
774e662 verified
---
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.