A newer version of the Gradio SDK is available:
5.29.0
metadata
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
- Install requirements:
pip install -r requirements.txt
- Set your OpenAI API key as an environment variable:
export OPENAI_API_KEY=sk-...
- Run the app:
python app.py
Built using Gradio + OpenAI.