forked from hashirshoaeb/home
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfigurations.json
42 lines (42 loc) · 1.45 KB
/
configurations.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"backgroundType": "gradient",
"plainBackgroundMode": "daylight",
"gradientColors": "#EE7752, #E73C7E, #23A6D5, #23D5AB",
"FirstName": "Tanmay",
"MiddleName": "",
"LastName": "Pandey",
"devDesc": "| Engineer | Programmer | Data Scientist ",
"icons": [
{
"id": 0,
"image": "fa-github",
"url": "https://github.com/tanmaypandey7",
"style": "socialicons"
},
{
"id": 1,
"image": "fa-linkedin",
"url": "https://www.linkedin.com/in/tanmaypandey7",
"style": "socialicons"
},
{
"id": 2,
"image": "fa-kaggle",
"url": "https://www.kaggle.com/tanmaypandey",
"style": "socialicons"
}
],
"aboutHeading": "About Me",
"showInstaProfilePic": false,
"instaLink": "https://www.instagram.com/",
"instaUsername": "hashirshoaeb",
"instaQuerry": "/?__a=1",
"aboutDescription": "Hi! I completed my B.Tech from HBTI, Kanpur. Previously, I was working as a Data Science Intern at CrackAdmission where I trained models for grading SOPs and was responsible for managing entire data pipelines from data extraction to model deployment. I have experience serving models with Flask, TFServing, AWS and have a keen interest in both NLP and CV.",
"projectHeading": "Recent Projects",
"gitHubLink": "https://api.github.com/users/",
"gitHubUsername": "tanmaypandey7",
"gitHubQuerry": "/starred?sort=desc",
"projectsLength": 4,
"showNavigationbar": false,
"showBlog": false
}