All Projects → ManishShettyM → ResumeRise

ManishShettyM / ResumeRise

Licence: GPL-3.0 license
An NLP tool which classifies and summarizes resumes

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ResumeRise

pygrams
Extracts key terminology (n-grams) from any large collection of documents (>1000) and forecasts emergence
Stars: ✭ 52 (+79.31%)
Mutual labels:  nltk, tf-idf
topic modelling financial news
Topic modelling on financial news with Natural Language Processing
Stars: ✭ 51 (+75.86%)
Mutual labels:  nltk, tf-idf
Image2text
📋 Python wrapper to grab text from images and save as text files using Tesseract Engine
Stars: ✭ 243 (+737.93%)
Mutual labels:  ocr
KeywordExtraction
Implementation of algorithm in keyword extraction,including TextRank,TF-IDF and the combination of both
Stars: ✭ 95 (+227.59%)
Mutual labels:  tf-idf
Document-Classification-using-LSA
Document classification using Latent semantic analysis in python
Stars: ✭ 16 (-44.83%)
Mutual labels:  tf-idf
Crnn Pytorch
Pytorch implementation of CRNN (CNN + RNN + CTCLoss) for all language OCR.
Stars: ✭ 248 (+755.17%)
Mutual labels:  ocr
koolsla
Food recommendation tool with Machine learning.
Stars: ✭ 21 (-27.59%)
Mutual labels:  tf-idf
Imageocr
PHP验证码识别[PHP CAPTCHA Recognition]
Stars: ✭ 241 (+731.03%)
Mutual labels:  ocr
OCRmyPDF-web
A tiny frontend for OCRing PDF files via the web.
Stars: ✭ 37 (+27.59%)
Mutual labels:  ocr
resume-parser
This site uses Lever's resume parsing API to parse resumes
Stars: ✭ 80 (+175.86%)
Mutual labels:  resume-parser
Kaku
画 - Japanese OCR Dictionary
Stars: ✭ 160 (+451.72%)
Mutual labels:  ocr
Sharex
ShareX is a free and open source program that lets you capture or record any area of your screen and share it with a single press of a key. It also allows uploading images, text or other types of files to many supported destinations you can choose from.
Stars: ✭ 18,143 (+62462.07%)
Mutual labels:  ocr
East
A tensorflow implementation of EAST text detector
Stars: ✭ 2,804 (+9568.97%)
Mutual labels:  ocr
Semantic-Textual-Similarity
Natural Language Processing using NLTK and Spacy
Stars: ✭ 30 (+3.45%)
Mutual labels:  nltk
Opencv
📷 Computer-Vision Demos
Stars: ✭ 244 (+741.38%)
Mutual labels:  ocr
Handwritten-Names-Recognition
The goal of this project is to solve the task of name transcription from handwriting images implementing a NN approach.
Stars: ✭ 54 (+86.21%)
Mutual labels:  ocr
Rrpn faster Rcnn tensorflow
A tensorflow re-implementation of RRPN: Arbitrary-Oriented Scene Text Detection via Rotation Proposals.
Stars: ✭ 243 (+737.93%)
Mutual labels:  ocr
Sentiment-analysis-amazon-Products-Reviews
NLP with NLTK for Sentiment analysis amazon Products Reviews
Stars: ✭ 37 (+27.59%)
Mutual labels:  nltk
receipt-manager-app
Receipt parser application written in dart.
Stars: ✭ 140 (+382.76%)
Mutual labels:  ocr
bns-short-text-similarity
📖 Use Bi-normal Separation to find document vectors which is used to compute similarity for shorter sentences.
Stars: ✭ 24 (-17.24%)
Mutual labels:  tf-idf

ResumeRise

A Resume parser and summarizer tool to classify resumes and rank the resumes according to the requirements of the user.

Dataset

The dataset consists of 1000 labelled resumes (labelled according to the primary category/class that a particular resume belongs to) in a csv format. We will be using this csv formatted resume dataset to train our model for classification. Our model should then be able to work on any unseen resume.

Files for reference:

  • Utils/Analysis.ipynb : Data cleaning + Pre-processing + Visualizations + Insights
  • Utils/Summarize.ipynb : Resume Summarization algorithm
  • Utils/pdftotext.ipynb : odf to text conversion using pdfminer
  • Utils/Modelling.ipynb :main file + representational changes + training + comparison of models + testing
  • Utils/naive_bayes.ipynb : multinomial naive bayes implementation
  • Utils/svm.ipynb : svm implementation
  • Utils/clean_data1.csv: cleaned resume dataset
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].