Final pre release fixes and improvements

This commit is contained in:
2023-08-05 23:52:11 +01:00
parent 25b1250df7
commit f0fbb3aaac
14 changed files with 95 additions and 24 deletions

View File

@@ -1,6 +1,41 @@
import {ProjectArguments, TechnologyEnum} from "@/src/portfolio/helpers/Project";
const projectData : ProjectArguments[] = [
{
imagePath: "learnopedia.png",
title: "Undergraduate Dictation Project",
text: "In this project, an online learning platform was created with the aim of diversifying and enriching online courses in all domains. The project focused on developing a learning platform, where courses were created collaboratively with a democratic system for approving suggestions. This allowed many people to contribute to creating courses. The details of the platform's implementation were worked out through academic research and an analysis of competing software, both of which were included in this report. Additionally, the report covered the details of the implementation, testing, and evaluation of the platform.",
tech: [
TechnologyEnum.typescript,
TechnologyEnum.react,
TechnologyEnum.html,
TechnologyEnum.css,
TechnologyEnum.express,
],
github: "https://github.com/KuchtaVR6/Learnopedia",
access: "https://learnopedia.kuchta.uk"
},
{
imagePath: "cifar10.png",
title: "Image classification using the CIFAR-10 Dataset",
text: "In this project, I successfully implemented an image classification model using the CIFAR-10 dataset. Through the application of deep learning techniques and convolutional neural networks, I achieved an impressive final accuracy of 95.5%. The coursework assignment was a resounding success, as it showcased my ability to effectively train and fine-tune models for image recognition tasks, leading to a perfect score of 100%. The project not only demonstrated my proficiency in machine learning but also enhanced my understanding of image processing and model evaluation.",
tech: [
TechnologyEnum.python,
TechnologyEnum.computerVision,
TechnologyEnum.machineLearning
],
github: "https://github.com/KuchtaVR6/classification-cifar-10"
},
{
imagePath: "learnopediaShowcase.png",
title: "Project Dictation Showcase Video",
text: "The showcase video highlights the creation of an innovative online learning platform aimed at diversifying and enriching courses across various domains. It emphasizes the collaborative approach to course creation through a democratic system for approving suggestions. The video showcases the platform's user-friendly interface and unique features. I am proud to announce that the video received the \"Best EECS Undergraduate Project Showcase Video\" award.",
tech: [
TechnologyEnum.photoshop,
TechnologyEnum.videoEditing
],
access: "https://youtu.be/wv7XfIPCyWI"
},
{
imagePath: "cryptogram.png",
title: "Cryptocurrency wallet prototype",
@@ -75,19 +110,6 @@ const projectData : ProjectArguments[] = [
TechnologyEnum.design3d
]
},
{
imagePath: "tutor.png",
title: "My private tutoring website",
text: "This website was designed with accessibility and interactivity in mind. I created the front-end using the React library to make the client-side dynamic and eye-pleasing. In addition to stunning animations, the website has a \"contact me\" button that automatically sends two emails. Implementing this functionality has given me confidence in setting up DNS records and email certifications. Furthermore, I have gained knowledge in Security Engineering by researching and patching potential exploits in the systems.",
tech: [
TechnologyEnum.react,
TechnologyEnum.html,
TechnologyEnum.javascript,
TechnologyEnum.php
],
access: "tutor.html",
github: "https://github.com/KuchtaVR6/Portfolio"
},
{
imagePath: "port3.png",
title: "My current portfolio website",
@@ -96,8 +118,7 @@ const projectData : ProjectArguments[] = [
TechnologyEnum.react,
TechnologyEnum.html,
TechnologyEnum.javascript,
TechnologyEnum.css,
TechnologyEnum.bootstrap
TechnologyEnum.css
],
github: "https://github.com/KuchtaVR6/Portfolio",
access: "/"