Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.76 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.76 KB

Streamlit GPT Marketing App

This app is designed to showcase the capabilities of the Streamlit framework and the GPT-4 Visuaon model for marketing purposes.

Features

  • Upload an image of your website (landing page for example) and ask GPT what improvements could be done in the UX and UI.
  • Generate Marketing Copy: Use the power of GPT-4 (gpt-4-vision-preview) to generate compelling marketing copy for various products and services.
  • Content Suggestions: Get suggestions for blog posts, social media captions, email subject lines, and more.
  • Branding Assistance: Generate taglines, slogans, and brand names to help with your marketing efforts.
  • Language Translation: Translate marketing content into different languages to reach a global audience.
  • Sentiment Analysis: Analyze the sentiment of customer reviews, social media comments, and other text data.
  • Text Summarization: Summarize long articles or documents to extract key information quickly.
  • This GPT uses a very simple prompt to make the assistant a marketing expert but with aims of beign nice in explaining its content.

Getting Started

To run this app locally, follow these steps:

  1. Clone the repository: git clone https://github.com/luissanchez/streamlit-gpt-marketing.git
  2. Install the required dependencies: pip install -r requirements.txt
  3. Run the app: streamlit run gpt_marketing.py

Usage

  1. Add your OpenAI Key.
  2. Add the URL of an image you want feedback from.
  3. Follow the instructions provided on the app interface.
  4. Enjoy the generated marketing content or analysis results!

Contributing

Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.