Spaces:
Sleeping
Sleeping
Upload 2 files
Browse files- README_simple.md +72 -0
- requirements_simple.txt +1 -0
README_simple.md
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Email Open Rate Predictor
|
| 3 |
+
emoji: 📧
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: green
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: 4.44.0
|
| 8 |
+
app_file: app_simple.py
|
| 9 |
+
pinned: false
|
| 10 |
+
license: mit
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# 📧 Email Open Rate Predictor
|
| 14 |
+
|
| 15 |
+
A smart tool that predicts email open rates and provides actionable suggestions to improve your email marketing campaigns.
|
| 16 |
+
|
| 17 |
+
## ✨ Features
|
| 18 |
+
|
| 19 |
+
- **📊 Open Rate Prediction**: Get instant predictions for your email campaigns
|
| 20 |
+
- **💡 Smart Suggestions**: Receive one key recommendation to boost performance
|
| 21 |
+
- **🎯 Real-time Analysis**: Instant feedback as you type
|
| 22 |
+
- **📱 Easy to Use**: Clean, intuitive interface
|
| 23 |
+
|
| 24 |
+
## 🚀 How to Use
|
| 25 |
+
|
| 26 |
+
1. **Enter your email subject line** in the first box
|
| 27 |
+
2. **Add your preview text** in the second box
|
| 28 |
+
3. **Click "Predict Open Rate"** to get results
|
| 29 |
+
4. **Review the suggestion** to improve your email
|
| 30 |
+
|
| 31 |
+
## 🧠 What It Analyzes
|
| 32 |
+
|
| 33 |
+
The predictor evaluates your email content based on:
|
| 34 |
+
|
| 35 |
+
- **📏 Subject line length** (optimal: 30-50 characters)
|
| 36 |
+
- **❗ Excitement factors** (exclamation marks, emojis)
|
| 37 |
+
- **⏰ Urgency indicators** ("limited time", "today only")
|
| 38 |
+
- **💰 Offer highlights** ("save", "free", "discount")
|
| 39 |
+
- **🔤 Capitalization** (avoiding spam triggers)
|
| 40 |
+
- **🔢 Numbers and specifics** (percentages, dates)
|
| 41 |
+
|
| 42 |
+
## 📝 Example Inputs
|
| 43 |
+
|
| 44 |
+
Try these proven email formats:
|
| 45 |
+
|
| 46 |
+
**High-Performing Example:**
|
| 47 |
+
- Subject: "🌯🥑 Wrap Up Your Monday with Flavor"
|
| 48 |
+
- Preview: "Ready in minutes—perfect for lunch, dinner, or on-the-go!"
|
| 49 |
+
|
| 50 |
+
**Urgency Example:**
|
| 51 |
+
- Subject: "LAST CHANCE: Save 50% Today!"
|
| 52 |
+
- Preview: "Sale ends tonight - don't miss out!"
|
| 53 |
+
|
| 54 |
+
## 🛠️ Technical Details
|
| 55 |
+
|
| 56 |
+
- **Framework**: Gradio for the web interface
|
| 57 |
+
- **Scoring**: Rule-based algorithm trained on real email campaign data
|
| 58 |
+
- **Deployment**: Hugging Face Spaces
|
| 59 |
+
- **No Dependencies**: Lightweight, fast loading
|
| 60 |
+
|
| 61 |
+
## 📈 Tips for Better Open Rates
|
| 62 |
+
|
| 63 |
+
- Keep subject lines between 30-50 characters
|
| 64 |
+
- Use action words and create urgency
|
| 65 |
+
- Include relevant emojis (but don't overdo it)
|
| 66 |
+
- Avoid excessive ALL CAPS
|
| 67 |
+
- Highlight offers and savings
|
| 68 |
+
- Make preview text complement your subject
|
| 69 |
+
|
| 70 |
+
---
|
| 71 |
+
|
| 72 |
+
*Built with ❤️ for email marketers who want better results*
|
requirements_simple.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
gradio==4.44.0
|