CVamp
Input your CV or Resume as a plain text file and our program will output places for improvement.
Features
The program analyzes the resume for some of the following criteria and provides suggestions:
- Spellcheck
- Confirms Contact Information (i.e. phone number, home address, email address)
- Overused Words
Instructions
- Convert your resume into a plain text file
- Clone the repository to your command line
- In the repository, compile with the following command:
g++ -std=c+11 main.cpp Resume.h Resume.cpp -o cvamp.exe - Run the executable file with the following command:
./cvamp.exe - In the command line, enter the full path to your resume file. You can use the sample.txt example resume for demonstration purposes
- The program should output some suggestions for how to improve your resume
Log in or sign up for Devpost to join the conversation.