import streamlit as st st.markdown( """

✨ Dive into ML: Zero to Hero 🚀

""",unsafe_allow_html = True ) # Display the image centered using HTML st.markdown( """
""", unsafe_allow_html=True ) st.markdown( """

The Road to Machine Learning Mastery

""", unsafe_allow_html=True ) # Title and introductory message st.markdown(""" A platform designed to take you through the complete journey of machine learning 🧑‍💻. Whether you're a beginner 🆕 or aiming for expert-level skills 🎓, this page provides insights, resources, and real-world examples 📊 to help you master machine learning step by step. Explore various ML concepts, models, and tools 🧠 as we break down complex topics into easy-to-understand lessons 📚. Join the journey and transform your knowledge from zero to hero in machine learning! 🌟 """, unsafe_allow_html=True) # Step-by-step learning process st.markdown(""" ## Step-by-step learning process: - 🔰 **Start with Basics**: Understand fundamental concepts and terminology. - 🧠 **Learn Key Algorithms**: Dive into core ML models (e.g., regression, classification). - 📊 **Hands-on Projects**: Work on real-world problems and datasets. - ⚙️ **Explore Tools & Libraries**: Get familiar with ML frameworks (e.g., TensorFlow, Scikit-learn). - 🚀 **Advanced Topics**: Master deep learning, reinforcement learning, and more. - 🌟 **Become an Expert**: Refine your skills with advanced techniques and applications! """, unsafe_allow_html=True) st.markdown(""" ## Education & Experience 🎓💼: I have completed a MSc in Statistics 🎓 from Pondicherry University (2022–2024), where I specialized in using statistical methods and data science tools to solve real-world challenges. I have experience with SPSS 🧮 for statistical analysis, am proficient in R Programming 📊 for data analysis and visualization, and skilled in various Sampling Techniques 🔬 for data analysis. Additionally, I possess a strong understanding of Regression Analysis 📈 for predictive modeling. """, unsafe_allow_html=True) st.markdown(""" ## Skills 💻📊: - Programming: Python 🐍, R 📊, SQL 🗄️ - Data Analysis & Visualization: Numpy 🧮, Pandas 📊, Power BI 📊, Excel 📈 - Statistical Analysis: SPSS 🧮 """, unsafe_allow_html=True) # Footer message st.markdown("---") st.markdown("**Connect with me** 🔗: [LinkedIn](https://www.linkedin.com/in/hari-chandan-76b673267)")