Welcome to My Blog 👋
This is my very first post on my new personal website. I built this blog using Next.js, MDX, and Tailwind CSS.
Why I Started Blogging
As an AI Researcher, I often come across interesting papers, code snippets, and ideas. I wanted a place to:
- Share my knowledge with the community.
- Document my learning journey.
- Showcase my projects in more detail.
Code Snippet Example
Here is a simple Python snippet:
def greet(name):
return f"Hello, {name}!"
print(greet("World"))
Stay tuned for more updates on Medical AI and Computer Vision!