Visvesvaraya Technological University: CV Analysis

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 14

VISVESVARAYA TECHNOLOGICAL UNIVERSITY

Belagavi-590014, Karnataka

MINI PROJECT REPORT

OF

“CV ANALYSIS”
Submitted in partial fulfillment of Requirements for the 7th semester B.E
Computer Science and Engineering

Submitted by

NISHCHITH KULKARNI (3GN16CS049)


NEHA M (3GN16CS048)

Under the guidance of:

Prof. AMIT KUMAR

DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING


GURU NANAK DEV ENGINEERING COLLEGE
BIDAR-585403, KARNATAKA

2019-2020
VISVESVARAYA TECHNOLOGICAL UNIVERSITY
BELAGAVI
GURU NANAK DEV ENGINEERING COLLEGE

BIDAR-585401, KARNATAKA

DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING

CERTIFICATE

This is to certify that the mini project report entitled “CV ANALYSIS” is a
bonafied work carried out by NEHA M(3GN16CS048) NISHCHITH
KULKARNI(3GN16CS049) in partial fulfilment of the requirements for the award of
Degree of Bachelor of Engineering in COMPUTER SCIENCE AND ENGINEERING
by the VISVESVARAYA TECHNOLOGICAL UNIVERSITY, BELAGAVI during the
year 2019-2020. It is certified that the Mini Project Report satisfies the academic
requirements in respect of Mini project prescribed for the Bachelor of Engineering
Degree.

………………………………… ……………………………………….. ……………………………....


SIGNATURE OF GUIDE SIGNATURE OF EXTERNAL SIGNATURE OF HOD
ACKNOWLEDGEMENT
I am highly intended my project guide Prof. Amit Kumar, for guiding and giving me
timely advices and suggestions in successful completion of project work. My sincere
thanks to Prof. Dhananjay.D.M HOD of computer science and engineering department
for his whole hearted support in completion of project. I would like to express my deep
sense of gratitude to principal Dr.Ravindra Eklarker GURU NANAK DEV
ENGINEERING COLLEGE, BIDAR for his motivation and for creating the inspiring
atmosphere in the college providing state of art facilities for preparation and delivery of
project. Finally, I thank all the staff members who directly or indirectly helped me to
complete this project.

NEHA M (3GN16CS048)
NISHCHITH (3GN16CS049)
INDEX

CHAPTER

1. INTRODUCTION

2. REQUIREMENT ANALYSIS

3. SYSTEM DESIGN

4. SYSTEM REQUIREMENT

5. SYSTEM IMPLEMENTATION

6. SNAPSHOT

7. CONCLUSION

8. REFERENCE
1. INTRODUCTION

“CV ANALYSIS” is a web interface used to extract the contents of the resume. This interface
takes a resume from a folder and extracts the information about the person for eg his name,
email id, contact info etc. So I have created a interface which consists of a button “Choose
File” on clicking on the button it redirects to the local directory. By this we can download a
resume so that operations can be done on that CV.
Regular expressions and suitable uploading codes are used to extract the content of the
resume. This is too helpful in many MNC’s to short list the job seekers from those who have
applied for the jobs.

2. REQUIREMENT ANALYSIS
1.HTML
HTML or Hyper Text Markup Language is the standard markup language used to create web
pages, HTML elements form the building blocks of all websites HTML allows images and
objects to be embedded and can be used to create interactive forms. It provides a means to
create Structured documents by denoting structural semantics for text such as headings,
paragraphs, lists, links, quotes and other items. It can embed scripts written in languages such
as Java Script which affect the behaviour of HTML web pages HTML is descriptive markup
language. Library of various markup languages is defined in various browsers. HTML is
descriptive markup language. Library of various markup languages is defined in various
browser.

1.HTML images. The cimg> tag and the sc Attribute

2.HTML forms

3.HTML lists

2.CSS

