AI hands-on tutorials

Total 303 articles posts
教你快速注册申请到 .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...
1yrs ago
0214.1K
Dify工作流中的变量聚合和变量赋值节点

Variable Aggregation and Variable Assignment Nodes in Dify Workflow

Variable Aggregation Definition Aggregates variables from multiple branches into a single variable for uniform configuration of downstream nodes. The Variable Aggregation node (formerly Variable Assignment node) is a key node in the workflow, which is responsible for integrating the outputs of different branches and ensuring that no matter which branch is executed, the results are available through...
1yrs ago
0210K
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...
9mos ago
0166.1K
AI换脸最强工具:FaceFusion详细使用教程(附一键整合包)

AI face swap the strongest tool: FaceFusion detailed use tutorial (with a key integration package)

Hello everyone, today I'd like to share with you a face changing tool - FaceFusion, the new version of this tool relative to the old version added a lot of models and HD algorithms, greatly improving the effect of face changing in pictures and videos. Also added three kinds of mask function, to solve the problem of poor fusion effect when the face is covered by objects and...
1yrs ago
0164.6K
Dify插件安装与使用方法

Dify plugin installation and usage

Installing Dify Plugins Click "Plugins" in the upper right corner of the Dify platform to go to the plugin management page, which supports three ways of installing plugins: Marketplace, GitHub, and local upload. Marketplace Dify M...
1yrs ago
0137.3K
谁是你的 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...
1yrs ago
0122.9K
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...
12mos ago
0118.8K
Suno 标签(Metatags)操作手册

Suno Tags (Metatags) Operation Manual

Suno Metatags were utilized to guide the flow of lyrics and musical interludes, helping Chirp transition smoothly through the various parts of the song. Particular attention was paid to some of the metatags during the training phase of the AI model, but we also discovered many others! The style of music you choose and the song you create...
2yrs ago
0117.4K
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 ...
12mos ago
095.1K
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...
11mos ago
093.3K
使用Coze(扣子)+飞书表格,打造自动化EXCEL表格数据整理神器

Use Coze (button) + Flying Book Forms, to create automated EXCEL table data organization god

Demonstration Effect Demo: Using the built workflow, we insert a record in the Flying Book multidimensional table The following step-by-step exploration of the specific implementation process. Requirements Analysis In our daily work, we often collect some information to facilitate the later organization and view. But manually organizing the need to fill in a field by field ...
1yrs ago
091K
Kimi 阅读助手国内安装方法

How to install Kimi Reading Assistant in China

Kimi Reading Assistant is a browser plugin that helps you send any web page you can see to Kimi, so that restricted content can also be read with Kimi.ai assistance. Why use Kimi Reading Assistant Compare the Web version of Kimi and the mobile version of Kimi...
2yrs ago
087.7K
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...
12mos ago
087K
Ollama 在 LangChain 中的使用 - Python 集成

Ollama in LangChain - Python Integration

Introduction This document describes how to use Ollama in a Python environment to integrate with LangChain to create powerful AI applications.Ollama is an open source deployment tool for large language models, and LangChain is a...
12mos ago
072.2K
🚀AI加工小说短视频赚钱全攻略🚀

🚀 AI Processing Fiction Short Video Money Making Full Strategy 🚀

🎉 Hey, friends! 🎉 👀 Have you noticed? Since the crazy rise of AI technology, the novel short video has advanced from the past stress-reducing video and landscape video to using real comic images! It has directly exploded all the major short video platforms, and because of the differences, the content is again a blend of those who like to read novels and comics...
1yrs ago
072.1K
海螺AI视频使用教程,Prompt撰写技巧

Conch AI Video Tutorials, Prompt Writing Tips

Getting Started - Meet Conch AI Videos Prompt Prompt is a key constructed from your inspiration and creativity that can unlock the door to the fantasy world of AI. Whether you're new to AI for the first time or a veteran who is already proficient in using AI to empower productivity through clear...
1yrs ago
068.7K
Stable Diffusion WebUI 本地部署指南(WIN)

Stable Diffusion WebUI Local Deployment Guide (WIN)

Recently, I took over a project that needs to use Stable Diffusion, and I need to redeploy a set of SD environment. This is not quite the same as my previous SD deployment, the deployment process encountered some problems, summed up a more perfect installation program, here to share with you a ...
1yrs ago
067.8K
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 ...
12mos ago
066.8K
AutoGen Studio 中文使用教程

AutoGen Studio Tutorial

If you've been intrigued by AutoGen's potential but hesitated due to its seemingly complicated setup, you're not alone. Many beginners encounter similar challenges when working with digital assistants and AI workflows. But don't worry, the latest AutoGen Studi...
1yrs ago
066.8K
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...
1yrs ago
065.2K
智能化文档编制:用 Dify Chatflow 实现高效投标文件创作

Intelligent Documentation: Efficient Tender Document Creation with Dify Chatflow

Natural Language Interactive Database Reading and Writing Toward the end of the year, ushering in the bidding season, the preparation of large documents such as bidding documents is often a headache. Not only do you need to ensure that the content is accurate and professional, but also highlight the advantages of the enterprise, both test professional knowledge, but also requires copywriting skills. Even with both, it still takes time...
1yrs ago
064.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....
12mos ago
064.4K
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...
12mos ago
064.1K
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 ...
12mos ago
063.1K
即梦AI发布真正可以在图片中写入中文的文生图模型,附使用教程。

That is, Dream AI released the real can write Chinese in the picture of the Wensheng map model, with the use of tutorials.

It's been a long time since I've experienced Dream AI, but this time I found that it has changed a lot. The most surprising thing is to find a "Picture 2.1" image generation model, which states "Stable structure and strong film texture support the generation of Chinese and English fonts." I don't know whether the model's native ability to generate Chinese, or in the image generation...
1yrs ago
062.3K
在 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...
12mos ago
062.1K
教你使用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...
1yrs ago
061.1K
满血版FLUX.1:无需本地部署在线使用FLUX

Full-blooded FLUX.1: Use FLUX Online without Local Deployment

FLUX is the first set of models released after the departure of the original stable diffusion team, and the overall capabilities are outstanding! Locally to run Flux smoothly you need at least 17G of video memory, which is a big challenge for many computer users. Although there are some platforms online that provide online...
1yrs ago
060.9K
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...
12mos ago
059.7K
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...
1yrs ago
059.1K
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...
12mos ago
058.4K
结合 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...
11mos ago
058.1K
在沉浸式翻译中免费使用gemini-pro

Free use of gemini-pro in immersive translation

Preparation Not suitable for the operation of the white man, gemini directly used as a translation effect compared to other free translation tools have no advantage. Similarly, this method can do a lot of things. 1. Install the "Immersive Translation" plug-in 2. Have an independent domain name (first and second level can be) 3. Have a cloud...
2yrs ago
058.1K
Julius上手指南

Julius's How-To Guide

Step 1: Connect to a data source Visit the [My Files] tab and click the "Add File" button in the center of the screen. Select Upload File to upload a file in any format for Julius to analyze or edit, be it a CSV, Excel, JSON file...
2yrs ago
057.8K