BS21-02 Software Project. CV Parser.
- Anvar Iskhakov [email protected]
- Wesam Naseer: [email protected]
- Abdulayev Damir: [email protected]
- Ayaz Safin: [email protected]
Cv Pareser is a website to parse CVs and convert them to JSON file. This is program designed to help Innopolis Admission Office to choose suitable applications from great amount of students’ resumes. This website contains all functionality dedicated to proper applicants selection like Search Function and Dropzeone that allows to upload multiple pdf files.
- Upload the files then click “PARSE CVs”
- Note: Check the first picture
- You can Click on any file to show the reults. Also, you can click “Export as JSON” on the left part to download the file as JSON.
- Use the search bar to find the skills you want.
- Click “Export as JSON” on the right part to download all files as JSON.
- Multiple Upload PDF
- Search
- Show UI skills categorised
- Show UI Name
- Report False Positive to firebase
- Export All/ one
- Delete file
- Upload More
In order to run our website on your local machine you should copy this repository to your local folder by writing following text in your command propmt:
git clone https://github.com/InnoSWP/bs2102-cv-parser
After that you can open folder bs2102-cv-parser using any IDE that you like, select web application and run the app in debug mode.
Flutter was chosen as the main framework for this project.