ahmednoorx commited on
Commit
6542527
Β·
verified Β·
1 Parent(s): 9987fc8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +42 -52
README.md CHANGED
@@ -1,52 +1,42 @@
1
- ---
2
- title: Cold Email Outreach Assistant
3
- emoji: βœ‰οΈ
4
- colorFrom: blue
5
- colorTo: purple
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 Outreach Assistant
14
-
15
- A powerful AI-driven tool for generating personalized cold emails using company intelligence and open-source models.
16
-
17
- ## πŸš€ Features
18
-
19
- - **CSV Upload**: Process leads with name, email, company, LinkedIn URL
20
- - **Smart Scraping**: Extract company info from LinkedIn and websites
21
- - **AI Email Generation**: Create personalized emails using Vicuna-7B model
22
- - **Multiple Tones**: Professional, Friendly, Direct, Authoritative
23
- - **Quality Control**: Built-in scoring and validation
24
- - **Export Results**: Download generated emails as CSV
25
-
26
- ## πŸ“Š Input Format
27
-
28
- Upload a CSV with these columns:
29
-
30
- ```csv
31
- name,email,company,linkedin_url
32
- John Smith,[email protected],TechCorp Inc,https://linkedin.com/company/techcorp
33
- ```
34
-
35
- ## 🎯 How to Use
36
-
37
- 1. **Upload CSV**: Click "Choose file" and select your leads CSV
38
- 2. **Configure Settings**: Choose tone and creativity level in sidebar
39
- 3. **Process Leads**: Click "Generate Cold Emails" to start processing
40
- 4. **Review Results**: Check generated emails with quality scores
41
- 5. **Export**: Download results as CSV for your outreach campaign
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.