Viktor Strate Kløvedal

Projects tagged Web

Browse all tags

Photoview

Posted on April 2, 2023

Photoview is a simple and user-friendly photo gallery that’s made for photographers and aims to provide an easy and fast way to navigate directories, with thousands of high-resolution photos.

You configure Photoview to look for photos and videos within a directory on your file system. The scanner automatically picks up your media and start to generate thumbnail images to make browsing super fast. When your media has been scanned they show up on the website, organised in the same way as on the filesystem.

Try it at photos.qpqp.dk, using credentials demo / demo.

Photoview is a simple and user-friendly photo gallery, that can be run on a personal server. It’s made for photographers and aims to provide an easy and fast way to navigate directories, with thousands of high resolution photos.

Continue Reading →

MacOS Touch Bar in the Browser

Posted on April 8, 2022

Some Macbook Pro models come with the notorious Touch Bar that Apple quickly abandoned again. After having had such a model for a while now, I have a hard time finding practical use cases for it. One of the reasons why it is not that useful is that apps and the system do not take enough advantage of it.

But then I got an idea that would actually make it useful for me. I wanted to build a browser add-on that allows the native Touch Bar to communicate with websites to let buttons and other Touch Bar controls perform actions on them.

Continue Reading →

Neuron - toy neural network

Posted on September 13, 2018

A toy neural network, written from scratch in javascript, along with some different examples.

I made the project to learn the basics of how neural networks work under the hood. I built it while following Daniel Shiffman’s video series on Neural Networks, and it’s therefore very much inspired by his Toy Neural Network.

After building the core library, which in itself is very easy to use. I built some examples using it.