Local Deployment and Fine-Tuning Tutorial for Qwen 2.5 Model

Local Deployment and Fine-Tuning Tutorial for Qwen 2.5 Model

“ As a non-professional beginner, my initial interest in large models led me to explore related knowledge. As I read more papers and reports, I always wanted to practice with large models but didn’t know where to start. I believe many students share the same experience as I did back then. This article will guide … Read more

Building An AI Agent With Python: A Complete Guide Using PhiData, FastAPI, and Docker

Building An AI Agent With Python: A Complete Guide Using PhiData, FastAPI, and Docker

This article introduces how to use Python, PhiData, FastAPI and Docker to build a simple AI Agent, and expose it as a Web service. Main Points Using PhiData to build a simple AI Agent, which decides whether to turn on the heater or air conditioning based on temperature. Using FastAPI to create a RESTful API, … Read more

Practical Guide to Rapid IoT Platform Development with Cursor

Practical Guide to Rapid IoT Platform Development with Cursor

In the court, a young concubine is worried about writing the IoT platform. “Your Majesty, I recently received a task to develop an IoT platform, but I always feel that writing code is too slow. Is there any magical tool that can help me improve my efficiency?” “Do not worry, my dear. Today I will … Read more

Quick Start Guide to LlamaIndex RAG CLI

Quick Start Guide to LlamaIndex RAG CLI

Click 01 Magician Society Follow the official account, and never get lost in AI learning LlamaIndex is a simple and flexible data framework for connecting custom data sources with large language models. RAG is the process of optimizing LLM outputs by referencing knowledge bases outside of their training data sources before generating responses. RAG extends … Read more

Deploying Autonomous AI Agents with AgentGPT

Deploying Autonomous AI Agents with AgentGPT

Aitrainee | Public Account: AI Progress Student 🌟AgentGPT allows you to configure and deploy autonomous AI Agents. It is an improved version of AutoGPT based on Langchain, requiring no deployment, and provides a website that can be used directly. The customized agents will attempt to achieve their goals by thinking about the tasks to complete, … Read more

Phidata: 8.3K Stars! Create AI Agents with Long-Term Memory Using GPT-4o

Phidata: 8.3K Stars! Create AI Agents with Long-Term Memory Using GPT-4o

Project Overview Phidata is an open-source framework designed to build automated assistants (intelligent agents) with memory, knowledge, and tool capabilities. This framework addresses the limitations of existing large language models (LLMs) in terms of context and their inability to perform actions by adding a database to store chat history, a vector database to store business … Read more

Agentic Security: A Fuzz Testing Tool for LLM Models

Agentic Security: A Fuzz Testing Tool for LLM Models

About Agentic Security Agentic Security is a fuzz testing and security detection tool designed for LLM models, which can help researchers perform comprehensive security analysis and testing on any LLM. Please note that Agentic Security is designed as a security scanning tool, not a foolproof solution. It cannot guarantee complete protection against all potential threats. … Read more