File size: 2,443 Bytes
cda56e2
 
 
 
 
 
0c4e7a8
cda56e2
 
 
 
 
0c4e7a8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
---
title: Coverletter Generator
emoji: 
colorFrom: blue
colorTo: gray
sdk: streamlit
sdk_version: 1.43.2
app_file: app.py
pinned: false
---

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

# Job Application Assistant

[![Streamlit](https://img.shields.io/badge/Streamlit-FF4B4B?style=for-the-badge&logo=Streamlit&logoColor=white)](https://streamlit.io)
[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)

A Streamlit-based toolkit to streamline job applications. Includes email/cover letter generation, resume analysis, interview prep, and more.

## Table of Contents

- [Features](#features)
- [Installation](#installation)
- [Configuration](#configuration)
- [Usage](#usage)
- [Modules](#modules)
- [Contributing](#contributing)
- [License](#license)

## Features 🚀

| Tool                     | Description                                                                 |
|--------------------------|-----------------------------------------------------------------------------|
| **Email Generator**      | Create personalized cold emails using job postings and resumes.             |
| **Cover Letter Creator**| Generate tailored cover letters for specific roles.                         |
| **Resume Analyzer**      | Extract skills, ATS keyword suggestions, and visualize work experience.     |
| **Application Tracker**  | Manage job applications with a dashboard.                                   |
| **Job Recommendations**  | Get curated listings from Remotive, The Muse, and Indeed.                   |
| **Interview Prep**       | Practice with AI-generated mock questions and answers.                      |

## Installation 🛠️

### 1. Clone the Repository:
```bash
git clone https://github.com/your-username/job-application-assistant.git
cd job-application-assistant
```

### 2. Create a Virtual Environment (Optional):
```
python -m venv venv
source venv/bin/activate  # Linux/Mac
# venv\Scripts\activate  # Windows
```

### 3. Install Dependencies:
```
pip install -r requirements.txt
```

### Configuration ⚙️
Create a .streamlit/secrets.toml file with your API keys:

[GROQ_API_KEY]
value = "your_groq_api_key"

[RAPIDAPI_KEY]
value = "your_rapidapi_key"

[YOUTUBE_API_KEY]
value = "your_youtube_api_key"

## Usage ▶️
Run the app:
```
streamlit run app.py
and Access at
http://localhost:8501
```