Alwrity is an AI-powered generator designed to assist users in creating compelling marketing copy using the Copywriting 4C's formula. This tool leverages OpenAI's powerful ChatGPT model to generate copy based on user-provided inputs.
4C's stands for Clear, Concise, Credible, and Compelling. It's a copywriting formula that emphasizes:
- Clear: Presenting information in a straightforward and understandable manner.
- Concise: Communicating the message succinctly without unnecessary details.
- Credible: Providing trustworthy and reliable information supported by evidence.
- Compelling: Creating content that captivates and persuades the audience to take action.
The 4C's formula ensures that copy is effective, engaging, and impactful.
- Clear: Our product is designed to simplify your daily tasks.
- Concise: Save time and effort with our user-friendly solution.
- Credible: Backed by years of research and customer testimonials.
- Compelling: Transform your productivity and streamline your workflow today!
- Input Section: Users can input brand/company name, description, and short description of the ad campaign to generate 4C's copy.
- Pro-Tip: Provides guidance on how to use the 4C's Copywriting formula effectively.
- Progress Spinner: Displays a spinner during copy generation.
- Error Handling: Handles exceptions gracefully and provides helpful error messages.
- Input Section: Enter the brand/company name, description, and short description of the ad campaign in the input fields provided.
- Generate Copy: Click the "Get 4C's Copy" button to generate copy based on the provided inputs.
- View Copy: Once generated, the copy will be displayed in the web app for review and use.
- Python 3.6+
- Streamlit
- Tenacity
- OpenAI
- Streamlit Lottie
- Clone this repository.
- Install the required dependencies using
pip install -r requirements.txt
. - Set up environment variables:
OPENAI_API_KEY
: OpenAI API key.
- Run the Alwrity script using
streamlit run alwrity.py
.