VD-25 / resume-analyzer

0 stars 0 forks source link

Team 14 Resume Analyzer Project

Description:

A platform where users can upload resumes and receive feedback on improving them, with personalized job recommendations based on resume content.

Team Members - contact info:

Project Overview:

This app would enable students to upload their resumes and receive AI-driven feedback, such as suggestions on wording, structure, and missing skills. Additionally, it could recommend job listings or career paths based on the resume’s content, comparing keywords and skills with job market trends.

Tech Stack:

Project Goals:

Steps to set up project locally:

  1. git clone "repo url"
  2. Create issue on github with task template
  3. Create a new branch on that issue
  4. Checkout locally, copy paste code into local git terminal
  5. If pulling from online repo: git checkout main; git pull
  6. To commit changes:
    • git add .
    • git commit -m "comment"
    • git push origin main