AI hands-on tutorials

Total 303 articles posts
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...
1yrs ago
068.8K
使用AI对话工具快速分析Excel表格数据

Quickly Analyze Excel Sheet Data with AI Conversation Tools

Q: How can I get AI to better analyze my structured data (Excel/CSV)? The content is very long it feels like some of it is being thrown away A: AI can't process very long content at once due to the limitations of the context window. In addition, the big language model itself is not good at math operations, so it...
1yrs ago
067.3K
数据爬取难?Automa插件帮你轻松搞定!

Data crawling is difficult? Automa plugin helps you easily!

Have you ever encountered these troubles? "Manually copying and pasting data is too time-consuming and inefficient"; "You want to collect webpage data in batch, but you don't know how to write code"; "You have tried other crawler tools, but they are all too complicated and costly to learn"; "You are worried that the crawler will be blocked by the website, and you don't know how to deal with it". Don't worry! Today...
1yrs ago
066.9K
解密AI漫画解说视频从原理到实践(制作小说脚本)

Demystifying AI Comic Book Narration Video from Principle to Practice (Making Novel Scripts)

Automated generation of AI comics, to rely on special aids, in the normal order of operation, after getting the sales license, you should start from the generation of audio, and do not need to manually create the novel sub-script and the corresponding screen cue words. This tutorial is only for learning the principles. If you want to practice quickly, just find the tools yourself...
2yrs ago
066.6K
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...
1yrs ago
065.7K
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...
1yrs ago
065.6K
在 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...
1yrs ago
065.6K
手把手打造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. ...
1yrs ago
064.9K
解密AI漫画解说视频从原理到实践(获取并改写小说)

Demystifying AI Comic Book Narration Video from Principle to Practice (Acquiring and Rewriting Fiction)

Tell you a very unfortunate news, when reading the deciphering AI cartoon commentary video from principle to practice (commission channel chapter), a part of the relevant experience in the light of the agent's help file into the operation of the link, the first contact with the industry into the agent backstage simply can not begin ...
2yrs ago
064.8K
Cline+MCP 快速打造Agent工作流: 实战案例解析

Cline+MCP Rapidly Creates Agent Workflows: Real-World Case Studies

With the continuous progress of artificial intelligence technology, there is an increasing demand for building personalized intelligent bodies. Although there are already some intelligent body platforms in China, such as Doubao Buckle, these platforms require developers to upload their code and data to third-party servers, which may bring about for some customers with sensitive business information...
1yrs ago
064.5K
Leonardo AI:实时画布使用教程

Leonardo AI: Live Canvas Tutorials

Overview Live Canvas is the result of the latest image conversion technology that we have adopted. This feature quickly transforms your drawings into stunning works of art, revolutionizing the way users interact with AI to generate images. It provides an immersive and intuitive creative experience, like painting digitally...
2yrs ago
063.5K
使用 Claude 3.5 Sonnet 构建 AI 创业趋势分析代理

Building an AI Startup Trend Analysis Agent with Claude 3.5 Sonnet

Implementing a Full-Featured AI Agent App in Less Than 50 Lines of Python Code (Step-by-Step Guide) AI tools are changing the way entrepreneurs identify trends and make decisions, but building a scalable solution to analyze startup opportunities often requires integrating multiple data sources and processing them quickly. However...
1yrs ago
061.4K
OOTDiffusion: 给人物换装的开源模型

OOTDiffusion: open source model for dressing up characters

OOTDiffusion is an open source virtual clothing fitting tool based on latent diffusion modeling technology, designed to provide a highly controlled virtual fitting experience. This tutorial will introduce its features, usage and installation and deployment steps in detail. I. Function Overview OOTDiff...
2yrs ago
061.1K
在 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...
1yrs ago
060.9K
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...
1yrs ago
060.6K
Langchain-Chatchat 部署教程!免费开源可商用,完全本地化推理的知识库增强方案

Langchain-Chatchat Deployment Tutorial! Free open source commercially available, fully localized reasoning knowledge base enhancement solution

Langchain Chatchat is a knowledge base enhancement solution that enables: fully localized reasoning, focusing on solving the enterprise pain points of data security protection and private domain deployment. The open source solution is licensed under the Apache License and can be commercialized free of charge without paying ...
2yrs ago
060.4K
Poe创建机器人教程

Poe Creating a Bot Tutorial

How to Create a Prompt Bot for Poe Step 1:Open the Create a Bot page If you are using a web browser, go to poe.com and click the "Create a bot" button on the left sidebar. You can also go directly to poe.com/creat...
1yrs ago
060.2K
Windsurf:接口自动化测试代码编写的利器

Windsurf: a tool for writing code for interface automation testing

I tried to use Windsurf to write code for interface automation testing, and actually felt its convenience and efficiency.Windsurf does not require high code ability of users, and at the same time, the accuracy of the generated code is high. Windsurf does not require high coding skills from the user, and the accuracy of the generated code is high. What's more, the scenario coverage of the generated test cases is...
1yrs ago
059.9K
使用 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...
1yrs ago
059.8K
Napkin AI 中文入门指南

Napkin AI Chinese Beginner's Guide

