LeoWalker commited on
Commit
a1581dc
ยท
1 Parent(s): 2254e3b

updated config in readme

Browse files
Files changed (2) hide show
  1. README.md +65 -0
  2. utils/parse_description.py +2 -1
README.md CHANGED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+
3
+ title: JobDescriptionParser
4
+ emoji: ๐Ÿข
5
+ colorFrom: red
6
+ colorTo: blue
7
+ sdk: streamlit
8
+ sdk_version: 1.34.0
9
+ app_file: streamlit_app.py
10
+ pinned: false
11
+
12
+ ---
13
+
14
+ ๐Ÿš€ Data Job Insights: Unlock Your Career Potential! ๐Ÿ“Š
15
+ Are you ready to take your data career to the next level? Look no further! This project is here to revolutionize the way you approach your job search and resume optimization. By leveraging the power of an advanced Language Model (LLM), we've created a game-changing tool that will give you the inside scoop on what employers are really looking for in data-related roles. ๐Ÿ’ก
16
+ Show Image
17
+ ๐ŸŽฏ What's the Goal?
18
+ Our mission is to build a comprehensive database of job descriptions for various data-related positions, including:
19
+
20
+ Data Scientist ๐Ÿ”ฌ
21
+ Data Engineer โš™๏ธ
22
+ Data Analyst ๐Ÿ“ˆ
23
+ Machine Learning Engineer ๐Ÿค–
24
+ And more! ๐Ÿ’ผ
25
+
26
+ But we're not just collecting job postings โ€“ we're taking it to the next level! Our cutting-edge LLM will parse each job description and extract key information, giving you unparalleled insights into what skills, experiences, and qualities are most sought-after in the industry. ๐Ÿ”
27
+ ๐Ÿ› ๏ธ How Does It Work?
28
+ We've designed a robust system using Pydantic models to capture and structure the most important aspects of each job description. Here's a quick overview of what we're extracting:
29
+ ๐Ÿข Company Overview
30
+
31
+ About the company, its industry, products, and services
32
+ Mission, values, and culture
33
+ Company size and locations
34
+
35
+ ๐Ÿ“ Role Summary
36
+
37
+ Job title and team/department
38
+ Role type (full-time, part-time, contract, etc.)
39
+ Remote work options
40
+
41
+ ๐Ÿ“‹ Responsibilities and Qualifications
42
+
43
+ Core duties and expectations
44
+ Required educational background and experience
45
+ Preferred skills and characteristics
46
+
47
+ ๐Ÿ’ฐ Compensation and Benefits
48
+
49
+ Salary or pay range
50
+ Bonus and equity compensation
51
+ Benefits and perks
52
+
53
+ With this wealth of information at your fingertips, you'll be able to tailor your resume and interview responses to perfectly match what employers are looking for! ๐ŸŽฏ
54
+ ๐Ÿ”ฎ What's Next?
55
+ We're just getting started! In the near future, we'll be adding even more powerful features to help you land your dream data job:
56
+
57
+ Automatically categorize job descriptions based on key characteristics
58
+ Provide personalized resume suggestions based on your target roles
59
+ Offer insider tips and strategies for acing data job interviews
60
+
61
+ Stay tuned for these exciting updates! ๐Ÿš€
62
+ ๐Ÿค Get Involved!
63
+ We believe in the power of community and collaboration. If you're passionate about data careers and want to contribute to this project, we'd love to have you on board! Whether you're a data professional, a machine learning enthusiast, or just excited about the potential of this tool, there's a place for you here.
64
+ Feel free to submit pull requests, suggest new features, or simply share your experiences and insights. Together, we can help data professionals everywhere unlock their full career potential! ๐Ÿ’ช
65
+ So what are you waiting for? Dive in, explore the codebase, and let's revolutionize the world of data jobs together! ๐ŸŒŸ
utils/parse_description.py CHANGED
@@ -51,4 +51,5 @@ def extract_desc_fields(raw_job_description):
51
  include_raw=False,
52
  )
53
 
54
- return extractor.invoke(raw_job_description)
 
 
51
  include_raw=False,
52
  )
53
 
54
+ return extractor.invoke(raw_job_description)
55
+