Info / app.py
Truong-Phuc Nguyen
Upload 3 files
c40549e verified
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("<h1 style='text-align: center;'> </h1>", 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("<h2 style='text-align: center;'>Truong-Phuc Nguyen</h2>", unsafe_allow_html=True)
col_22.markdown("""<h4 style='text-align: justify;'>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.</h4>""",
unsafe_allow_html=True)
with tab2:
st.markdown("<h3 style='text-align: justify;'>1. Education:</h3>", unsafe_allow_html=True)
st.markdown("""<h5 style='text-align: justify;'>- HungYen University of Technology and Education</h5>""", unsafe_allow_html=True)
st.markdown("""<h5 style='text-align: justify;'>- Bachelor of Science in Computer Science</h5>""", unsafe_allow_html=True)
st.markdown("""<h5 style='text-align: justify;'>- Current Status: 4th Year Student</h5>""", unsafe_allow_html=True)
st.markdown("""<h5 style='text-align: justify;'>- Duration: 2021 - 2025 (Expected completion: June 2025)</h5>""", unsafe_allow_html=True)
st.markdown("""<h5 style='text-align: justify;'>- GPA: 3.64/4.0</h5>""", unsafe_allow_html=True)
st.markdown("<h3 style='text-align: justify;'>2. Relevant Coursework:</h3>", unsafe_allow_html=True)
st.markdown("""<h5 style='text-align: justify;'>- Artificial Intelligence, Machine Learning, Deep Learning, Natural Language Processing, Data Science, Data Mining</h5>""", unsafe_allow_html=True)
st.markdown("<h3 style='text-align: justify;'>3. Research Projects:</h3>", unsafe_allow_html=True)
st.markdown("""<h5 style='text-align: justify;'>- Vietnamese Legal Question Answering: An Experimental Study</h5>""", unsafe_allow_html=True)
st.markdown("""<h5 style='text-align: justify;'>- ViEduQA: A Vietnamese Question Answering Dataset for Education</h5>""", unsafe_allow_html=True)
st.markdown("""<h5 style='text-align: justify;'>- Vietnamese Bra Size Classification with Machine Learning</h5>""", unsafe_allow_html=True)
st.markdown("<h3 style='text-align: justify;'>4. Specialized Training:</h3>", unsafe_allow_html=True)
st.markdown("""<h5 style='text-align: justify;'>- Machine Learning</h5>""", unsafe_allow_html=True)
st.markdown("""<h5 style='text-align: justify;'>- Deep Learning</h5>""", unsafe_allow_html=True)
st.markdown("""<h5 style='text-align: justify;'>- Natural Language Processing</h5>""", unsafe_allow_html=True)
st.markdown("<h3 style='text-align: justify;'>5. Certifications:</h3>", unsafe_allow_html=True)
st.markdown("""<h5 style='text-align: justify;'>5.1. Google Data Analytics Professional Certificate</h5>""", unsafe_allow_html=True)
st.markdown("""<h7 style='text-align: justify;'>- Foundations: Data, Data, Everywhere</h7>""", unsafe_allow_html=True)
st.markdown("""<h7 style='text-align: justify;'>- Prepare Data for Exploration</h7>""", unsafe_allow_html=True)
st.markdown("""<h7 style='text-align: justify;'>- Process Data from Dirty to Clean</h7>""", unsafe_allow_html=True)
st.markdown("""<h7 style='text-align: justify;'>- Ask Questions to Make Data-Driven Decisions</h7>""", unsafe_allow_html=True)
st.markdown("""<h7 style='text-align: justify;'>- Data Analysis with R Programming</h7>""", unsafe_allow_html=True)
st.markdown("""<h7 style='text-align: justify;'>- Analyze Data to Answer Questions</h7>""", unsafe_allow_html=True)
st.markdown("""<h7 style='text-align: justify;'>- Share Data Through the Art of Visualization</h7>""", unsafe_allow_html=True)
st.markdown("""<h7 style='text-align: justify;'>- Google Data Analytics Capstone: Complete a Case Study</h7>""", unsafe_allow_html=True)
st.markdown("""<h5 style='text-align: justify;'>5.2. Stanford University - Machine Learning Specialization (In Progress)</h5>""", unsafe_allow_html=True)
st.markdown("""<h7 style='text-align: justify;'>- Supervised Machine Learning: Regression and Classification</h7>""", unsafe_allow_html=True)
st.markdown("""<h7 style='text-align: justify;'>- Advanced Learning Algorithms</h7>""", unsafe_allow_html=True)
st.markdown("""<h7 style='text-align: justify;'>- Unsupervised Learning, Recommenders, Reinforcement Learning (In Progress)</h7>""", unsafe_allow_html=True)