Alwrity is an AI-powered generator designed to assist users in creating compelling marketing copy using the FAB (Features, Advantages, Benefits) formula. This tool leverages OpenAI's powerful ChatGPT model to generate FAB marketing copy based on user-provided inputs.
- Input Section: Users can input the product or service name, description, and ultimate benefits to generate FAB marketing copy.
- Pro-Tip: Provides guidance on how to use the FAB copywriting formula effectively.
- Progress Spinner: Displays a spinner during copy generation to indicate activity.
- Error Handling: Handles exceptions gracefully and provides helpful error messages to users.
- Input Section: Enter the product or service name, description, and ultimate benefits in the input fields provided.
- Generate FAB Copy: Click the "Get FAB Copy" button to generate FAB marketing copy based on the provided inputs.
- View Copy: Once generated, the FAB marketing 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
.