Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -36,52 +36,25 @@ def display_summary():
|
|
36 |
#st.markdown('## Summary', unsafe_allow_html=True)
|
37 |
|
38 |
st.markdown("""
|
39 |
-
|
40 |
|
41 |
-
|
42 |
|
43 |
-
|
44 |
|
45 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
|
47 |
-
As an AI researcher, I'm deeply committed to pushing the boundaries of what's possible with multimodal AI, Large Language Models, and multi-agent architectures. I systematically adapt cutting-edge research papers into practical applications, focusing on reproducible results, performance benchmarking, and production deployment considerations.
|
48 |
-
|
49 |
-
## Research & Innovation Focus
|
50 |
-
|
51 |
-
My research interests and contributions span across:
|
52 |
-
|
53 |
-
- **Multimodal AI Research**: Leading comprehensive evaluation initiatives for enterprise multimodal AI systems, specializing in vision-language understanding, cross-modal bias detection, and adversarial testing
|
54 |
-
- **Advanced LLM Methodologies**: Pioneering fine-tuning strategies including PEFT, LoRA, and 2-stage training, achieving 12% performance improvements across multiple domains
|
55 |
-
- **Multi-Agent System Architecture**: Developing sophisticated multi-agent workflows that combine strategic reasoning, visual generation, and quality assessment
|
56 |
-
- **AI Evaluation & Benchmarking**: Engineering comprehensive evaluation frameworks for state-of-the-art models like Gemini 3.0, with custom datasets across mathematics, finance, chemistry, and biology
|
57 |
-
- **Production AI Research**: Bridging the gap between theoretical advancements and scalable production systems
|
58 |
-
|
59 |
-
## What You'll Discover Here
|
60 |
-
|
61 |
-
In this portfolio, you can explore my multifaceted journey through:
|
62 |
-
|
63 |
-
- **Research Contributions**: My work in multimodal AI evaluation benchmarking, advanced prompt engineering methodologies, and robust AI testing frameworks that contribute to the broader ML research community
|
64 |
-
- **Professional Experience**: From my current role as a Data Scientist & Applied AI Engineer at Turing, where I develop auto-hinter systems and comprehensive model evaluation benchmarks, to my foundational analytics work
|
65 |
-
- **Award-Winning Projects**: Breakthrough applications like AdHubby (Tenstorrent Multi-Agent Hackathon Winner built in 8 hours), ResumeMaster AI with 5,000+ user interactions, and InfraSight AI for satellite imagery analysis
|
66 |
-
- **Academic Excellence**: My educational evolution from Electrical Engineering to Applied Data Science, with specialized coursework in Computer Vision, Multimodal Deep Learning, and Advanced Machine Learning
|
67 |
-
- **Technical Publications**: Thought leadership in ML engineering best practices, open-source contributions with 10,000+ community interactions, and insights into enterprise AI implementation
|
68 |
-
- **Research Implementation**: How I systematically transform cutting-edge NLP and multimodal research into practical, production-ready applications
|
69 |
-
|
70 |
-
## My Vision & Passion
|
71 |
-
|
72 |
-
I'm driven by an insatiable curiosity to explore the frontiers of AI research while maintaining a steadfast commitment to creating tangible impact. Whether I'm fine-tuning Vision Transformers on 40GB satellite datasets, developing auto-rater systems for PhD-level question evaluation, or engineering multi-agent systems that democratize professional marketing, my work embodies the perfect synthesis of research excellence and practical innovation.
|
73 |
-
|
74 |
-
My passion lies in not just understanding the latest research breakthroughs in multimodal AI, transformer architectures, and distributed training, but in pioneering new methodologies that advance the field while solving real-world challenges. I believe the future of AI lies in the seamless integration of research-driven insights with production-grade engineering excellence.
|
75 |
-
|
76 |
-
## Research Impact & Community
|
77 |
-
|
78 |
-
Through my research and development work, I've contributed to advancing the AI research space through comprehensive evaluation methodologies, open-source applications, and systematic approaches to translating theoretical advances into practical solutions. My work spans from developing robust testing frameworks for AI workflows to creating evaluation benchmarks that help the community better understand and improve state-of-the-art models.
|
79 |
-
|
80 |
-
---
|
81 |
-
|
82 |
-
*Ready to explore the intersection of AI research and practical innovation? Connect with me on [LinkedIn](your-linkedin-url), dive into my research code on [GitHub](your-github-url), or read my latest research insights on [Medium](your-medium-url).*
|
83 |
""")
|
84 |
|
|
|
85 |
def display_education():
|
86 |
st.markdown('## Education')
|
87 |
st.write("""
|
|
|
36 |
#st.markdown('## Summary', unsafe_allow_html=True)
|
37 |
|
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 |
+
## What You'll Find in This Portfolio
|
46 |
+
- **Education**
|
47 |
+
- **Work Experience**
|
48 |
+
- **Projects**
|
49 |
+
- **Skills**
|
50 |
+
- **Research Notes**
|
51 |
+
- **Social Media**
|
52 |
+
- **Open Source Applications**
|
53 |
+
- **Awards**
|
54 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
""")
|
56 |
|
57 |
+
|
58 |
def display_education():
|
59 |
st.markdown('## Education')
|
60 |
st.write("""
|