jmyrberg / jmyrberg-website

Jesse Myrberg's personal website

Home Page:https://jmyrberg.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jesse Myrberg's personal website

This repository contains source code for my personal website.

Website screenshot

Solution

The website is hosted on Google Cloud Platform (GCP) with near zero costs by utilizing serverless backend functions and static website hosting for user interface (UI).

The main technical components include:

Demo projects

The website and this repository contains several demo projects, which are briefly described in the following.

Forecaster

  • Time series forecasting tool that creates forecasts based on user's own dataset, focus being on simplicity and fast performance

  • Utilizes Nixtla's AutoArima from statsforecast library

Document Context Similarity

  • Tool that calculates the similarity of two documents based on Finnish version of Google's BERT natural language model

  • Provides serverless model inference by utilizing the transformers library

Food Recommender

  • Web app that lists food options in a meaningful manner, allowing user to interact and share the list with others

  • Main logic written in Vue.js, object storage is used for saved lists

Finscraper

  • Tool that fetches content from popular Finnish websites with spiders, and allows user to download scraped items into Excel or JSON

  • Provides a serverless spider through finscraper - a library that I have developed

Maximum Flows

  • Tool that optimizes the flows of a network which the user can create in the web browser

  • Utilizes vue-konva for creating the network, and Google OR-Tools for solving the optimization problem

Repository structure

.
├── .vscode/tasks.json: Development & deployment commands
├── functions/: Backend functions
├── scripts/: Helper scripts
├── ui/: UI components

Project installation, development & deployment

Backend

UI


Jesse Myrberg (jesse.myrberg@gmail.com)

About

Jesse Myrberg's personal website

https://jmyrberg.com


Languages

Language:Vue 64.6%Language:Python 27.6%Language:JavaScript 4.4%Language:Shell 2.9%Language:HTML 0.5%