DeepLearning101 commited on
Commit
0a50cac
·
verified ·
1 Parent(s): 2826589

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +21 -28
app.py CHANGED
@@ -315,39 +315,32 @@ with gr.Blocks(title="Prof.404 開箱教授去哪兒?", theme=gr.themes.Soft()
315
  selected_prof_state = gr.State(None)
316
 
317
  # 🌟 這裡插入了您要求的徽章與文字,使用 HTML 置中
318
- gr.Markdown("""
319
  <div align="center">
320
 
321
- # 🎓 Prof.404 - 開箱教授去哪兒? (API KEY RPD,建議自行 Fork)
322
-
323
- [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/DeepLearning101/Prof.404)
324
- [![GitHub](https://img.shields.io/badge/GitHub-Repo-black)](https://github.com/Deep-Learning-101/prof-404)
325
  [![Powered by](https://img.shields.io/badge/Powered%20by-Gemini%20Pro-4285F4?logo=google)](https://deepmind.google/technologies/gemini/)
326
- [Deep Learning 101](https://deep-learning-101.github.io/)
327
 
328
-
329
- 👉 歡迎 Star ⭐ GitHub 👆 👆 HuggingFace ⭐ 覺得不錯 👈
330
-
331
- **學術研究啟程的導航系統,拒絕當科研路上的無頭蒼蠅**
332
- **(全新升級:支援雲端同步!Space 重啟資料不遺失 🔄)**
333
-
334
- ## 🧠 補腦專區:Deep Learning 101
335
-
336
- 在使用工具飛向宇宙之前,先把裝備穿好。這裡有我們整理的最新乾貨滿滿 AI 技術地圖與實戰心法:
337
-
338
- ### 🔥 技術傳送門 (Tech Stack)
339
- * 🤖 **大語言模型 (LLM)**: [拆解 LLM 的黑盒子](https://deep-learning-101.github.io/Large-Language-Model)
340
- * 📝 **自然語言處理 (NLP)**: [讓機器聽懂人話](https://deep-learning-101.github.io/Natural-Language-Processing)
341
- * 👁️ **電腦視覺 (CV)**: [像素眼中的世界](https://deep-learning-101.github.io//Computer-Vision)
342
- * 🎤 **語音處理 (Speech)**: [聲音的 AI 魔法](https://deep-learning-101.github.io/Speech-Processing)
343
-
344
- ### 📚 必讀心法 (Must Read)
345
- * **策略篇** 👉 [AI 新賽局:企業的入門策略指南](https://deep-learning-101.github.io/Blog/AIBeginner)
346
- * **評測篇** 👉 [臺灣 LLM 性能評測與在地化分析](https://deep-learning-101.github.io/Blog/TW-LLM-Benchmark)
347
- * **實戰篇** 👉 [從零到一:打造高精準度 RAG 系統](https://deep-learning-101.github.io/RAG)
348
- * **避坑篇** 👉 [避開 AI Agent 開發陷阱與解決方案](https://deep-learning-101.github.io/agent)
349
-
350
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
351
  """)
352
 
353
  with gr.Row():
 
315
  selected_prof_state = gr.State(None)
316
 
317
  # 🌟 這裡插入了您要求的徽章與文字,使用 HTML 置中
318
+ gr.Markdown("""
319
  <div align="center">
320
 
321
+ # 🎓 Prof.404 - 開箱教授去哪兒?
322
+
323
+ [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/DeepLearning101/Prof.404) &nbsp;
324
+ [![GitHub](https://img.shields.io/badge/GitHub-Repo-black)](https://github.com/Deep-Learning-101/prof-404) &nbsp;
325
  [![Powered by](https://img.shields.io/badge/Powered%20by-Gemini%20Pro-4285F4?logo=google)](https://deepmind.google/technologies/gemini/)
 
326
 
327
+ **學術研究啟程的導航系統,拒絕當科研路上的無頭蒼蠅 🪰** <span style="font-size: 0.9em; color: gray;">(全新升級:支援雲端同步!Space 重啟資料不遺失 🔄 | API KEY RPD,建議自行 Fork)</span>
328
+
329
+ 👉 歡迎 Star [GitHub](https://github.com/Deep-Learning-101/prof-404) ⭐ 覺得不錯 👈
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
330
  </div>
331
+
332
+ ---
333
+
334
+ <div align="center">
335
+ <h3>🧠 補腦專區:<a href="https://deep-learning-101.github.io/" target="_blank">Deep Learning 101</a></h3>
336
+ </div>
337
+
338
+ | 🔥 技術傳送門 (Tech Stack) | 📚 必讀心法 (Must Read) |
339
+ | :--- | :--- |
340
+ | 🤖 [**大語言模型 (LLM)**](https://deep-learning-101.github.io/Large-Language-Model) | 🏹 [**策略篇:企業入門策略**](https://deep-learning-101.github.io/Blog/AIBeginner) |
341
+ | 📝 [**自然語言處理 (NLP)**](https://deep-learning-101.github.io/Natural-Language-Processing) | 📊 [**評測篇:臺灣 LLM 分析**](https://deep-learning-101.github.io/Blog/TW-LLM-Benchmark) |
342
+ | 👁️ [**電腦視覺 (CV)**](https://deep-learning-101.github.io//Computer-Vision) | 🛠️ [**實戰篇:打造高精準 RAG**](https://deep-learning-101.github.io/RAG) |
343
+ | 🎤 [**語音處理 (Speech)**](https://deep-learning-101.github.io/Speech-Processing) | 🕳️ [**避坑篇:AI Agent 開發陷阱**](https://deep-learning-101.github.io/agent) |
344
  """)
345
 
346
  with gr.Row():