All Projects → JAIJANYANI → Automated Resume Screening System

JAIJANYANI / Automated Resume Screening System

Licence: mit
Automated Resume Screening System using Machine Learning (With Dataset)

Programming Languages

python3
1442 projects

Projects that are alternatives of or similar to Automated Resume Screening System

Voice datasets
🔊 A comprehensive list of open-source datasets for voice and sound computing (50+ datasets).
Stars: ✭ 494 (+120.54%)
Mutual labels:  dataset, datasets
Colour
Colour Science for Python
Stars: ✭ 1,131 (+404.91%)
Mutual labels:  dataset, datasets
Awesome Twitter Data
A list of Twitter datasets and related resources.
Stars: ✭ 533 (+137.95%)
Mutual labels:  dataset, datasets
Meglass
An eyeglass face dataset collected and cleaned for face recognition evaluation, CCBR 2018.
Stars: ✭ 281 (+25.45%)
Mutual labels:  dataset, datasets
Exposure correction
Reference code for the paper "Learning Multi-Scale Photo Exposure Correction", CVPR 2021.
Stars: ✭ 98 (-56.25%)
Mutual labels:  dataset, datasets
Awesome Segmentation Saliency Dataset
A collection of some datasets for segmentation / saliency detection. Welcome to PR...😄
Stars: ✭ 315 (+40.63%)
Mutual labels:  dataset, datasets
French Sentiment Analysis Dataset
A collection of over 1.5 Million tweets data translated to French, with their sentiment.
Stars: ✭ 35 (-84.37%)
Mutual labels:  dataset, datasets
Datasets
TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...
Stars: ✭ 3,094 (+1281.25%)
Mutual labels:  dataset, datasets
Persian Swear Words
دیتاست کلمات نامناسب و بد فارسی برای فیلتر کردن متن ها
Stars: ✭ 95 (-57.59%)
Mutual labels:  dataset, datasets
Openml R
R package to interface with OpenML
Stars: ✭ 81 (-63.84%)
Mutual labels:  dataset, datasets
Hub
Dataset format for AI. Build, manage, & visualize datasets for deep learning. Stream data real-time to PyTorch/TensorFlow & version-control it. https://activeloop.ai
Stars: ✭ 4,003 (+1687.05%)
Mutual labels:  dataset, datasets
Aesthetics
Image Aesthetics Toolkit - includes Fisher Vector implementation, AVA (Image Aesthetic Visual Analysis) dataset and fast multi-threaded downloader
Stars: ✭ 113 (-49.55%)
Mutual labels:  dataset, datasets
dbcollection
A collection of popular datasets for deep learning.
Stars: ✭ 26 (-88.39%)
Mutual labels:  dataset, datasets
Doccano
Open source annotation tool for machine learning practitioners.
Stars: ✭ 5,600 (+2400%)
Mutual labels:  dataset, datasets
recurrent-defocus-deblurring-synth-dual-pixel
Reference github repository for the paper "Learning to Reduce Defocus Blur by Realistically Modeling Dual-Pixel Data". We propose a procedure to generate realistic DP data synthetically. Our synthesis approach mimics the optical image formation found on DP sensors and can be applied to virtual scenes rendered with standard computer software. Lev…
Stars: ✭ 30 (-86.61%)
Mutual labels:  dataset, datasets
Label Studio
Label Studio is a multi-type data labeling and annotation tool with standardized output format
Stars: ✭ 7,264 (+3142.86%)
Mutual labels:  dataset, datasets
Datasets
source{d} datasets ("big code") for source code analysis and machine learning on source code
Stars: ✭ 231 (+3.13%)
Mutual labels:  dataset, datasets
Retriever
Quickly download, clean up, and install public datasets into a database management system
Stars: ✭ 241 (+7.59%)
Mutual labels:  dataset, datasets
Atis dataset
The ATIS (Airline Travel Information System) Dataset
Stars: ✭ 81 (-63.84%)
Mutual labels:  dataset, datasets
Wb srgb
White balance camera-rendered sRGB images (CVPR 2019) [Matlab & Python]
Stars: ✭ 101 (-54.91%)
Mutual labels:  dataset, datasets

Automated Resume Screening System (With Dataset)

A web app to help employers by analysing resumes and CVs, surfacing candidates that best match the position and filtering out those who don't.

Description

Used recommendation engine techniques such as Collaborative , Content-Based filtering for fuzzy matching job description with multiple resumes.

Prerequisites

Software

  • textract==1.6.3
  • requests==2.22.0
  • Flask==1.1.1
  • gensim==3.8.0
  • sklearn==0.0
  • PyPDF2==1.26.0
  • autocorrect==0.4.4
  • nltk==3.4.5
  • contractions==0.0.21
  • textsearch==0.0.17
  • inflect==2.1.0
  • numpy==1.17.2
  • pdfminer.six==20181108
  • Python 3.6.0 |Anaconda 4.3.0 (64-bit)|

Dataset

Running localhost

  • Run pip install -r requirements.txt to install dependencies
  • Simply run this command from root directory.
  • Login Username :admin Password : whitetigers2018
python app.py

Running using Docker

  • Create the docker image running: docker build -t arss .

  • Run the container: docker run -it -p 5000:5000 arss

Author

@CodeByte

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].