DiveIntoML / Homepage.py
hari3485's picture
Update Homepage.py
ac80c0d verified
import streamlit as st
st.markdown(
"""
<h1 style="color: #007BFF; text-align: center;">
โœจ Dive into ML: Zero to Hero ๐Ÿš€
</h1>
""",unsafe_allow_html = True
)
# Display the image centered using HTML
st.markdown(
"""
<div style="display: flex; justify-content: center;">
<img src="https://huggingface.co/spaces/hari3485/DiveIntoML/resolve/main/ML.png",width="512" />
</div>
""", unsafe_allow_html=True
)
st.markdown(
"""
<h3 style="text-align: left; color: red;">
The Road to Machine Learning Mastery
</h3>
""", 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 <b>MSc in Statistics</b> ๐ŸŽ“ from <b>Pondicherry University (2022โ€“2024)</b>, where I specialized in using statistical methods and data science tools to solve real-world challenges. I have experience with <b>SPSS</b> ๐Ÿงฎ for statistical analysis, am proficient in <b>R Programming</b> ๐Ÿ“Š for data analysis and visualization, and skilled in various <b>Sampling Techniques</b> ๐Ÿ”ฌ for data analysis. Additionally, I possess a strong understanding of <b>Regression Analysis</b> ๐Ÿ“ˆ for predictive modeling.
""", unsafe_allow_html=True)
st.markdown("""
## Skills ๐Ÿ’ป๐Ÿ“Š:
- <b>Programming</b>: Python ๐Ÿ, R ๐Ÿ“Š, SQL ๐Ÿ—„๏ธ
- <b>Data Analysis & Visualization</b>: Numpy ๐Ÿงฎ, Pandas ๐Ÿ“Š, Power BI ๐Ÿ“Š, Excel ๐Ÿ“ˆ
- <b>Statistical Analysis</b>: SPSS ๐Ÿงฎ
""", unsafe_allow_html=True)
# Footer message
st.markdown("---")
st.markdown("**Connect with me** ๐Ÿ”—: [LinkedIn](https://www.linkedin.com/in/hari-chandan-76b673267)")