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;