-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.js
216 lines (204 loc) · 6.88 KB
/
data.js
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
export const bio = [
"Hello! I'm Chinmay Kotkar, A dedicated and results-oriented AI & DS Engineering student with a strong foundation in technical skills. An effective communicator and leader who excels in teamwork settings, fostering a collaborative and productive environment.",
"I thrive on solving complex problems, learning new tools, and contributing to impactful projects. My experiences include developing educational platforms, chatbots, data analysis tools, and more, reflecting my versatility and eagerness to explore new challenges. Beyond coding, I enjoy working in collaborative environments, sharing knowledge, and creating meaningful digital experiences.",
"Feel free to explore my portfolio to learn more about my work and journey!"
];
export const skills = [
{
title: "Languages",
skillName: "C++, Python",
color: "1",
percentage: "80",
},
{
title: "Frameworks/Libraries",
skillName: "Pandas, Django, Scikit-Learn, Keras, Matplotlib",
color: "6",
percentage: "70",
},
// {
// title: "Design",
// skillName: "HTML, Bootstrap, Tailwind",
// color: "4",
// percentage: "70",
// },
{
title: "Version Control",
skillName: "GitHub, Git",
color: "7",
percentage: "70",
},
{
title: "Tools",
skillName: "Debugging, VS Code, MS Office, Google workspace ",
color: "3",
percentage: "80",
},
// {
// title: "Analytics",
// skillName: "CleverTap, Countly",
// color: "5",
// percentage: "50",
// },
// {
// title: "IDE",
// skillName: "VS Code",
// color: "6",
// percentage: "70",
// },
];
export const projects = {
webProjects: [
{
projectName: "HealthLM",
image: "images/rag.jpeg",
summary:
"[Ongoing] HealthLM- Advanced chatbot that combines AI and your documents to deliver comprehensive and accurate responses ",
preview: "https://github.com/Chinmay-03",
techStack: ["Python","Langchain","Vector Database","Gen AI"],
},
{
projectName: "RAG-Powered Document Chatbot",
image: "images/rag.jpeg",
summary:
"Developed a chatbot utilizing a Retrieval-Augmented Generation (RAG) architecture, integrating OpenAI’s API with a vector database for document retrieval",
preview: "https://github.com/Chinmay-03",
techStack: ["Python", "Open AI API", "Vector DB"],
},
{
projectName: "Multilanguage Invoice extracter",
image: "images/invoice.png",
summary:
"Multilanguage Invoice Extractor- A web application that uses Google Gemini AI to extract and analyze invoice details in multiple languages. ",
preview: "https://github.com/Chinmay-03/Invoice-chat",
techStack: ["Python","Streamlit","Gemini API","Gen AI"],
},
],
softwareProjects: [
{
projectName: "Hackernews-Dashboard",
image: "images/hacknews.png",
summary:"Hackernews-Dashboard- This is a Streamlit application that fetches and displays job postings and top stories from Hacker News.",
preview: "https://jobsandstoriesonhackernews.streamlit.app/",
techStack: ["Python","Streamlit","Hacker News API"],
},
{
projectName: "Shorty - Link Shortener",
image: "images/shorty.png",
summary:"Shorty - Link Shortener- A lightweight link shortener service built with Node.js, designed for simplicity and efficiency. It is hosted on GitHub Pages using YAML configurations.",
preview: "https://github.com/Chinmay-03/shorty",
techStack: ["JavaScript", "Node.js", "GitHub Pages", "YAML"],
},
{
projectName: "MediBuddy",
image: "images/medibuddy.png",
summary:"MediBuddy- Built a voice and chat-based bot to assist users with health-related queries, offering disease information and connections to nearby doctors",
preview: "https://github.com/chinmay-03",
techStack: ["Python"],
},
],
// Removed androidProjects
// Removed freelanceProjects
};
export const experience = [
{
title: "Cognifront",
duration: "December 23 - January 24",
subtitle: "Project Development Intern",
details: ["During my internship at Cognifront, I contributed to the development of innovative EdTech solutions aimed at enhancing the learning experience for students and educators. My responsibilities included designing and implementing interactive features, debugging and optimizing code, and collaborating with teams to deliver user-centric products. This experience sharpened my skills in software development, problem-solving, and creating impactful solutions in the education domain."],
tags: ["Python", "Pandas", "Numpy", "Javascript"],
preview: "https://drive.google.com/file/d/10nIsGnkDjM-zbZq1RSO_kndxmbuTWiqF/view?usp=sharing",
icon: "laptop ",
},
];
export const education = [
{
title: "B.E. in Artificial Intelligence and Data Science",
duration: "2021 - 2025",
subtitle: "K.K.Wagh Institute of Engineering, Nashik",
details: [],
tags: [
"Data Structures & Algorithms",
"Artifical Intelligence",
"Artifical Neural Network",
"Machine Learning",
"Operating Systems",
"Database Management System",
"Computer Networks",
"Cloud Computing",
],
icon: "graduation-cap",
},
{
title: "Class 12th HSC Science",
duration: "",
subtitle: "Board of Higher Secondary Education, Maharashtra",
details: [],
tags: ["Physics", "Chemistry", "Mathematics","English"],
icon: "book",
},
];
export const footer = [
// {
// label: "Dev Profiles",
// data: [
// {
// text: "Stackoverflow",
// link: "https://stackoverflow.com/users/8461233/vinay-somawat",
// },
// {
// text: "GitHub",
// link: "https://github.com/vinaysomawat",
// },
// {
// text: "LeetCode",
// link: "https://leetcode.com/somawatvinay/",
// },
// ],
// },
// {
// label: "Resources",
// data: [
// {
// text: "Enable Dark/Light Mode",
// func: "enableDarkMode()",
// },
// {
// text: "Print this page",
// func: "window.print()",
// },
// {
// text: "Clone this page",
// link: "https://github.com/vinaysomawat/vinaysomawat.github.io",
// },
// ],
// },
{
label: "Links",
data: [
{
text: "Linkedin",
link: "https://www.linkedin.com/in/chinmaykotkar/",
},
{
text: "Twitter",
link: "https://twitter.com/Chinmay__K8",
},
// {
// text: "Buy me a coffee",
// link: "https://www.buymeacoffee.com/r194dME8y",
// // },
{
text: "Github",
link: "https://github.com/Chinmay-03",
},
],
},
{
// label: "copyright-text",
// data: [
// "Made with ♥ by Vinay Somawat.",
// "© No Copyrights. Feel free to use this template.",
// ],
},
];