From a5f7340587fa1e9dbacf87c4a024566687f78b5f Mon Sep 17 00:00:00 2001 From: heshunme Date: Sun, 14 Jul 2024 13:57:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E9=A6=96=E9=A1=B5=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E4=B8=BA=E5=8A=A8=E6=80=81=E5=8A=A0=E8=BD=BD=EF=BC=9B=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/index.xhtml | 77 +++++++++++++----------- src/main/webapp/resources/css/styles.css | 2 +- 2 files changed, 44 insertions(+), 35 deletions(-) diff --git a/src/main/webapp/index.xhtml b/src/main/webapp/index.xhtml index de6e118..dd8449c 100644 --- a/src/main/webapp/index.xhtml +++ b/src/main/webapp/index.xhtml @@ -3,47 +3,56 @@ + xmlns:f="http://xmlns.jcp.org/jsf/core"> - Home - My Portfolio + User Information - My Portfolio - - -
-
-

About Me

-

Hello! I'm Ryan Goodwill, a passionate programmer. I'm interested in various AI models and their - applications, Raspberry Pi projects, playing the piano, playing tennis, and cycling.

-

I have experience in programming since elementary school, initially starting with Pascal and later mastering - C++ and Python. My project experiences include developing a novel network novel crawler and a mental abacus - calculation practice tool using Python during high school.

-

During my university studies, I learned Java and accomplished an assignment about a project management system - named "Cloud Factory Management". In my Android course, I developed In my Android course, I developed a - weather forecast application.

-

To understand some communication technologies, I developed a simple protocol and corresponding - drivers for infrared communication using a Raspberry Pi with Python. I also created a plant care box for the - Raspberry Pi, which utilizes sensors to maintain a stable environment for plants through control of a fan, - stepper motor, and water pump. Additionally, I used Django to build a simple control webpage with features - for remote hardware control and RTMP video streaming to monitor plants remotely.

-

Recently, I have locally deployed and tested multiple Large Language Models (LLM) projects, including - ChatGLM-6B, llama2, llama3, ChatGLM3-6B, Qwen1, Qwen1.5, Qwen2, Phi3-mini, and several versions of Stable - Diffusion for AI image generation projects. I have also worked on AI voice synthesis projects such as - so-vits-svc and GPT-SoVITS.

-

Currently, I am working on a project that allows me to download videos from user-specified websites, perform - OCR and ASR locally, correct errors, vectorize the data into SVG, and store it for local LLM queries.

-

Skills: Programming in Python, C++, Java, and Pascal; Web development using Django; Raspberry Pi project - design and implementation; AI model experimentation and application; Sensor integration and control system - development; Remote hardware control and video streaming; Communication protocol development.

-

Career Goal: To work in an internet company for a few years before starting my own business.

+
+ +
+ +

+ +

+
+

+ Introduction: + +

+
+
+

+ Interests: + +

+
+
+

+ Experiences: + +

+
+
+

+ Skills: + +

+
+
+

+ Career Goals: + +

+
-
- + +

Click to go to the project page

+
- + \ No newline at end of file diff --git a/src/main/webapp/resources/css/styles.css b/src/main/webapp/resources/css/styles.css index 17a103e..cca8795 100644 --- a/src/main/webapp/resources/css/styles.css +++ b/src/main/webapp/resources/css/styles.css @@ -162,7 +162,7 @@ footer { background-color: #f0f0f0; } -#project-details { +#project-details,#user-info { font-family: Arial, sans-serif; background-color: #f9f9f9; padding: 20px;