Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
LeoWalker
/
jobDescriptionParser
like
2
Sleeping
App
Files
Files
Community
37a41c8
jobDescriptionParser
/
utils
3 contributors
History:
5 commits
LeoWalker
set up to dump to MongoDB instead of PostgreSQL
4fad2af
7 months ago
__init__.py
Safe
44 Bytes
re organized the file structure in order to work with building a streamlit app to test the job description extraction.
7 months ago
google_jobs.py
Safe
3.41 kB
able to parse objects out of the job description, but extracting in mass w/ error handling is a little difficult. Most recent run is in parse_description_test notebook thats able to connect to psql and then extract a sample set of 74 descriptions.
7 months ago
google_mongo_jobs.py
Safe
3.43 kB
set up to dump to MongoDB instead of PostgreSQL
7 months ago
job_desc_pydantic.py
Safe
3.88 kB
able to parse objects out of the job description, but extracting in mass w/ error handling is a little difficult. Most recent run is in parse_description_test notebook thats able to connect to psql and then extract a sample set of 74 descriptions.
7 months ago
parse_description.py
Safe
2.11 kB
able to parse objects out of the job description, but extracting in mass w/ error handling is a little difficult. Most recent run is in parse_description_test notebook thats able to connect to psql and then extract a sample set of 74 descriptions.
7 months ago