Skip to content

Commit 57c3ef6

Browse files
committed
Added resumer parser
1 parent 8cfec57 commit 57c3ef6

File tree

15 files changed

+22365
-0
lines changed

15 files changed

+22365
-0
lines changed
Binary file not shown.
Binary file not shown.
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
Alice Clark
2+
AI / Machine Learning
3+
4+
Delhi, India Email me on Indeed
5+
6+
20+ years of experience in data handling, design, and development
7+
8+
Data Warehouse: Data analysis, star/snow flake scema data modelling and design specific to
9+
data warehousing and business intelligence
10+
11+
Database: Experience in database designing, scalability, back-up and recovery, writing and
12+
optimizing SQL code and Stored Procedures, creating functions, views, triggers and indexes.
13+
Cloud platform: Worked on Microsoft Azure cloud services like Document DB, SQL Azure,
14+
Stream Analytics, Event hub, Power BI, Web Job, Web App, Power BI, Azure data lake
15+
analytics(U-SQL)
16+
Willing to relocate anywhere
17+
18+
WORK EXPERIENCE
19+
Software Engineer
20+
Microsoft – Bangalore, Karnataka
21+
January 2000 to Present
22+
1. Microsoft Rewards Live dashboards:
23+
Description: - Microsoft rewards is loyalty program that rewards Users for browsing and shopping
24+
online. Microsoft Rewards members can earn points when searching with Bing, browsing with
25+
Microsoft Edge and making purchases at the Xbox Store, the Windows Store and the Microsoft
26+
Store. Plus, user can pick up bonus points for taking daily quizzes and tours on the Microsoft
27+
rewards website. Rewards live dashboards gives a live picture of usage world-wide and by
28+
markets like US, Canada, Australia, new user registration count, top/bottom performing rewards
29+
offers, orders stats and weekly trends of user activities, orders and new user registrations. the
30+
PBI tiles gets refreshed in different frequencies starting from 5 seconds to 30 minutes.
31+
Technology/Tools used
32+
33+
EDUCATION
34+
Indian Institute of Technology – Mumbai
35+
2001
36+
37+
SKILLS
38+
Machine Learning, Natural Language Processing, and Big Data Handling
39+
40+
ADDITIONAL INFORMATION
41+
Professional Skills
42+
• Excellent analytical, problem solving, communication, knowledge transfer and interpersonal
43+
skills with ability to interact with individuals at all the levels
44+
• Quick learner and maintains cordial relationship with project manager and team members and
45+
good performer both in team and independent job environments
46+
• Positive attitude towards superiors & peers
47+
• Supervised junior developers throughout project lifecycle and provided technical assistance
48+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"lang":"en","name":"model","version":"0.0.0","spacy_version":">=2.2.3","description":"","author":"","email":"","url":"","license":"","vectors":{"width":0,"vectors":0,"keys":0,"name":"spacy_pretrained_vectors"},"pipeline":["ner"],"factories":{"ner":"ner"},"labels":{"ner":["College Name","Companies worked at","Degree","Designation","Email Address","Graduation Year","Location","Name","Skills","UNKNOWN","Years of Experience"]}}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"beam_width":1,
3+
"beam_density":0.0,
4+
"beam_update_prob":1.0,
5+
"cnn_maxout_pieces":3,
6+
"nr_feature_tokens":6,
7+
"nr_class":46,
8+
"hidden_depth":1,
9+
"token_vector_width":96,
10+
"hidden_width":64,
11+
"maxout_pieces":2,
12+
"pretrained_vectors":null,
13+
"bilstm_depth":0,
14+
"self_attn_depth":0,
15+
"conv_depth":4,
16+
"conv_window":1,
17+
"embed_size":2000
18+
}
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
��moves� {"0":{},"1":{"Companies worked at":-1,"Skills":-2,"Graduation Year":-3,"College Name":-4,"Degree":-5,"Designation":-6,"Email Address":-7,"Location":-8,"Name":-9,"Years of Experience":-10,"UNKNOWN":-11},"2":{"Companies worked at":-1,"Skills":-2,"Graduation Year":-3,"College Name":-4,"Degree":-5,"Designation":-6,"Email Address":-7,"Location":-8,"Name":-9,"Years of Experience":-10,"UNKNOWN":-11},"3":{"Companies worked at":-1,"Skills":-2,"Graduation Year":-3,"College Name":-4,"Degree":-5,"Designation":-6,"Email Address":-7,"Location":-8,"Name":-9,"Years of Experience":-10,"UNKNOWN":-11},"4":{"":1,"Companies worked at":-1,"Skills":-2,"Graduation Year":-3,"College Name":-4,"Degree":-5,"Designation":-6,"Email Address":-7,"Location":-8,"Name":-9,"Years of Experience":-10,"UNKNOWN":-11},"5":{"":1}}

MachineLearning Projects/Resume Parser using NLP/nlp_model/tokenizer

Lines changed: 4 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)