Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -19,6 +19,7 @@ A cutting-edge AI-powered tool that helps job seekers create tailored, professio
|
|
| 19 |
- **Intelligent Project Categorization**: Classify your projects into relevant technical domains
|
| 20 |
- **Professional PDF Generation**: Download ATS-friendly, polished resumes in PDF format
|
| 21 |
- **AI-Driven Skills Extraction**: Identify and highlight the most relevant skills for your target position
|
|
|
|
| 22 |
|
| 23 |
## How It Works
|
| 24 |
|
|
@@ -27,6 +28,25 @@ A cutting-edge AI-powered tool that helps job seekers create tailored, professio
|
|
| 27 |
3. The AI analyzes your projects and tailors descriptions to match job requirements
|
| 28 |
4. Generate a professional resume in seconds
|
| 29 |
5. Download as a polished PDF ready for submission
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
|
| 31 |
|
| 32 |
## Requirements
|
|
@@ -43,10 +63,11 @@ A cutting-edge AI-powered tool that helps job seekers create tailored, professio
|
|
| 43 |
## Technical Details
|
| 44 |
|
| 45 |
The application leverages:
|
| 46 |
-
- **Google Genai API**: Powers the intelligent project analysis and
|
| 47 |
- **Streamlit**: Provides the interactive web interface
|
| 48 |
- **GitHub API**: Fetches repository READMEs to analyze your projects
|
| 49 |
- **Markdown to PDF**: Converts the generated resume to a professional PDF document
|
|
|
|
| 50 |
|
| 51 |
## Privacy
|
| 52 |
|
|
|
|
| 19 |
- **Intelligent Project Categorization**: Classify your projects into relevant technical domains
|
| 20 |
- **Professional PDF Generation**: Download ATS-friendly, polished resumes in PDF format
|
| 21 |
- **AI-Driven Skills Extraction**: Identify and highlight the most relevant skills for your target position
|
| 22 |
+
- **Cover Letter Generation**: Create personalized, professional cover letters tailored to specific companies and job positions
|
| 23 |
|
| 24 |
## How It Works
|
| 25 |
|
|
|
|
| 28 |
3. The AI analyzes your projects and tailors descriptions to match job requirements
|
| 29 |
4. Generate a professional resume in seconds
|
| 30 |
5. Download as a polished PDF ready for submission
|
| 31 |
+
6. **NEW**: Generate personalized cover letters by entering the company name - the AI will create a tailored cover letter using your profile information, projects, and job requirements
|
| 32 |
+
|
| 33 |
+
## Cover Letter Generation
|
| 34 |
+
|
| 35 |
+
The Smart Resume Generator now includes an intelligent cover letter generation feature that creates personalized cover letters for your job applications:
|
| 36 |
+
|
| 37 |
+
### Key Features:
|
| 38 |
+
- **Company-Specific Tailoring**: Enter the target company name to generate a cover letter specifically addressed to that organization
|
| 39 |
+
- **Automatic Information Integration**: Seamlessly incorporates your personal details, contact information, and job description from the resume generation process
|
| 40 |
+
- **Project Highlighting**: Intelligently references your GitHub projects and technical skills relevant to the position
|
| 41 |
+
- **Professional Formatting**: Generates well-structured, business-format cover letters ready for submission
|
| 42 |
+
- **Easy Download**: Save your cover letter as a text file for further customization in your preferred document editor
|
| 43 |
+
|
| 44 |
+
### How to Use:
|
| 45 |
+
1. Complete the resume generation process (Steps 1-3)
|
| 46 |
+
2. Navigate to the "Generate Cover Letter" section
|
| 47 |
+
3. Enter the company name you're applying to
|
| 48 |
+
4. Click "Generate Cover Letter" to create your personalized letter
|
| 49 |
+
5. Review and download the generated cover letter
|
| 50 |
|
| 51 |
|
| 52 |
## Requirements
|
|
|
|
| 63 |
## Technical Details
|
| 64 |
|
| 65 |
The application leverages:
|
| 66 |
+
- **Google Genai API**: Powers the intelligent project analysis, resume generation, and cover letter creation
|
| 67 |
- **Streamlit**: Provides the interactive web interface
|
| 68 |
- **GitHub API**: Fetches repository READMEs to analyze your projects
|
| 69 |
- **Markdown to PDF**: Converts the generated resume to a professional PDF document
|
| 70 |
+
- **FastAPI**: Backend API for resume and cover letter generation endpoints
|
| 71 |
|
| 72 |
## Privacy
|
| 73 |
|