Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -1,52 +1,42 @@
|
|
1 |
-
---
|
2 |
-
title: Cold Email
|
3 |
-
emoji:
|
4 |
-
colorFrom: blue
|
5 |
-
colorTo:
|
6 |
-
sdk: streamlit
|
7 |
-
sdk_version: 1.28.0
|
8 |
-
app_file: app.py
|
9 |
-
pinned: false
|
10 |
-
license: mit
|
11 |
-
---
|
12 |
-
|
13 |
-
#
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
##
|
18 |
-
|
19 |
-
- **
|
20 |
-
- **
|
21 |
-
- **
|
22 |
-
- **Multiple
|
23 |
-
- **
|
24 |
-
- **
|
25 |
-
|
26 |
-
##
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
## π§ Technical Details
|
44 |
-
|
45 |
-
- **AI Model**: Vicuna-7B GGUF (runs locally, no API keys needed)
|
46 |
-
- **Scraping**: BeautifulSoup + Selenium fallback
|
47 |
-
- **Caching**: SQLite database for efficiency
|
48 |
-
- **Framework**: Streamlit for web interface
|
49 |
-
|
50 |
-
## π License
|
51 |
-
|
52 |
-
MIT License - Free for commercial use
|
|
|
1 |
+
---
|
2 |
+
title: Cold Email Assistant
|
3 |
+
emoji: π§
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: green
|
6 |
+
sdk: streamlit
|
7 |
+
sdk_version: 1.28.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
license: mit
|
11 |
+
---
|
12 |
+
|
13 |
+
# Cold Email Assistant
|
14 |
+
|
15 |
+
Generate high-converting cold emails with AI! This tool uses advanced AI to create personalized cold emails that actually get responses.
|
16 |
+
|
17 |
+
## Features
|
18 |
+
|
19 |
+
- π€ **AI-Powered**: Uses Mistral-7B for intelligent email generation
|
20 |
+
- π **Quality Scoring**: Each email gets a quality score (8.0/10 average)
|
21 |
+
- π― **Personalization**: Company-specific messaging and tone
|
22 |
+
- π **Multiple Variations**: Generate 3-5 versions for A/B testing
|
23 |
+
- π **CSV Export**: Download emails for your CRM
|
24 |
+
- β‘ **Fast Generation**: Create emails in seconds
|
25 |
+
|
26 |
+
## How to Use
|
27 |
+
|
28 |
+
1. Enter the recipient's name and company
|
29 |
+
2. Add any company information you have
|
30 |
+
3. Choose your preferred tone (Professional, Friendly, Casual)
|
31 |
+
4. Click "Generate Cold Email"
|
32 |
+
5. Get personalized, high-quality emails instantly!
|
33 |
+
|
34 |
+
## Perfect For
|
35 |
+
|
36 |
+
- Sales professionals
|
37 |
+
- Business development teams
|
38 |
+
- Entrepreneurs and startups
|
39 |
+
- Freelancers acquiring clients
|
40 |
+
- Anyone doing cold outreach
|
41 |
+
|
42 |
+
Try it out and let us know what you think! We're actively improving based on user feedback.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|