Alwrity is an AI-powered generator designed to assist users in creating compelling marketing copy using the 3 R’s (Rapport-Reasons-Results) copywriting formula. This tool leverages OpenAI's powerful ChatGPT model to generate copy based on user-provided inputs.
- Input Section: Users can input rapport, reasons, and results to generate copy.
- Pro-Tip: Provides guidance on how to use the 3 R’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 rapport, reasons, and results in the input fields provided.
- Generate Copy: Click the "Get The 3 R’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
.