> ## Documentation Index
> Fetch the complete documentation index at: https://felimet-hub.jmcores.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Felimet Hub：研究、專案與技術筆記

> Felimet Hub 是 Felimet 的個人技術中心，整合同儕審查論文、工程專案與技術筆記，內容涵蓋人工智慧、紋影光學成像、深度感測、Python 環境建置、Docker 容器化與 Cloudflare Tunnel 自託管部署等開發者工具，集中呈現完整的研究與技術實作軌跡。

<div className="home-hero" style={{ textAlign: "center", padding: "5rem 1rem 2.5rem", maxWidth: "880px", margin: "0 auto" }}>
  <img src="https://mintcdn.com/felimet/o4nUK2uwNPSF27VA/images/hero-logo.svg?fit=max&auto=format&n=o4nUK2uwNPSF27VA&q=85&s=c833aa79c37e21c6830f50c0ee9bfab4" alt="Felimet Hub" style={{ height: "96px", margin: "0 auto 1.75rem", display: "block" }} width="794" height="533" data-path="images/hero-logo.svg" />

  <h1 style={{ fontSize: "3.25rem", fontWeight: 600, margin: "0 0 0.75rem" }}>Felimet Hub</h1>
  <p style={{ fontSize: "1.25rem", color: "#8a8378", margin: "0 0 2rem", textAlign: "center" }}>探索 · 組織 · 開發 · 紀錄，讓我們一起探索技術與自我實現</p>

  <div style={{ display: "flex", gap: "0.75rem", justifyContent: "center", flexWrap: "wrap" }}>
    <a href="/projects/overview" style={{ display: "inline-block", padding: "0.6rem 1.5rem", background: "#bf7551", color: "#ffffff", borderRadius: "9999px", textDecoration: "none", fontWeight: 600 }}>瀏覽專案</a>
    <a href="/notes/overview" style={{ display: "inline-block", padding: "0.6rem 1.5rem", border: "1px solid #bf7551", color: "#bf7551", borderRadius: "9999px", textDecoration: "none", fontWeight: 600 }}>閱讀筆記</a>
  </div>
</div>

<div className="home-body" style={{ maxWidth: "880px", margin: "0 auto", padding: "0 1rem 4rem" }}>
  ## 關於個人技術軌跡的集散地

  每一則筆記都是給自己的一份解答；在問與答之間，紀錄將經驗內化的旅程。

  <CardGroup cols={2}>
    <Card title="Projects" icon="folder-open" href="/projects/overview">
      各式專案作品集，從概念發想到實際部署的完整紀錄。
    </Card>

    <Card title="Publications" icon="graduation-cap" href="/publications/overview">
      期刊論文與研討會論文的學術著作紀錄。
    </Card>

    <Card title="Notes" icon="book" href="/notes/overview">
      技術筆記與學習心得，分門別類的知識庫。
    </Card>

    <Card title="About" icon="user" href="/about">
      關於我的技術背景、工具偏好與聯繫方式。
    </Card>
  </CardGroup>
</div>
