A Flask web application that leverages OpenAI's API to generate various types of content including marketing, blog posts, and social media captions.
- 🚀 Generate marketing content with persuasive call-to-actions
- 📝 Create blog post outlines with meta descriptions
- 💬 Generate social media captions with emojis and hashtags
- 🎨 Adjustable creativity and length settings
- 🎯 Real-time content generation
- Clone the repository
- Install dependencies:
pip install -r requirements.txt- Configure environment variables:
cp .env.example .env
# Add your OpenAI API key and Secret key to .env- Run the application:
python run.pyBuild and run with Docker Compose:
docker-compose up --build- Flask
- OpenAI API
- TailwindCSS
- Python 3.11+
MIT