vbanwari commited on
Commit
2c739d4
·
verified ·
1 Parent(s): 3747cf3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -7
README.md CHANGED
@@ -1,13 +1,33 @@
1
  ---
2
- title: JobApplicationAssistant
3
- emoji: 📊
4
- colorFrom: red
5
- colorTo: indigo
6
  sdk: gradio
7
- sdk_version: 5.49.1
8
  app_file: app.py
9
  pinned: false
10
- short_description: AI-powered resume tailoring and cover letter generation with
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Job Application Assistant
3
+ emoji: 💼
4
+ colorFrom: blue
5
+ colorTo: purple
6
  sdk: gradio
7
+ sdk_version: 4.44.0
8
  app_file: app.py
9
  pinned: false
10
+ license: mit
11
  ---
12
 
13
+ # Job Application Assistant
14
+
15
+ AI-powered resume tailoring and ATS optimization tool.
16
+
17
+ ## Features
18
+ - Upload resume (PDF/DOCX)
19
+ - Fetch job descriptions from URLs
20
+ - Extract job requirements and skills using LLM
21
+ - Calculate ATS scores (before and after tailoring)
22
+ - Generate tailored resumes and cover letters
23
+ - Export to PDF
24
+
25
+ ## Setup
26
+ 1. Add your API key (Groq recommended) in Space Settings → Secrets
27
+ 2. Name the secret `API_KEY`
28
+ 3. Supported providers: Groq, OpenAI, Together AI, OpenRouter
29
+
30
+ ## Models
31
+ Default: `llama-3.1-70b-versatile` (Groq)
32
+
33
+ Get free Groq API key: https://console.groq.com/keys