Zero_to_hero_ML / app.py
zoya23's picture
Rename Home.py to app.py
7f12438 verified
import streamlit as st
st.title("'Zero to Hero' in ML 🚀")
st.markdown(
"""
Welcome to **Zero to Hero in Machine Learning**—the place where your Machine Learning journey begins!
This app is designed to guide you through the world of ML in a simple and interactive way, whether you're starting from scratch or building on existing knowledge.
Here's what you'll find:
- **Clear Tutorials**: Learn each concept step by step with interactive content that makes learning ML easier and enjoyable.
- **Real-World Insights**: Explore how ML is being used across industries, from healthcare to finance, and discover its impact on our daily lives.
- **Practical Projects**: Work on projects that let you apply what you've learned and see the power of ML in action.
Your path to learn ML starts here! Let’s begin your learning journey.
"""
)
st.header("About the Author 👩‍💻")
st.markdown(
"""
Hi there! I'm **Shaik Zoya**,an aspiring Data Scientist and I’m here to guide you through the exciting world of Machine Learning.
a passionate learner excited to share the world of Machine Learning with you.
I believe that anyone can master ML with the right approach, and I’m here to make it as easy as possible for you to get started.
**Skills and Expertise** (That Keep Me Busy and Sometimes Awake at Night):
- **Programming**: Python (the language of data!), SQL (for working with databases)
- **Data Analysis & Visualization**: Power BI, Pandas NumPy and Matplotlib to transform raw data into meaningful insights.
- **Machine Learning**: I build and train models that can predict, classify, and solve problems—without the magic wand!
"""
)
# LinkedIn Button for Professional Networking
if st.button("Connect with me on LinkedIn 🌐"):
st.markdown(
'[Check out my LinkedIn]https://www.linkedin.com/in/shaik-zoya-54b213268/',
unsafe_allow_html=True
)
st.subheader("Let’s Get Started 🚀")
st.markdown(
"""
You're about to embark on an exciting journey where data and algorithms come together to make powerful predictions and decisions.
**So, let’s dive in and start building something amazing!**
"""
)