How to start generating visual content with Napkin AI ? (Account creation, visual generation, export to pdf or image file...) Welcome to Napkin AI, a tool that makes it easy to convert your text into beautiful visuals. This guide will walk...
1yrs ago
059.7K
防范 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...
1yrs ago
059.3K
本地部署 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...
1yrs ago
059.3K
国内如何使用Copilot for PowerBI & Fabric

How to use Copilot for PowerBI & Fabric in China

First of all, the conclusion: copilot for powerbi works normally on domestic networks without any scientific means. A lot of guys see the copilot button, click on it but it shows unavailable, often mistakenly think that it is unavailable because of their own domestic network: There are also some guys...
1yrs ago
058.7K
在 Trae 编程时引用上下文的三种方式

Three ways to refer to a context when programming in Trae

When dialoguing with an AI assistant, you can specify the contents of Trae (including code, files, folders, and workspaces) as context for the AI assistant to read and understand, thus ensuring that the AI assistant's responses are more in line with your requirements. This article describes three ways to specify context. ...
1yrs ago
058.5K
文心智能体教程:(二)工作流创建智能体

Wenxin Intelligent Body Tutorial: (II) Workflow to Create Intelligent Body

The workflow creation pattern supports developers to quickly build intelligences by orchestrating workflows, where you can drag and drop and combine models, prompts, code, and other modules to realize accurate and complex business processes. Poke here to watch the video course "Workflow Development of Intelligent Bodies in Practice". Create After logging into the platform...
2yrs ago
058.1K
免部署、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...
1yrs ago
058.1K
告别信息过载,构建你的专属 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...
1yrs ago
057.9K
在 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...
1yrs ago
057.8K
Claude常见用例指南:内容审核

Claude's Guide to Common Use Cases: Content Audit

Content auditing is a key aspect of maintaining a safe, respectful, and productive environment in your digital applications. In this guide, we'll discuss how to use Claude to audit the content in your digital applications. Visit our Content Audit Recipes to see how to implement a content audit using Claude...
2yrs ago
057.6K
免费使用 Cursor/Windsur 生成各类实用信息图

Generate all kinds of useful infographics with Cursor/Windsur for free!

Once upon a time to share a lot of fun card map prompt word example, although fun, but the actual work found that there is no bird use. The reason is very simple: these card diagram prompt word template sample style code is generally fixed, the user's real intention and sample style does not match. Some people have done a more general prompt word adaptation: card map...
1yrs ago
057.5K
7个优秀的AI生成内容检测工具

7 Great AI-Generated Content Inspection Tools

In the age of digital content creation, ensuring the originality of work and curbing plagiarism is critical for writers, educators, and publishers. High-performance AI content review tools can now help recognize copied content, assess the unique nature of text, and enhance the quality of writing. With companies like C...
2yrs ago
057K
教你用AI制作一个自己的微信红包封面

Teach you to make a WeChat red envelope cover of your own with AI

A very good application scenario for AI images and videos is the WeChat Red Envelope Cover, where your single particularly good image or video subplot can also create value. There has been a business of selling red envelope covers since WeChat introduced them, but it turns out that they are not officially supported, and even counted as a violation if reported...
1yrs ago
057K
可灵AI试衣,傻瓜式一键给任何人物换装

Spirit of AI fitting, foolproof one-click to dress up any character

Wrote a lot of models and tools that can AI fitting, either need to recharge, or need to use magic on the extranet to use, or have to be deployed locally, the simplest and most foolproof to use or can be Ling has just launched the AI fitting function. After the announcement of the new upgrade of its 1.5 model by the Kerin AI platform under Racer, it has released a...
1yrs ago
057K
在 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...
1yrs ago
056.8K
小白一键部署github上各类AI开源项目

White one-click deployment github all kinds of AI open source projects

github on all kinds of fun AI projects, may be curious to run to try, but for me this kind of white people is very unfriendly, even if you look at the installation instructions to operate in the end can not run successfully, especially windows users, the need for a variety of front installation of all kinds of environments, manually install dependencies, configure...
2yrs ago
056.8K
Claude常见用例指南:法律摘要

Claude's Guide to Common Use Cases: Legal Briefs

This guide describes how to leverage Claude's advanced natural language processing capabilities to efficiently summarize legal documents, extract key information and accelerate legal research. With Claude, you can streamline contract review, litigation preparation and compliance, saving time and ensuring accuracy in the legal process. Visit us...
2yrs ago
056.8K
文心智能体教程:(四)加工文档并同步到知识库

Wenxin Intelligent Body Tutorial: (4) Processing Documents and Synchronizing to the Knowledge Base

Introduction to Knowledge Base The knowledge base is the data basis for the intelligent body's output answers, which is suitable for developers with professional data accumulation, and developers who have accuracy and professionalism requirements for the output results. Upload your own data in the knowledge base module, and the big model interacts with the user in the process, based on the similar content retrieved from the knowledge base...
2yrs ago
056.1K
使用 Tana 制作属于你的 Life Log

Make your own Life Log with Tana

Life Log is a time-based recording without categorization.Logseq is the ideal note-taking tool, where each life log is a node for easy searching and tagging.Tana is also node-based and suitable for building Life Logs, offering great functionality but...
1yrs ago
056K