import streamlit as st
st.set_page_config(page_icon='🍃', page_title='Truong-Phuc Nguyen Profile', layout='wide', initial_sidebar_state="auto")
tab1, tab2, tab3, tab4, tab5, tab6, tab7, tab8, tab9, tab10 = st.tabs(["Overview Introduction", "Education and Certifications", "Skills", "Projects", "Experience", "Researches", "Soft Skills", "Community Contributions", "Contact", "Vision and Goals"])
tab1.markdown("
", unsafe_allow_html=True)
with tab1:
col_1, col_2 = st.columns(spec=[2.5, 7.5])
col_1.image(r'image/avatar_2.png')
col_21, col_22 = col_2.columns(spec=[0.5, 9.5])
col_22.markdown("Truong-Phuc Nguyen
", unsafe_allow_html=True)
col_22.markdown("""Hello! I'm Truong-Phuc Nguyen, a fourth-year Computer Science student with a passionate focus on Artificial Intelligence, particularly in Natural Language Processing (NLP) and Large Language Models (LLMs).
My academic journey has equipped me with hands-on experience in Machine Learning, Deep Learning, and various NLP techniques. I've delved deeply into cutting-edge areas such as Retrieval-Augmented Generation (RAG), Question-Answering systems, and Text Generation.
One of my key strengths lies in fine-tuning LLMs for specific applications.
My true passion lies in researching and embracing the latest AI technologies, with a special emphasis on NLP and LLMs. I'm driven by the potential of these technologies to transform our daily lives and am constantly seeking opportunities to apply my knowledge to real-world challenges.
As I approach the culmination of my undergraduate studies, I'm eager to contribute my skills and enthusiasm to pushing the boundaries of AI innovation.
""",
unsafe_allow_html=True)
with tab2:
st.markdown("1. Education:
", unsafe_allow_html=True)
st.markdown("""- HungYen University of Technology and Education
""", unsafe_allow_html=True)
st.markdown("""- Bachelor of Science in Computer Science
""", unsafe_allow_html=True)
st.markdown("""- Current Status: 4th Year Student
""", unsafe_allow_html=True)
st.markdown("""- Duration: 2021 - 2025 (Expected completion: June 2025)
""", unsafe_allow_html=True)
st.markdown("""- GPA: 3.64/4.0
""", unsafe_allow_html=True)
st.markdown("2. Relevant Coursework:
", unsafe_allow_html=True)
st.markdown("""- Artificial Intelligence, Machine Learning, Deep Learning, Natural Language Processing, Data Science, Data Mining
""", unsafe_allow_html=True)
st.markdown("3. Research Projects:
", unsafe_allow_html=True)
st.markdown("""- Vietnamese Legal Question Answering: An Experimental Study
""", unsafe_allow_html=True)
st.markdown("""- ViEduQA: A Vietnamese Question Answering Dataset for Education
""", unsafe_allow_html=True)
st.markdown("""- Vietnamese Bra Size Classification with Machine Learning
""", unsafe_allow_html=True)
st.markdown("4. Specialized Training:
", unsafe_allow_html=True)
st.markdown("""- Machine Learning
""", unsafe_allow_html=True)
st.markdown("""- Deep Learning
""", unsafe_allow_html=True)
st.markdown("""- Natural Language Processing
""", unsafe_allow_html=True)
st.markdown("5. Certifications:
", unsafe_allow_html=True)
st.markdown("""5.1. Google Data Analytics Professional Certificate
""", unsafe_allow_html=True)
st.markdown("""- Foundations: Data, Data, Everywhere""", unsafe_allow_html=True)
st.markdown("""- Prepare Data for Exploration""", unsafe_allow_html=True)
st.markdown("""- Process Data from Dirty to Clean""", unsafe_allow_html=True)
st.markdown("""- Ask Questions to Make Data-Driven Decisions""", unsafe_allow_html=True)
st.markdown("""- Data Analysis with R Programming""", unsafe_allow_html=True)
st.markdown("""- Analyze Data to Answer Questions""", unsafe_allow_html=True)
st.markdown("""- Share Data Through the Art of Visualization""", unsafe_allow_html=True)
st.markdown("""- Google Data Analytics Capstone: Complete a Case Study""", unsafe_allow_html=True)
st.markdown("""5.2. Stanford University - Machine Learning Specialization (In Progress)
""", unsafe_allow_html=True)
st.markdown("""- Supervised Machine Learning: Regression and Classification""", unsafe_allow_html=True)
st.markdown("""- Advanced Learning Algorithms""", unsafe_allow_html=True)
st.markdown("""- Unsupervised Learning, Recommenders, Reinforcement Learning (In Progress)""", unsafe_allow_html=True)