Truong-Phuc commited on
Commit
c40549e
1 Parent(s): 23e5928

Upload 3 files

Browse files
Files changed (4) hide show
  1. .gitattributes +1 -0
  2. .streamlit/config.toml +6 -0
  3. app.py +58 -0
  4. image/avatar_2.png +3 -0
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ image/avatar_2.png filter=lfs diff=lfs merge=lfs -text
.streamlit/config.toml ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ [theme]
2
+ primaryColor="#bf3124"
3
+ backgroundColor="#f2f2eb"
4
+ secondaryBackgroundColor="#bfbfbd"
5
+ textColor="#0d0d0d"
6
+ font="serif"
app.py ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import streamlit as st
2
+
3
+ st.set_page_config(page_icon='🍃', page_title='Truong-Phuc Nguyen Profile', layout='wide', initial_sidebar_state="auto")
4
+
5
+ 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"])
6
+ tab1.markdown("<h1 style='text-align: center;'> </h1>", unsafe_allow_html=True)
7
+
8
+
9
+ with tab1:
10
+ col_1, col_2 = st.columns(spec=[2.5, 7.5])
11
+ col_1.image(r'image/avatar_2.png')
12
+
13
+ col_21, col_22 = col_2.columns(spec=[0.5, 9.5])
14
+ col_22.markdown("<h2 style='text-align: center;'>Truong-Phuc Nguyen</h2>", unsafe_allow_html=True)
15
+ 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).
16
+ 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.
17
+ One of my key strengths lies in fine-tuning LLMs for specific applications.
18
+ 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.
19
+ 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>""",
20
+ unsafe_allow_html=True)
21
+
22
+ with tab2:
23
+ st.markdown("<h3 style='text-align: justify;'>1. Education:</h3>", unsafe_allow_html=True)
24
+ st.markdown("""<h5 style='text-align: justify;'>- HungYen University of Technology and Education</h5>""", unsafe_allow_html=True)
25
+ st.markdown("""<h5 style='text-align: justify;'>- Bachelor of Science in Computer Science</h5>""", unsafe_allow_html=True)
26
+ st.markdown("""<h5 style='text-align: justify;'>- Current Status: 4th Year Student</h5>""", unsafe_allow_html=True)
27
+ st.markdown("""<h5 style='text-align: justify;'>- Duration: 2021 - 2025 (Expected completion: June 2025)</h5>""", unsafe_allow_html=True)
28
+ st.markdown("""<h5 style='text-align: justify;'>- GPA: 3.64/4.0</h5>""", unsafe_allow_html=True)
29
+
30
+ st.markdown("<h3 style='text-align: justify;'>2. Relevant Coursework:</h3>", unsafe_allow_html=True)
31
+ 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)
32
+
33
+ st.markdown("<h3 style='text-align: justify;'>3. Research Projects:</h3>", unsafe_allow_html=True)
34
+ st.markdown("""<h5 style='text-align: justify;'>- Vietnamese Legal Question Answering: An Experimental Study</h5>""", unsafe_allow_html=True)
35
+ st.markdown("""<h5 style='text-align: justify;'>- ViEduQA: A Vietnamese Question Answering Dataset for Education</h5>""", unsafe_allow_html=True)
36
+ st.markdown("""<h5 style='text-align: justify;'>- Vietnamese Bra Size Classification with Machine Learning</h5>""", unsafe_allow_html=True)
37
+
38
+ st.markdown("<h3 style='text-align: justify;'>4. Specialized Training:</h3>", unsafe_allow_html=True)
39
+ st.markdown("""<h5 style='text-align: justify;'>- Machine Learning</h5>""", unsafe_allow_html=True)
40
+ st.markdown("""<h5 style='text-align: justify;'>- Deep Learning</h5>""", unsafe_allow_html=True)
41
+ st.markdown("""<h5 style='text-align: justify;'>- Natural Language Processing</h5>""", unsafe_allow_html=True)
42
+
43
+ st.markdown("<h3 style='text-align: justify;'>5. Certifications:</h3>", unsafe_allow_html=True)
44
+ st.markdown("""<h5 style='text-align: justify;'>5.1. Google Data Analytics Professional Certificate</h5>""", unsafe_allow_html=True)
45
+ st.markdown("""<h7 style='text-align: justify;'>- Foundations: Data, Data, Everywhere</h7>""", unsafe_allow_html=True)
46
+ st.markdown("""<h7 style='text-align: justify;'>- Prepare Data for Exploration</h7>""", unsafe_allow_html=True)
47
+ st.markdown("""<h7 style='text-align: justify;'>- Process Data from Dirty to Clean</h7>""", unsafe_allow_html=True)
48
+ st.markdown("""<h7 style='text-align: justify;'>- Ask Questions to Make Data-Driven Decisions</h7>""", unsafe_allow_html=True)
49
+ st.markdown("""<h7 style='text-align: justify;'>- Data Analysis with R Programming</h7>""", unsafe_allow_html=True)
50
+ st.markdown("""<h7 style='text-align: justify;'>- Analyze Data to Answer Questions</h7>""", unsafe_allow_html=True)
51
+ st.markdown("""<h7 style='text-align: justify;'>- Share Data Through the Art of Visualization</h7>""", unsafe_allow_html=True)
52
+ st.markdown("""<h7 style='text-align: justify;'>- Google Data Analytics Capstone: Complete a Case Study</h7>""", unsafe_allow_html=True)
53
+
54
+ st.markdown("""<h5 style='text-align: justify;'>5.2. Stanford University - Machine Learning Specialization (In Progress)</h5>""", unsafe_allow_html=True)
55
+ st.markdown("""<h7 style='text-align: justify;'>- Supervised Machine Learning: Regression and Classification</h7>""", unsafe_allow_html=True)
56
+ st.markdown("""<h7 style='text-align: justify;'>- Advanced Learning Algorithms</h7>""", unsafe_allow_html=True)
57
+ st.markdown("""<h7 style='text-align: justify;'>- Unsupervised Learning, Recommenders, Reinforcement Learning (In Progress)</h7>""", unsafe_allow_html=True)
58
+
image/avatar_2.png ADDED

Git LFS Details

  • SHA256: 3ffd613fb553e39c0b92a73808f6ddb8ec96f305de36024510a9c77d71c9f63b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.01 MB