Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -38,19 +38,12 @@ def display_summary():
|
|
38 |
st.markdown("""
|
39 |
Hello! I'm **Sai Nihar Reddy Palem**, an Applied AI Engineer, Data Scientist, and AI Researcher based in San Jose, California. Originally from Hyderabad, India, I've embarked on a transformative journey from Electrical Engineering to becoming a passionate AI researcher exploring the frontiers of artificial intelligence.
|
40 |
|
41 |
-
My path began with a solid engineering foundation, evolved through diverse industry experiences across data engineering and analytics, and reached new heights with my **Master's degree in Applied Data Science** from San Jose State University. Over the past 2+ years, I've immersed myself in the cutting-edge world of multimodal AI, Large Language Model fine-tuning, and multi-agent architectures, consistently pushing the boundaries between theoretical research and practical implementation.
|
42 |
|
43 |
What drives me is the exciting challenge of systematically translating breakthrough research papers into production-ready solutions that create real-world impact. From achieving 12% performance improvements through advanced LLM optimization techniques to winning hackathons with innovative multi-agent systems built in just 8 hours, my journey reflects a deep commitment to both research excellence and practical innovation. I've contributed to open-source projects that have garnered 10,000+ community interactions, developed comprehensive evaluation frameworks for state-of-the-art models like Gemini 3.0, and created award-winning applications that democratize AI technology for businesses and individuals alike.
|
44 |
|
45 |
-
|
46 |
-
- **Education**
|
47 |
-
- **Work Experience**
|
48 |
-
- **Projects**
|
49 |
-
- **Skills**
|
50 |
-
- **Research Notes**
|
51 |
-
- **Social Media**
|
52 |
-
- **Open Source Applications**
|
53 |
-
- **Awards**
|
54 |
|
55 |
""")
|
56 |
|
|
|
38 |
st.markdown("""
|
39 |
Hello! I'm **Sai Nihar Reddy Palem**, an Applied AI Engineer, Data Scientist, and AI Researcher based in San Jose, California. Originally from Hyderabad, India, I've embarked on a transformative journey from Electrical Engineering to becoming a passionate AI researcher exploring the frontiers of artificial intelligence.
|
40 |
|
41 |
+
My path began with a solid engineering foundation, evolved through diverse industry experiences across data engineering and analytics, and reached new heights with my **Master's degree in Applied Data Science** from San Jose State University. Over the past 2+ years, I've immersed myself in the cutting-edge world of multimodal AI, Large Language Model fine-tuning, and multi-agent architectures, consistently pushing the boundaries between theoretical research and practical implementation. Currently, I'm working with Google on bettering their multimodal capabilities, contributing to the advancement of state-of-the-art AI systems.
|
42 |
|
43 |
What drives me is the exciting challenge of systematically translating breakthrough research papers into production-ready solutions that create real-world impact. From achieving 12% performance improvements through advanced LLM optimization techniques to winning hackathons with innovative multi-agent systems built in just 8 hours, my journey reflects a deep commitment to both research excellence and practical innovation. I've contributed to open-source projects that have garnered 10,000+ community interactions, developed comprehensive evaluation frameworks for state-of-the-art models like Gemini 3.0, and created award-winning applications that democratize AI technology for businesses and individuals alike.
|
44 |
|
45 |
+
###What You'll Find in This Portfolio
|
46 |
+
- **Education**, **Work Experience**, **Projects**, **Skills**, **Research Notes**, **Social Media**, **Open Source Applications**, **Awards**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
|
48 |
""")
|
49 |
|