Spaces:
Sleeping
Sleeping
Commit
·
9f0c011
1
Parent(s):
8beaed1
Update app.py
Browse files
app.py
CHANGED
@@ -48,17 +48,20 @@ with st.expander("Personal Projects"):
|
|
48 |
st.markdown("- Led valuable contributions to atmospheric science by analyzing cloud characteristics, enhancing understanding in scattering, absorption, and infrared radiation.")
|
49 |
st.markdown("- Developed a scalable and reliable Cloud Detection System that monitors hundreds of thousands of images per day.")
|
50 |
|
51 |
-
st.subheader("Runtime Prediction Model (05/2022-12/2022)")
|
52 |
-
st.markdown("- Designed and engineered a predictive model for algorithm time complexity analysis, leveraging skills in machine learning.")
|
53 |
-
st.markdown("- Developed, trained, and fine-tuned 9 machine learning models, achieving a remarkable accuracy score of 74.64%.")
|
54 |
-
st.markdown("- Evaluated 7 ensemble algorithms and 3 baseline models, resulting in a 15% accuracy improvement.")
|
55 |
-
st.markdown("- Implemented solutions for efficient algorithm optimization, providing valuable insights to enhance processes.")
|
56 |
|
57 |
# Achievements
|
58 |
st.header("Achievements")
|
59 |
st.markdown("Kaggle: Dataset EXPERT and Notebook EXPERT")
|
60 |
st.markdown("COMMUNITY: Google Dev Student Club active member")
|
61 |
|
|
|
|
|
|
|
62 |
# Technical Skills
|
63 |
st.header("Technical Skills")
|
64 |
st.subheader("Languages")
|
|
|
48 |
st.markdown("- Led valuable contributions to atmospheric science by analyzing cloud characteristics, enhancing understanding in scattering, absorption, and infrared radiation.")
|
49 |
st.markdown("- Developed a scalable and reliable Cloud Detection System that monitors hundreds of thousands of images per day.")
|
50 |
|
51 |
+
st.subheader("Runtime Prediction Model (05/2022-12/2022)")
|
52 |
+
st.markdown("- Designed and engineered a predictive model for algorithm time complexity analysis, leveraging skills in machine learning.")
|
53 |
+
st.markdown("- Developed, trained, and fine-tuned 9 machine learning models, achieving a remarkable accuracy score of 74.64%.")
|
54 |
+
st.markdown("- Evaluated 7 ensemble algorithms and 3 baseline models, resulting in a 15% accuracy improvement.")
|
55 |
+
st.markdown("- Implemented solutions for efficient algorithm optimization, providing valuable insights to enhance processes.")
|
56 |
|
57 |
# Achievements
|
58 |
st.header("Achievements")
|
59 |
st.markdown("Kaggle: Dataset EXPERT and Notebook EXPERT")
|
60 |
st.markdown("COMMUNITY: Google Dev Student Club active member")
|
61 |
|
62 |
+
if st.button(" Python"):
|
63 |
+
st.balloons()
|
64 |
+
st.write("Python is a versatile, high-level programming language commonly used for various applications, including web development, data analysis, and machine learning.")
|
65 |
# Technical Skills
|
66 |
st.header("Technical Skills")
|
67 |
st.subheader("Languages")
|