Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Resumelytics is a web platform to analyze, review, and build resumes. Built with HTML, CSS, JS, and Flask, it parses PDF/DOCX files, gives improvement suggestions, and helps users create effective, structured resumes with ease.

Notifications You must be signed in to change notification settings

blazesakai20/Resumelytics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

A smart and user-friendly resume analyzer, reviewer, and builder.

Project Overview

Resumelytics is a web-based platform designed to help users build and enhance professional resumes. It analyzes the structure and content of resumes, suggests improvements, and provides an interactive interface for creating resumes from scratch.

Key Features

  • Upload and parse resumes in PDF or DOCX format
  • Analyze resume content for structure, grammar, and completeness
  • Provide actionable suggestions to improve formatting and content
  • Display a resume score based on key quality metrics
  • Interactive resume builder with clean and customizable templates
  • Compare resume content with job descriptions (optional feature)

Technology Stack

Frontend:

  • HTML
  • CSS
  • JavaScript

Backend:

  • Python (Flask)

Resume Parsing Libraries:

  • pdfminer (for PDF parsing)
  • python-docx (for DOCX parsing)

Deployment Options:

  • Render
  • Heroku
  • Any other cloud platform that supports Flask

Project Structure (Planned)

Resumelytics/ │ ├── frontend/ │ ├── index.html │ ├── styles/ │ └── scripts/ │ ├── backend/ │ ├── app.py │ ├── resume_parser.py │ ├── utils/ │ └── templates/ │ ├── static/ │ └── (CSS, JS, images) │ └── README.md

About

Resumelytics is a web platform to analyze, review, and build resumes. Built with HTML, CSS, JS, and Flask, it parses PDF/DOCX files, gives improvement suggestions, and helps users create effective, structured resumes with ease.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 43.9%
  • HTML 29.9%
  • JavaScript 13.4%
  • PHP 12.8%