Using Java and DeepSeek to Effectively Call AI Models

Using Java and DeepSeek to Effectively Call AI Models

Using Java and DeepSeek to Effectively Call AI Models This article discusses how to use Java to call AI models, especially the recently popular DeepSeek-R1. You may have heard that the DeepSeek model has a long reasoning chain, strong inference capabilities, and is free to use, running quickly on local machines. On the Python side, … Read more

Deploying and Testing the DeepSeek Model on the RK3588 Development Board

Deploying and Testing the DeepSeek Model on the RK3588 Development Board

DeepSeek is here! Recently, the rising star in the AI field, DeepSeek (Chinese name: 深度求索), has quickly gained popularity online due to its low-cost and high-performance AI model. Its core is a powerful language model capable of understanding natural language and generating high-quality text. Additionally, DeepSeek is freely available to developers worldwide, accelerating the spread … Read more

Running Ollama and DeepSeek-R1 on Raspberry Pi 4

Running Ollama and DeepSeek-R1 on Raspberry Pi 4

My Hardware List Raspberry Pi 4 Board with 4GB RAM 64GB Memory Card Mobile Phone Charger Raspberry Pi 4 Specifications Processor: Broadcom BCM2711, quad-core Cortex-A72 (ARM v8) 64-bit SoC @ 1.5GHz Memory: 4GB LPDDR4 Connectivity: 2.4 GHz and 5.0 GHz IEEE 802.11b/g/n/ac wireless LAN, Bluetooth 5.0, BLE Gigabit Ethernet 2 × USB 3.0 ports 2 … Read more

Jetson Orin Nano Super: The Ultimate Guide to Unlocking Super AI Model Deployment

(1) Deployment of the DeepSeek R1 Model First, let’s take a look at the results after deployment. You can directly access Jetson on your phone, which has a web interface for use. You can also access it directly on your computer. This is the 8GB 128-bit LPDDR5 version with 102GB/s bandwidth and a 256GB hard … Read more

Building a Rust CLI to Chat with Llama 3.2

Building a Rust CLI to Chat with Llama 3.2

Introduction: Build a CLI that can chat with advanced large language models like Llama 3.2. Learn how Rust and the Ollama library make this easy. As a developer learning Rust, I wanted to build a practical project to apply my new skills. With the rise of large language models like Anthropic’s Llama 3.2, I thought … Read more