rishiraj commited on
Commit
e7d461b
1 Parent(s): ee44e1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +20 -4
app.py CHANGED
@@ -55,6 +55,22 @@ Machine Learning Engineer at <a href="https://hf.co/">Hugging Face</a>, Google D
55
  <p>Besides being great at ML, he’s also a chess player and is just as passionate about it. I wish Rishiraj an amazing career ahead.</p>
56
  </blockquote>'''
57
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
  # Function to handle dynamic content display
59
  def show_info(section):
60
  if section == "Experiences":
@@ -70,10 +86,10 @@ def show_info(section):
70
  with gr.Blocks() as app:
71
  with gr.Row():
72
  with gr.Column():
73
- gr.Markdown("# Hi 👋, I'm Rishiraj Acharya (ঋষিরাজ আচার্য্য)")
74
  gr.Markdown("## Google Developer Expert in ML ✨ | Hugging Face Fellow 🤗 | GSoC '22 at TensorFlow 👨🏻‍🔬 | TFUG Kolkata Organizer 🎙️ | Kaggle Master 🧠 | Dynopii ML Engineer 👨🏻‍💻")
75
  gr.Markdown("**I work with natural language understanding, machine translation, named entity recognition, question answering, topic segmentation, and automatic speech recognition. My work typically relies on very large quantities of data and innovative methods in deep learning to tackle user challenges around the world — in languages from around the world. My areas of work include Natural Language Engineering, Language Modeling, Text-to-Speech Software Engineering, Speech Frameworks Engineering, Data Science, and Research.**")
76
- gr.Markdown("⚡ Fun fact **I’m a national level Chess player, a swimming champion and I can lecture for hours on the outer reaches of space and the craziness of astrophysics.**")
77
  gr.HTML(value='<br><p align="center"><a href="https://twitter.com/rishirajacharya" target="blank"><img align="center" src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/twitter.svg" alt="rishirajacharya" height="30" width="40" /></a></p>')
78
  section_dropdown = gr.Dropdown(["Experiences", "Communities", "Recommendations"], label="Select Information to Display")
79
  with gr.Column():
@@ -180,10 +196,10 @@ llm = gr.ChatInterface(
180
  with gr.Blocks() as talks:
181
  with gr.Row():
182
  with gr.Column():
183
- gr.Markdown("# Hi 👋, I'm Rishiraj Acharya (ঋষিরাজ আচার্য্য)")
184
 
185
  with gr.Row():
186
- gr.HTML()
187
 
188
  demo = gr.TabbedInterface([app, llm, talks], ["About", "Chat", "Talks"])
189
  demo.launch()
 
55
  <p>Besides being great at ML, he’s also a chess player and is just as passionate about it. I wish Rishiraj an amazing career ahead.</p>
56
  </blockquote>'''
57
 
58
+ conferences = '''
59
+ <table>
60
+ <thead>
61
+ <tr>
62
+ <th style="text-align: left"><h3>Conferences:</h3></th>
63
+ <th style="text-align: center"><h3>Photos</h3></th>
64
+ </tr>
65
+ </thead>
66
+ <tbody>
67
+ <tr>
68
+ <td style="text-align: left"><strong><em><a href="https://gdg.community.dev/events/details/google-gdg-cloud-kolkata-presents-google-io-extended-2023-by-gdg-cloud-kolkata/">Google I/O Extended 2023</a> by GDG Cloud Kolkata</em></strong><br><br>Saturday, August 19, 2023, 11:00 AM (IST)<br><br>Techno India University - Salt Lake Sector V, Kolkata, 700091</td>
69
+ <td style="text-align: center"><img src="https://raw.githubusercontent.com/rishiraj/rishiraj.github.io/main/assets/event4.jpg" alt="" width="500"></td>
70
+ </tr>
71
+ </tbody>
72
+ </table>'''
73
+
74
  # Function to handle dynamic content display
75
  def show_info(section):
76
  if section == "Experiences":
 
86
  with gr.Blocks() as app:
87
  with gr.Row():
88
  with gr.Column():
89
+ gr.Markdown("# Hi 👋, I'm [Rishiraj Acharya](https://rishirajacharya.com/) (ঋষিরাজ আচার্য্য)")
90
  gr.Markdown("## Google Developer Expert in ML ✨ | Hugging Face Fellow 🤗 | GSoC '22 at TensorFlow 👨🏻‍🔬 | TFUG Kolkata Organizer 🎙️ | Kaggle Master 🧠 | Dynopii ML Engineer 👨🏻‍💻")
91
  gr.Markdown("**I work with natural language understanding, machine translation, named entity recognition, question answering, topic segmentation, and automatic speech recognition. My work typically relies on very large quantities of data and innovative methods in deep learning to tackle user challenges around the world — in languages from around the world. My areas of work include Natural Language Engineering, Language Modeling, Text-to-Speech Software Engineering, Speech Frameworks Engineering, Data Science, and Research.**")
92
+ gr.Markdown("⚡ Fun fact **I’m a national level chess player, a swimming champion and I can lecture for hours on the outer reaches of space and the craziness of astrophysics.**")
93
  gr.HTML(value='<br><p align="center"><a href="https://twitter.com/rishirajacharya" target="blank"><img align="center" src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/twitter.svg" alt="rishirajacharya" height="30" width="40" /></a></p>')
94
  section_dropdown = gr.Dropdown(["Experiences", "Communities", "Recommendations"], label="Select Information to Display")
95
  with gr.Column():
 
196
  with gr.Blocks() as talks:
197
  with gr.Row():
198
  with gr.Column():
199
+ gr.Markdown("# Hi 👋, I'm [Rishiraj Acharya](https://rishirajacharya.com/) (ঋষিরাজ আচার্য্য)")
200
 
201
  with gr.Row():
202
+ gr.HTML(value=conferences)
203
 
204
  demo = gr.TabbedInterface([app, llm, talks], ["About", "Chat", "Talks"])
205
  demo.launch()