AI hands-on tutorials

Total 303 articles posts
Trae IDE 指南:轻松配置自定义 AI 规则 (Trae Rules)

Trae IDE Guide: Easy Configuration of Custom AI Rules (Trae Rules)

As the application of artificial intelligence in the field of programming becomes more and more in-depth, many developers, after experiencing the convenience of AI-assisted programming, expect to be able to have a more understanding of their own needs of the "exclusive AI engineer". The core of this demand lies in the ability of AI to accurately follow the developer's personalized instructions...
2mos ago
01.2K
结合 AI 的网页内容捕捉工具——Obsidian Web Clipper

Web Content Capture Tool with AI - Obsidian Web Clipper

With the increasing abundance of digital information today, effectively capturing, organizing and utilizing web content has become a key skill. Many users who have tried tools such as Notion, Instapaper or Readwise may encounter incomplete content capture, inconvenient retrieval management...
4mos ago
01.4K
防范 AI 抄袭:从教学设计入手的预防策略与实践

Preventing Plagiarism in AI: Prevention Strategies and Practices from Instructional Design onwards

The popularization of Artificial Intelligence ( AI ) has brought opportunities for change in education, but it also comes with serious challenges, the most immediate of which is the impact on academic integrity.The ability of AI tools to generate text has blurred the boundaries of plagiarism in the traditional sense, creating unprecedented difficulties for educators...
4mos ago
0910
Graphiti MCP 为 Cursor 赋予持久记忆

Graphiti MCP Gives Persistent Memory to Cursors

As AI-assisted software development grows in popularity, a key challenge has emerged: how to enable AI coding assistants to have the same cross-session "memory" as human developers, remembering and applying a project's coding specifications, preferences, particular processes, and even requirements details. Currently, the popular...
4mos ago
01.2K
AI Agent 重塑电商客服:基于 Coze 平台的实践解析

AI Agent Reinventing E-commerce Customer Service: A Practical Analysis Based on the Coze Platform

