Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate Random Resume and Job Description Files & Create Data-Cleaning Object #18

Open
mSaadSalman opened this issue Oct 25, 2024 · 0 comments
Assignees

Comments

@mSaadSalman
Copy link
Contributor

Create Sample Resume and Job Description Text Files and Data-Cleaning Object in model.py

Description:

Generate Sample Files:
Create two random sample text files for resumes and two for job descriptions.
Store these text files in a folder named data/ within the root directory.
Ensure that the text is varied enough to simulate real-world data.
Data-Cleaning Object in model.py:
In model.py, create a class ResumeDataCleaner that will:
Load the resume and job description files.
Apply basic cleaning, such as:
Removing special characters and extra whitespace.
Converting text to lowercase for normalization.
Optionally, use NLP libraries to remove stop words for a more refined output.
Return an instance of the cleaned data as a dictionary or data class.

RyanLi213 pushed a commit that referenced this issue Oct 27, 2024
mSaadSalman added a commit that referenced this issue Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants