Skip to content

SudhakaranGT/JobBoard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JobBoard

Job portal for job seekers and recruiters

Job Portal with ML Resume Classification, Resume Ranking, and Fraudulent Job Detection

This project is a comprehensive job portal that utilizes machine learning techniques for resume classification, resume ranking, and fraud detection in job listings. The front end is built using React.js, providing an intuitive and user-friendly interface for job seekers and recruiters alike.

Features

  • ML Resume Classification: The system employs machine learning algorithms to classify resumes based on various factors such as skills, experience, education, etc., making it easier for recruiters to find suitable candidates.

  • Resume Ranking: Resumes are ranked according to their relevance to the job postings, allowing recruiters to efficiently identify the most qualified candidates.

  • Fraudulent Job Detection: Leveraging machine learning, the system identifies and flags potentially fraudulent job listings, enhancing the security and reliability of the platform.

  • Front End React App: The user interface is built using React.js, providing a responsive and dynamic experience for both job seekers and recruiters.

Technologies Used

  • Machine Learning: Python, scikit-learn, TensorFlow
  • Front End: React.js, HTML, CSS
  • Backend: Node.js, Express.js
  • Database: MongoDB
  • Version Control: Git, GitHub

Installation

Cloning the Repository:

  1. Clone the repository to your local machine:
    git clone https://github.com/SudhakaranGT/JobBoard.git

Creating a Branch:

  1. Create a new branch for your work:
    git checkout -b feature-branch

Making Changes:

  1. Start your Codeing

Committing Changes:

  1. Stage your changes for commit:
    git add .
  2. Commit your changes with a descriptive message:
    git commit -m "first-part done"

Reverting Changes (Optional):

  1. If you made a mistake and want to undo your latest commit:
    git reset old-branch

Pushing Changes:

  1. Push your changes to the remote repository:
    git push origin front-end

Pull Request (Optional):

  1. If you're ready to merge your changes into the main branch, create a pull request on GitHub and request a code review.

About

Job portal for job seekers and recruiters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors