AI
What are AI File Explorers?
An AI File Explorer is an application for your personal computer that analyzes your files with machine learnings models.
Co-founder of Desktop Docs, a community for people who want to practice creativity.
AI
An AI File Explorer is an application for your personal computer that analyzes your files with machine learnings models.
In a world where more and more of our life, photos, and documents drift in the digital ether, it's time to reflect on the popular cloud trend and explore the cloud repatriation movement of bringing our data in-house.
Build an app to chat with your documents using Langchain, Node, and React.
Large Language Models
How to use a template Github repo to start a node app with a prompt for a HuggingFace conversational model.
Large Language Models
In this tutorial, we'll run a large language model application in Javascript using Node, React, and Langchain. This tutorial will use an LLM React Node app template to get the project started. This tutorial assumes the reader is familiar with Git, Node, React, and Yarn. First, clone the
Video Engineering
A fun and easy effect you can add to your videos is to play with the playback speed. You can use this to breathe new life into an existing video β slow it down for some dramatic effect, or speed it up to give it that montage look. Either way you
Video Engineering
Sharing a library of scripts for common use cases when working with media files - resize images, extract thumbnails from video, and more.
Video Engineering
Sometimes it's easier to communicate ideas with video. People can watch videos at their leisure, take in information at their own pace, and pause when needed. For presenters, sharing information over video frees up time that would've otherwise been spent in a meeting presenting the information.
Video Engineering
In order to make your videos watchable across browsers, you're going to need a few versions of your video to make sure it's supported across different browsers. With HTML5, we can use the <video> element to list multiple video sources and a browser will
Video Engineering
In this post, Iβll walk through why itβs important to have a fast website and how you can use FFmpeg, a free and open-source software tool for handling multimedia files, to optimize the media files on your website to be more performant. To follow along, make sure you