0xkoji

0xkoji @0xkoji

About: Never lose curiosity Software Engineer at a startup typescript, javascript, react, and python. code to do something weird/helpful learning rust as a new journey 😎 #genai #mediaart #art #hardware

Location:
Brooklyn in the United States and Tokyo in Japan
Joined:
Feb 24, 2019

0xkoji
articles - 196 total

"Principles of Building AI Agents" is a worth a Read

The other day on LinkedIn, Sam Bhagwat, the founder of Gatsby and founder/CEO of Mastra.ai, was...

Learn More 3 0Jul 30

Building a Lightweight Remote Gradio MCP Server with DuckDuckGo Search

Gradio now lets you spin up an MCP (Machine Control Plane) server with almost no boilerplate, so I...

Learn More 1 0Jun 1

Try DeepWiki MCP Server with MCP Clients

Claude Desktop { "mcpServers": { "deepwiki": { "command": "npx", ...

Learn More 3 0May 28

Use Local LLM with Cursor and Ollama

requirements Cursor is installed on your machine Ollama is installed on your machine,...

Learn More 28 2May 27

Installing Bun on WSL2 with Homebrew

bun https://bun.sh/ 1. Install dependencies brew install llvm Enter fullscreen...

Learn More 1 0May 10

WSL Troubleshooting Guide When You Can Not Access to WSL2 From Terminal

Here is a troubleshooting guide for when you suddenly become unable to access WSL. This issue often...

Learn More 1 0May 4

Easily Export and Import VSCode Extensions with a Shell Script

Learn how to export and import VSCode extensions using a simple shell script. This script saves your installed extensions to a file and allows easy reinstallation without manually clicking the install button.

Learn More 1 0Feb 7

2 Ways to Run DeepSeek R1 on Google Colab Free Tier with Ollama

Learn how to run the Ollama DeepSeek-R1:32GB model on Google Colab's free tier. Explore two methods: direct installation and using the Oyama wrapper for an improved workflow. Includes step-by-step instructions and code snippets.

Learn More 37 0Jan 29

Exploring Kokoro TTS Voice Synthesis on Google Colab with T4

Learn how to use Kokoro TTS for high-quality voice synthesis with Google Colab T4, featuring kokoro-onnx and voice pack customization.

Learn More 0 0Jan 27

17 Essential CLI Tools to Boost Developer Productivity

Discover the top 17 command-line tools that can dramatically enhance your development productivity, workflow efficiency, and system management.

Learn More 3 0Jan 2

HuggingFace login on Google Colab

Step1. Create a secret in Secrets First, create a new secret. In this case, we will use...

Learn More 6 0Dec 31 '24

How to Install Docker on Raspberry Pi

Learn how to install Docker on a Raspberry Pi and set up your environment for containerized applications with a simple step-by-step guide.

Learn More 1 0Dec 27 '24

Building 5 AI Agents with phidata and Ollama

Discover how to create AI agents for web search, financial analysis, reasoning, and retrieval-augmented generation using phidata and the Ollama local LLM.

Learn More 37 2Dec 14 '24

Install Zellij on WSL

A step-by-step guide to installing Zellij, a powerful terminal workspace and multiplexer, on Windows Subsystem for Linux (WSL). Learn how to set up WSL, install Rust, and get Zellij running on your system.

Learn More 3 0Nov 27 '24

How to Run Samurai on Google Colab

Learn how to run SAMURAI, a zero-shot visual tracking model based on SAM (Segment Anything Model), on Google Colab. This step-by-step guide covers setting up GPU runtime, installing dependencies, and running inference with the LaSOT dataset for motion tracking.

Learn More 9 1Nov 26 '24

6 Easy Ways to Run LLM Locally + Alpha

Discover six user-friendly tools to run large language models (LLMs) locally on your computer. From LM Studio to NextChat, learn how to leverage powerful AI capabilities offline, ensuring privacy and control over your data. Perfect for developers, AI enthusiasts, and privacy-conscious users.

Learn More 15 0Nov 12 '24

Build a Text Extractor App with Python Code Under 30 Lines Using Gradio and Hugging Face

original post: https://baxin.netlify.app/build-text-extractor-python-under-30-lines/ Extracting text...

Learn More 3 0Oct 30 '24

Accelerate 1-bit LLM Inference with BitNet on WSL2 (Ubuntu)

Leverage BitNet, a CPU-based framework, to perform rapid inference with 1-bit LLMs on your WSL2 Ubuntu environment. This guide walks you through installation, setup, and running inference tasks.

Learn More 10 0Oct 22 '24

Essential 19 Git Commands Every Software Engineer Should Know

As a software engineer, mastering version control is crucial for efficient collaboration and project...

Learn More 0 0Oct 10 '24

Run Flux.1 on M3 Mac with Diffusers

What is Diffusers? huggingface / ...

Learn More 39 5Aug 14 '24

7 Amazon Free AI Courses

1. Generative AI Learning Plan for Developers overview This learning plan is designed...

Learn More 0 0Aug 14 '24

Create a Simple ChatBot with Mesop + Ollama less than 25 lines

In this post, I will show you how to create a simple chatbot with Mesop and Ollama. What is...

Learn More 9 0Jul 6 '24

Chrome Built-in AI Doesn't Require The Internet

I tried out the Built-in AI that apparently works on Chrome Dev or Canary...

Learn More 6 0Jul 3 '24

removed

A post by 0xkoji

Learn More 5 1Jun 15 '24

7 Amazon Free AI Courses

1. Generative AI Learning Plan for Developers overview This learning plan is designed...

Learn More 4 0Jun 13 '24

Use Gemini to Understand Errors with Google Chrome Dev Tools

requirement Google Chrome version 125+ Settings Check Understand console...

Learn More 10 1Jun 3 '24

Setting Up Docker on WSL2 with Ubuntu 24.04: An Easy Guide

Step1. activate...

Learn More 54 0May 20 '24

Run IC-Light on Google Colab Free Tier

What is IC-Light? IC-Light is a project to manipulate the illumination of images. The...

Learn More 23 0May 13 '24

Run Gemma on Google Colab Free tier

What is Gemma? Gemma is a family of 4 new LLM models by Google based on Gemini. It comes...

Learn More 5 0Feb 27 '24

Running SDXL-Lightning on Google Colab

SDXL-Lightning https://huggingface.co/spaces/AP123/SDXL-Lightning Step 1. Clone repo &...

Learn More 0 0Feb 25 '24