Transform ideas into compelling content with AI-powered writing assistance.
- 🎯 SEO-optimized blog post generation
- 🎨 AI-powered image generation with DALL-E
- 📝 Multiple tone options (Professional, Casual, Humorous, etc.)
- 📊 Customizable word count (250-2000 words)
- 💾 Download as Markdown or plain text
This app is deployed on Streamlit Cloud.
- Frontend: Streamlit
- AI Models: OpenAI GPT-4o & DALL-E 3
- Language: Python
- Clone the repository
- Install dependencies:
pip install -r requirements.txt - Create
api_key.pywith your OpenAI API key:
openai_api_key = "your-api-key-here"- Run:
streamlit run app.py