Skip to content

Commit c88895a

Browse files
authored
Merge pull request larymak#198 from Das786/main
Added resumer parser and landmark recognition
2 parents 2cc0000 + 4f20135 commit c88895a

File tree

18 files changed

+121363
-0
lines changed

18 files changed

+121363
-0
lines changed

MachineLearning Projects/Landmark Recognition using TensorFlow/landmarks_classifier_asia_V1_label_map.csv

Lines changed: 98961 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
2+
import PIL
3+
import tensorflow as tf
4+
import tensorflow_hub as hub
5+
import numpy as np
6+
import pandas as pd
7+
from geopy.geocoders import Nominatim
8+
9+
model_url = 'https://tfhub.dev/google/on_device_vision/classifier/landmarks_classifier_asia_V1/1'
10+
labels = 'landmarks_classifier_asia_V1_label_map.csv'
11+
df = pd.read_csv(labels)
12+
labels = dict(zip(df.id, df.name))
13+
14+
def image_processing(image):
15+
image = "taj_mahal.jpg"
16+
img_shape = (321, 321)
17+
classifier = tf.keras.Sequential(
18+
[hub.KerasLayer(model_url, input_shape=img_shape + (3,), output_key="predictions:logits")])
19+
img = PIL.Image.open(image)
20+
img = img.resize(img_shape)
21+
img1 = img
22+
img = np.array(img) / 255.0
23+
img = img[np.newaxis]
24+
result = classifier.predict(img)
25+
fresult = labels[np.argmax(result)],img1
26+
print("Prediction Location is ",fresult[0])
27+
geolocator = Nominatim(user_agent="Your_Name")
28+
location = geolocator.geocode(fresult[0])
29+
floc = location.address,location.latitude, location.longitude
30+
print(location.address,location.latitude, location.longitude)
31+
32+
33+
def run():
34+
35+
img_file = 'taj.jpg'
36+
image_processing(img_file)
37+
Loading
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)