Update app.py
Browse files
app.py
CHANGED
@@ -6,45 +6,45 @@ client = InferenceClient(
|
|
6 |
)
|
7 |
|
8 |
experiences = '''
|
9 |
-
<
|
10 |
|
11 |
<ul>
|
12 |
<li>
|
13 |
-
<p><
|
14 |
Working on ML pipelines for conversational AI, speech / audio generation, conversion and deployment.</p>
|
15 |
</li>
|
16 |
<li>
|
17 |
-
<p><
|
18 |
Worked on pretraining and supervised finetuning of Large Language Models for e-commerce platforms.</p>
|
19 |
</li>
|
20 |
<li>
|
21 |
-
<p><
|
22 |
Worked on Classical ML, NLP, Statistical Algorithm, Computer Vision, Deep Learning, Python and SQL.</p>
|
23 |
</li>
|
24 |
</ul>'''
|
25 |
|
26 |
communities = '''
|
27 |
-
<
|
28 |
|
29 |
<ul>
|
30 |
<li>
|
31 |
-
<p><
|
32 |
Google Developers Experts (GDEs) is a global network of experienced developer professionals recognized by Google, who are actively supporting developers, startups and companies.</p>
|
33 |
</li>
|
34 |
<li>
|
35 |
-
<p><
|
36 |
TensorFlow User Groups (TFUGs) are communities of developers, engineers, data scientists, and ML practitioners who are passionate about TensorFlow and related technologies.</p>
|
37 |
</li>
|
38 |
<li>
|
39 |
-
<p><
|
40 |
Google Developer Groups (GDGs) Cloud are communities of developers, engineers, and cloud architects who are passionate about Google Cloud Platform and related technologies.</p>
|
41 |
</li>
|
42 |
</ul>'''
|
43 |
|
44 |
recommendations = '''
|
45 |
-
<
|
46 |
|
47 |
-
<p><
|
48 |
Machine Learning Engineer at <a href="https://hf.co/">Hugging Face</a>, Google Developer Expert in ML, GSoC Mentor at TensorFlow</p>
|
49 |
|
50 |
<blockquote>
|
|
|
6 |
)
|
7 |
|
8 |
experiences = '''
|
9 |
+
<h2 align="left">Experiences:</h2>
|
10 |
|
11 |
<ul>
|
12 |
<li>
|
13 |
+
<p><h3><em><a href="https://dynopii.com/">Dynopii Inc.</a> (Machine Learning Engineer)</em></h3><br />
|
14 |
Working on ML pipelines for conversational AI, speech / audio generation, conversion and deployment.</p>
|
15 |
</li>
|
16 |
<li>
|
17 |
+
<p><h3><em><a href="https://www.prediqt.it/">PrediQt Business Solutions Pvt. Ltd.</a> (Senior AI/ML Engineer)</em></h3><br />
|
18 |
Worked on pretraining and supervised finetuning of Large Language Models for e-commerce platforms.</p>
|
19 |
</li>
|
20 |
<li>
|
21 |
+
<p><h3><em><a href="https://celebaltech.com/">Celebal Technologies Pvt. Ltd.</a> (Data Scientist)</em></h3><br />
|
22 |
Worked on Classical ML, NLP, Statistical Algorithm, Computer Vision, Deep Learning, Python and SQL.</p>
|
23 |
</li>
|
24 |
</ul>'''
|
25 |
|
26 |
communities = '''
|
27 |
+
<h2 align="left">Communities:</h2>
|
28 |
|
29 |
<ul>
|
30 |
<li>
|
31 |
+
<p><h3><em><a href="https://developers.google.com/community/experts/directory?text=rishiraj">Google Developer Expert</a> in Machine Learning (Generative AI)</em></h3><br />
|
32 |
Google Developers Experts (GDEs) is a global network of experienced developer professionals recognized by Google, who are actively supporting developers, startups and companies.</p>
|
33 |
</li>
|
34 |
<li>
|
35 |
+
<p><h3><em><a href="https://twitter.com/TFUGKol">TensorFlow User Group Kolkata</a> (Organizer)</em></h3><br />
|
36 |
TensorFlow User Groups (TFUGs) are communities of developers, engineers, data scientists, and ML practitioners who are passionate about TensorFlow and related technologies.</p>
|
37 |
</li>
|
38 |
<li>
|
39 |
+
<p><h3><em><a href="https://gdg.community.dev/gdg-cloud-kolkata/">Google Developer Groups Cloud Kolkata</a> (Volunteer)</em></h3><br />
|
40 |
Google Developer Groups (GDGs) Cloud are communities of developers, engineers, and cloud architects who are passionate about Google Cloud Platform and related technologies.</p>
|
41 |
</li>
|
42 |
</ul>'''
|
43 |
|
44 |
recommendations = '''
|
45 |
+
<h2 align="left">Recommendations:</h2>
|
46 |
|
47 |
+
<p><h3><em><a href="https://sayak.dev">Sayak Paul</a></em></h3><br>
|
48 |
Machine Learning Engineer at <a href="https://hf.co/">Hugging Face</a>, Google Developer Expert in ML, GSoC Mentor at TensorFlow</p>
|
49 |
|
50 |
<blockquote>
|