构建自己的 AI 助手应用程序 - 无需云端支持!

📄 中文摘要

该项目旨在使用边缘设备(如 Raspberry Pi)构建一个 AI 助手应用程序。最初的目标是实现家庭智能设备的自动化,后续将深入探讨该主题。项目的核心是创建一个 API 服务,使 Android/iOS 应用能够与托管在 Raspberry Pi 上的小型语言模型(SLM)进行通信。使用 Python 框架 FastAPI 来实现这一服务,同时还将开发一个适用于 Android 和 iOS 的移动应用程序,利用 Kotlin 进行跨平台开发。

📄 English Summary

Build Your Own AI Assistant App - No Cloud Required!

The project aims to build an AI assistant application using edge devices like Raspberry Pi. The initial goal was to automate smart devices in the home, which will be explored in further detail in subsequent articles. The core of the project involves creating an API service that enables communication between an Android/iOS app and a Small Language Model (SLM) hosted on the Raspberry Pi. This service will be implemented using the Python framework FastAPI, and a mobile application for both Android and iOS will be developed using Kotlin for cross-platform compatibility.

Powered by Cloudflare Workers + Payload CMS + Claude 3.5

数据源: OpenAI, Google AI, DeepMind, AWS ML Blog, HuggingFace 等