Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
---
|
| 2 |
title: NeoPitch
|
| 3 |
emoji: ⚡
|
| 4 |
-
colorFrom:
|
| 5 |
colorTo: red
|
| 6 |
sdk: docker
|
| 7 |
app_port: 8501
|
|
@@ -11,43 +11,68 @@ pinned: false
|
|
| 11 |
short_description: High-speed, smart job email generation.
|
| 12 |
---
|
| 13 |
|
| 14 |
-
# ⚡ NeoPitch ✉️
|
|
|
|
| 15 |
|
| 16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
---
|
| 19 |
|
| 20 |
-
##
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
|
| 22 |
-
|
|
|
|
|
|
|
| 23 |
|
| 24 |
-
|
| 25 |
-
-
|
| 26 |
-
-
|
| 27 |
-
-
|
| 28 |
|
| 29 |
-
|
|
|
|
|
|
|
|
|
|
| 30 |
|
| 31 |
---
|
| 32 |
|
| 33 |
-
##
|
| 34 |
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
- Automatically extracts personal info, skills, experience, projects, courses, and certifications.
|
| 42 |
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
- Professional, natural, and concise (under 400 words).
|
| 46 |
-
- One-click copy/download functionality.
|
| 47 |
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
|
|
|
| 51 |
|
|
|
|
| 52 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
|
|
|
|
| 1 |
---
|
| 2 |
title: NeoPitch
|
| 3 |
emoji: ⚡
|
| 4 |
+
colorFrom: purple
|
| 5 |
colorTo: red
|
| 6 |
sdk: docker
|
| 7 |
app_port: 8501
|
|
|
|
| 11 |
short_description: High-speed, smart job email generation.
|
| 12 |
---
|
| 13 |
|
| 14 |
+
# ⚡ NeoPitch ✉️
|
| 15 |
+
### Turn job descriptions and your resume into perfect cold emails in seconds!
|
| 16 |
|
| 17 |
+
---
|
| 18 |
+
|
| 19 |
+
## 🧠 Overview
|
| 20 |
+
|
| 21 |
+
**NeoPitch** is an AI-powered web app built with **Streamlit**, designed to help job seekers instantly craft **personalized and professional cold emails** for job applications.
|
| 22 |
+
|
| 23 |
+
By combining the power of **LangChain** and **Groq’s ChatGroq API**, NeoPitch intelligently analyzes both **job descriptions** and **resumes** to create highly relevant, recruiter-ready emails — in seconds.
|
| 24 |
+
|
| 25 |
+
The app eliminates the guesswork and time spent drafting outreach messages, helping users **stand out professionally and communicate effectively** with hiring managers.
|
| 26 |
|
| 27 |
---
|
| 28 |
|
| 29 |
+
## ✨ Features
|
| 30 |
+
|
| 31 |
+
### 🧾 Job Description Input
|
| 32 |
+
- Paste a job description directly or provide a job post URL.
|
| 33 |
+
- Automatically extracts and structures key details like role, experience level, and required skills.
|
| 34 |
|
| 35 |
+
### 📄 Resume Input
|
| 36 |
+
- Upload your **resume** (PDF or TXT) or paste its content directly.
|
| 37 |
+
- AI parses your resume to identify personal information, skills, work experience, projects, courses, and certifications.
|
| 38 |
|
| 39 |
+
### 💌 Cold Email Generation
|
| 40 |
+
- Generates **AI-written cold emails** that highlight your most relevant skills and experiences.
|
| 41 |
+
- Emails are **professional, concise**, and **context-aware** (under ~400 words).
|
| 42 |
+
- Offers one-click copy and download options for convenience.
|
| 43 |
|
| 44 |
+
### 🎯 User-Friendly Interface
|
| 45 |
+
- Simple, intuitive Streamlit UI for smooth workflow.
|
| 46 |
+
- Step-by-step interaction: job input → resume input → email generation.
|
| 47 |
+
- Displays real-time feedback while processing content.
|
| 48 |
|
| 49 |
---
|
| 50 |
|
| 51 |
+
## ⚙️ How It Works
|
| 52 |
|
| 53 |
+
1. **Job Input**
|
| 54 |
+
- User provides a job description (via text or URL).
|
| 55 |
+
- The app extracts structured details like job title, company, and key requirements.
|
| 56 |
|
| 57 |
+
2. **Resume Parsing**
|
| 58 |
+
- Uploaded resume (PDF/TXT) is processed to extract relevant data such as education, projects, and skills.
|
|
|
|
| 59 |
|
| 60 |
+
3. **AI-Powered Matching**
|
| 61 |
+
- NeoPitch compares both data sources to identify overlaps and strengths.
|
|
|
|
|
|
|
| 62 |
|
| 63 |
+
4. **Cold Email Generation**
|
| 64 |
+
- The **ChatGroq AI model** generates a tailored, natural-sounding cold email that emphasizes your best fit for the role.
|
| 65 |
+
|
| 66 |
+
---
|
| 67 |
|
| 68 |
+
## 🧩 Tech Stack
|
| 69 |
|
| 70 |
+
| Component | Technology / Library | Purpose |
|
| 71 |
+
|------------|----------------------|----------|
|
| 72 |
+
| 🧱 Frontend & UI | **Streamlit** | Builds the user-friendly web interface |
|
| 73 |
+
| 🧠 AI & Orchestration | **LangChain** | Manages prompt flow and LLM pipelines |
|
| 74 |
+
| ⚡ LLM Engine | **Groq ChatGroq API** | Provides ultra-fast AI text generation |
|
| 75 |
+
| 📄 Resume Parsing | **PyPDF2**, **LangChain** | Extracts text and structure from resumes |
|
| 76 |
+
| 🌐 Web Scraping | **BeautifulSoup4**, **Requests** | Fetches job descriptions from URLs |
|
| 77 |
+
| 💾 Language | **Python 3.11+** | Core development language |
|
| 78 |
|