syncd-ai / README.md
jwilso99's picture
Update README.md
774e662 verified

A newer version of the Gradio SDK is available: 5.29.0

Upgrade
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

  1. Install requirements:
pip install -r requirements.txt
  1. Set your OpenAI API key as an environment variable:
export OPENAI_API_KEY=sk-...
  1. Run the app:
python app.py

Built using Gradio + OpenAI.