Traditional e-commerce customer service system relies on the cooperation between intelligent customer service system and human team, but this model often faces efficiency bottlenecks and experience pain points. Although big model technology has been developed for several years, most AI customer service is still limited to assistance based on preset processes (SOP mode) or simple human-machine collaboration (Copilo...
4mos ago
01.2K
uv常用命令大全

uv common commands

The Python ecosystem has never been short of package management and environment management tools, from the classic pip and virtualenv to pip-tools and conda to the modern Poetry, PDM, and so on. Each tool has its area of specialization, but often...
4mos ago
01.6K
免部署、0成本使用 Deep Research Web UI

Deployment-free, 0-cost use of Deep Research Web UI

Deep Research Web UI is an intelligent research visualization tool driven by AI. It integrates advanced technologies such as search engines, web crawling, and large language modeling to automatically deep-dive into complex problems and generate well-structured research reports. The tool is strong...
5mos ago
01.1K
文心智能体挂载商品链接变现实战教程

Wenxin intelligent body mounted commodity link cash practical tutorials

Background Based on the Wenshin Intelligent Body platform, combined with the latest DeepSeek model development of book recommendation assistant, can be based on the content of the user's conversation for intelligent product recommendation, to achieve accurate conversion and transaction cash, to build a closed-loop business. This tutorial will analyze DeepSeek book recommendation...
5mos ago
0843
Dify 连接外部知识库教程

Dify Connecting to External Knowledge Bases Tutorial

For ease of differentiation, knowledge bases outside of the Dify platform are collectively referred to as "external knowledge bases" in this article. Introduction Dify's built-in knowledge base functionality and text retrieval mechanism may not meet the needs of some advanced developers, who may need more precise control over text recall results. Some...
5mos ago
01.1K
使用 Ollama+LangChain 实现本地 Agent

Implementing a Local Agent with Ollama+LangChain

INTRODUCTION ReAct (Reasoning and Acting) is a framework that combines reasoning and action to enhance the performance of intelligent bodies in complex tasks. The framework enables intelligences to perform more effectively in dynamic environments by tightly integrating logical reasoning with practical action...
5mos ago
0865
Ollama 本地部署模型接入 Dify

Ollama Local Deployment Model Access Dify

Dify supports access to large-scale language model inference and embedding capabilities deployed by Ollama. Quick Access Download Ollama Access Ollama installation and configuration and view Ollama local deployment tutorials. Run Ol...
5mos ago
01.4K
在 Golang 中使用 Ollama API

Using the Ollama API in Golang

This article describes how to use the Ollama API in Golang.This document is designed to help developers get up to speed quickly and take full advantage of the capabilities of Ollama.Ollama itself is developed in the Golang language, and the Golang language version picks up...
5mos ago
0887
在 C++ 中使用 Ollama API

Using the Ollama API in C++

This article describes how to use the Ollama API in C++. This document is designed to help C++ developers get up to speed quickly and take full advantage of Ollama's capabilities. By studying this document, you can easily integrate Ollama into your projects. Note...
5mos ago
0956
在 JavaScript 中使用 Ollama API

Using the Ollama API in JavaScript

This article describes how to use the Ollama API in JavaScript. This document is designed to help developers get up to speed quickly and take full advantage of Ollama's capabilities. You can use it in a Node.js environment or directly in the browser by importing the pair...
5mos ago
0789
在 Java 中使用 Ollama API

Using the Ollama API in Java

This article describes how to use the Ollama API in Java.This document is designed to help developers get up to speed quickly and take full advantage of Ollama's capabilities. You can call the Ollama API directly in your program or through the Spring AI component...
5mos ago
0963
在 Python 中使用 Ollama API

Using the Ollama API in Python

In this article, we'll take a brief look at how to use the Ollama API in Python.Whether you're looking to have a simple chat conversation, work with big data using streaming responses, or want to do model creation, copying, deletion, and more locally, this article can guide you...
5mos ago
01.1K
Ollama API 使用指南

Ollama API User's Guide

Introduction Ollama provides a powerful REST API that enables developers to easily interact with large language models. With the Ollama API, users can send requests and receive responses generated by the model, applied to tasks such as natural language processing, text generation, and so on. This paper will ...
5mos ago
01.1K
Ollama 自定义模型存储位置

Ollama Custom Model Storage Locations

Take Windows system as an example, the models pulled by Ollama are stored in C disk by default, if you need to pull more than one model, the C disk will be full, which affects the storage space of C disk. Therefore, this section will introduce how to use Ollama in Windows, Linux and Mac...
5mos ago
01.3K
Ollama 自定义导入模型

Ollama Custom Import Model

Introduction This section learns how to use Modelfile to customize the import of models, which is divided into the following sections: Importing from GGUF Importing from Pytorch or Safetensors Importing from Models Directly Importing from Models Customizing Prompt ...
5mos ago
0851
Ollama 安装与配置 - docker 篇

Ollama Installation and Configuration - docker article

Introduction This section learns how to complete the installation and configuration of Ollama in Docker. Docker is a virtualized container technology that is based on images and can start various containers in seconds. Each of these containers is a complete runtime environment that can be realized between containers...
5mos ago
01.2K
Ollama 安装与配置 - Windows 系统篇

Ollama Installation and Configuration - Windows Systems

Introduction This section learns how to complete the installation and configuration of Ollama in the Windows system is divided into the following parts: Visit the official website to complete the download directly Environment variable configuration Run Ollama to verify the success of the installation 🎉 A. Visit the official website to complete the direct download of ...
5mos ago
01.2K
Ollama 安装与配置 - macOS 系统篇

Ollama Installation and Configuration - macOS Systems

Introduction This section learns how to complete the installation and configuration of Ollama in macOS system, mainly divided into the following three parts: Visit the official website directly to complete the download Run Ollama Installation Enchanted a. Visit the official website directly to complete the download Visit the official website main...
5mos ago
01.5K
Ollama 安装与使用详细教学

Ollama Installation and Usage Tutorial

I've published many tutorials on Ollama installation and deployment before, but the information is quite fragmented, this time I've organized a complete tutorial on how to use Ollama on local computers in one step. This tutorial is geared towards beginners to avoid stepping on potholes, and we recommend reading the official Ollama instructions if you are able to do so....
5mos ago
01.2K
Dify 搭建私有数据可视化分析智能体

Dify Builds a Private Data Visualization and Analytics Intelligence Body

Artificial intelligence technology continues to evolve, and chat apps are becoming increasingly feature-rich. Recently, the Dify platform rolled out a notable update to its newly released chat app that enables data visualization and analysis directly within conversations, bringing users a more intuitive and efficient communication experience. Despite the title of the article mentioning the...
5mos ago
0984
Dify工作流:告别繁琐 API 对接,一键生成代码与查询参数

Dify Workflow: Say goodbye to cumbersome API docking, generate code and query parameters with one click

In the digital age, APIs (Application Programming Interfaces) have become the cornerstone of interaction between different software systems. However, traditional API interfaces are often inefficient, making developers suffer. Have you ever faced the following dilemmas: Documentation: Interface documentation is obscure and difficult to understand, the parameters say...
5mos ago
01.1K
本地部署 QwQ-32B 大模型:个人电脑轻松上手指南

Local Deployment QwQ-32B Large Model: Easy to follow guide for PCs

The field of Artificial Intelligence (AI) modeling is always full of surprises, and every technological breakthrough can pull the nerves of the industry. Recently, Alibaba's QwQ team released its latest inference model QwQ-32B in the wee hours of the morning, which once again aroused widespread attention. According to the official announcement, QwQ-3...
5mos ago
01.1K
手把手打造AI应用:从需求分析到部署上线的全流程指南

Building AI apps by hand: a guide to the whole process from requirements analysis to deployment and go-live

Preface This paper tries to realize an application with the shortest path and lightest mode, which requires only three big steps + 9 small steps, and the following is a hand-on teaching process. Requirements Description A systematic description from the product manager's perspective can be found in the following template: Requirements Overview: what problems are solved, what features are implemented, and overall introduction. ...
5mos ago
01K
教你使用AI编程工具生成漂亮的前端页面

Teach you to use AI programming tools to generate beautiful front-end pages

Introduction The fundamental problem with why AI programming tools generate great looking front-end pages and yours don't is that these tools have designed a whole set of cue words for generating front-end pages that constrain all kinds of front-end specifications. These prompts are long... Not only are the prompts long, but generating a front-end page requires a lot of output...
5mos ago
01.2K
告别信息过载,构建你的专属 AI 第二大脑:Khoj 知识库实战指南

Say Goodbye to Information Overload and Build Your Own AI Second Brain: A Practical Guide to the Khoj Knowledge Base

In the era of information explosion, knowledge management has become the key to enhance personal competitiveness. No matter what industry you are in, every day you need to face a huge amount of information, documents, learning materials, how to efficiently retrieve and utilize this knowledge has become an urgent problem for everyone. Khoj, precisely to solve this...
5mos ago
0891
谁是你的 AI 大模型最佳搭档?Cherry Studio、AnythingLLM、Chatbox 全方位评测

Cherry Studio, AnythingLLM, and Chatbox: a full review of the best AI models for your business

AI assistant tools: how to choose? In the booming development of artificial intelligence (AI) technology, in the face of a wide range of AI tools, how to choose an AI assistant tool that can effectively manage multiple models and realize efficient collaboration has become the focus of attention for many users. In this article, we will look at the functional positioning, unique...
6mos ago
01.8K
2025 必备免费 AI 工具:腾讯 IMA 不止是笔记!众多能力加持的免费 AI 工作台

2025 Essential Free AI Tools: Tencent IMA More than just notes! A free AI workbench with many capabilities

When it comes to IMA, some might define it as an AI intelligent workbench launched by Tencent, designed to help users efficiently collect, organize and apply knowledge. It does have features such as intelligent search, document interpretation, intelligent writing, note taking, knowledge base management and knowledge base sharing, and multi-end synchronization...
6mos ago
01.3K
Trea 结合 Obsidian 变身写作利器:本地知识库升级为 AI 写作助手

Trea combines with Obsidian to become a writing tool: local knowledge base upgraded to an AI writing assistant

This is a reprinted article, according to the previously written: "Using intelligent programming tools Trae to create an all-purpose writing platform", the next episode will be about how to use Trae to empower the local knowledge base, by the server crash restrained for two days, happened to read this article on the borrowed flowers, as the original article's sister...
6mos ago
01.5K
近期网站频繁崩溃,刚恢复,写个Wordpress利用免费云盘自动备份脚本

Recent frequent site crashes, just recovered, write a Wordpress using free cloud disk automatic backup scripts

A server crash resulting in loss of website data is nothing short of a disaster! If you are just a small website, can't afford to buy multiple backup servers and won't configure website backup, I hope it will be helpful for those who are facing the same problem. Applicable to Linux servers , to ensure the safety of website data , even if the server is damaged can be restored ...
6mos ago
01.1K
教你快速注册申请到 .edu 学生邮箱

Teach you how to quickly sign up for a .edu student email address.

Many AI services can use .edu student email address to enjoy discounts or even free of charge, the benefits do not need to say more, those who understand understand... The .edu suffix mailboxes are getting more and more difficult to register. Considering the difficulty of submitting the information and the holding time when registering, we will give you a relatively feasible plan at present. Pre...
5mos ago
03.5K