Skip to content

tenderzada/EdgeAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EdgeAI — 边缘智能与边缘智能体学习笔记

记录边缘智能 (Edge AI) 和边缘智能体 (Edge Agent) 的学习过程,涵盖模型、部署、优化与应用。

在线浏览

本仓库使用 Docsify 构建在线笔记本,启用 GitHub Pages 后即可访问:

https://tenderzada.github.io/EdgeAI/

本地预览

# 方式一:npx(无需安装)
npx docsify-cli serve docs

# 方式二:全局安装
npm i docsify-cli -g
docsify serve docs

然后浏览器打开 http://localhost:3000

目录结构

docs/                    # Docsify 站点(在线浏览)
  index.html             # Docsify 入口
  home.md                # 首页
  models/
    gemma-4-overview.md         # Gemma 4 模型 Q&A
    gemma-4-hf-ecosystem.md     # Gemma 4 HF 生态统计 Q&A
notes/
  models/                # 原始学习笔记
    gemma-4.md

学习路线

  • 适合边缘部署的开源模型(Gemma、Phi、Qwen 等)
  • 模型压缩与量化(GGUF、GPTQ、AWQ)
  • 端侧推理引擎(llama.cpp、MLX、TFLite、ONNX Runtime)
  • 边缘智能体框架与工作流
  • 实际硬件部署(手机、嵌入式、边缘服务器)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors