File size: 1,031 Bytes
71fc1f6
 
 
d648eb5
71fc1f6
b395e8e
71fc1f6
 
 
 
 
d648eb5
71fc1f6
 
 
 
d648eb5
71fc1f6
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">  <!-- <--- 添加或确保这行存在且正确 -->
    <title>个性化营养助手 Demo</title>
    <style> body { font-family: sans-serif; margin: 20px; } h1, p { text-align: center; } img { display: block; margin-left: auto; margin-right: auto; }</style>
</head>
<body>
    <h1>个性化营养助手 (Colab 实现)</h1>
    <p>本项目通过 Google Colab 实现,帮助您计算个性化的营养需求并获取食材推荐。</p>
    <p>
        <a href="https://colab.research.google.com/github/jinv2/NutritionalAssistantColab/blob/main/NutritionalAssistant.ipynb" target="_blank">
            <img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
        </a>
    </p>
    <p>点击上面的按钮在 Google Colab 中打开并运行项目。</p>
    <p>您也可以访问项目的 <a href="https://github.com/jinv2/NutritionalAssistantColab" target="_blank">GitHub 仓库</a> 查看源代码和更多信息。</p>
</body>
</html>