CSS tutorial or CSS 3 tutorial provides basic and advanced concepts of CSS technology.
Our CSS tutorial is developed for beginners and professionals. HTML, CSS and JavaScript
are used for web designing. It helps the web designers to apply style on HTML tags.
Cascading Style Sheets (CSS) is a style sheet language used for describing the look and
formatting of a document written in a markup language. Big advantage is that CSS offers
much more detailed attributes than plain HTML for defining the look and feel of your site.
With plain HTML you define the colors and sizes of text and tables throughout your pages.
If you want to change a certain clement you will therefore have to work your way through
the document and change it. With CSS you define the colors and sizes in “styles". Then as
you write your documents you refer to the styles. Therefore if you change a certain style it
will change the look of your entire site. Another big advantage that CSS offers much more
detailed attributes than plain HTML for defining she look and feel of your site.
3. JAVASCRIPT
JavaScript (JS) is a dynamic computer programming language. It is most commonly used is
part of web browsers, whose implementations allow client-side scripts to interact with the
user control the browser communicate asynchronously and alter the document content that is
Displayed
You can use JavaScript to:
1. Change HTML elements
2. Delete HTML elements
3. Create new HTML elements
4. Copy and clone HTML element’s

4.ABOUT BACK END


The back-end has two parts to it:
1. Server
2. Applicatio
We have used

5.PHP
The term PHP is an acronym for PHP: Hypertext Pre-processor. PHP is a server-side
scripting language designed specifically for web development.
• Websites like www.facebook.com, www.yahoo.com are also built on PHP.
• One of the main
• reasons behind this is that PHP can be easily embedded in HTML files and HTML
codes can also be written in a PHP file.
• The thing that differentiates PHP with client-side language like HTML is, PHP codes
are executed on server whereas HTML codes are directly rendered on the browser.
PHP codes are first executed on the server and then the result is returned to the
browser.
• The only information that the client or browser knows is the result returned after
executing the PHP script on the server and not the actual PHP codes present in the
PHP file. Also, PHP files can support other client-side scripting languages like CSS
and JavaScript.

3. SYSTEM REQUIREMENTS

Software Requirement:
1. Front End: Chrome or Any Search Engine
2. Xampp x64 bit
3. Back End: Sublime text or any Text Editor
Hardware Requirement:
1. Processor- Intel i3 or more
2. RAM- 2 GB or more
3. Hard Disk- 500GB or more

4.SYSTEM DESIGN
System design refers to complete layout of the project

System is designed with access to internet. When the user tries to extract information about a
person he selects his cv and upload it so that all the information regarding him is displayed.
The main objective of the CV Analysis system is to help users in this case people working in
MNC’s to select job seekers based on their information extracted from their CV, the data
extracted may be his email id, name and contact info. It manages all the information about the
uploaded CV. The project is totally built at administrative end and thus only the administrator
is guaranteed the access. The purpose of the project is to build an application program to
reduce the manual work for managing the essential information of a candidate applying for a
particular job.
5.SNAPSHOTS
Here are our snapshots:

1.Home:
2.Upload CV:
7.Conclusion

In this project I developed a website “CV ANALYSIS” which has 3 pages 1) HOME
2)UPLOAD CV 3)EXTRACTED INFO. It is a website which helps various MNC’s to short
list job candidates based on the information collected from the CV analyser.

As lot of MNC’s rely on the candidate resume to check their capabilities CV extractor play a
very important role as it reduces the time required to study every resume and select required
information from it, by doing so we can reduce human intervention and time. Once the
desired CV is uploaded from a folder all the information like name, email-id, contact info
etc can be extracted from it using CV extractor.

It was a great experience in completing this project and I will give my best to provide clear
explanation inter-subject continuity in my presentation.
8.REFERENCE

Information was gathered from many resources to design and implement this project
successively. Most of the knowledge was acquired from related websites. the following are
some of the resources:

1. W3schools.com

2. Blogspot.com

3. Fundamentals of Web development

You might also like