Skip to content

Commit

Permalink
add ai developer tools
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhuYaoHui1998 committed Sep 24, 2024
1 parent 157873c commit a5b0185
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions src/components/jeston/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,7 @@ const computerPageA = () => {
class:styles.gray,
title: 'AI Developer Tools',
desc: `
After you have access to an NVIDIA Jetson device, you can start developing different AI applications to suite different scenarios. The very first step of an AI project is to
obtain data for training. Then you need to label the data and train an AI model. After that, you can optimize this model to make sure the model runs the best on the selected
device. Finally, you deploy this AI model to the NVIDIA Jetson device so that you can start building applications. You can also manage these applications remotely so that,
you can track the device performance metrics to ensure the device is performing well in the field.
We have prepared wiki guides that covers the entire AI workflow as explained above using different software providers and tools.
After accessing an NVIDIA Jetson device, the AI development process involves several key steps: obtaining and labeling data for training, training and optimizing the AI model to ensure optimal performance on the device, and finally deploying the model to build applications. Additionally, applications can be managed remotely, allowing for tracking of device performance metrics to ensure field efficiency. Comprehensive wiki guides are available to support this AI workflow using various software tools.
`,
list:listData1
})}
Expand Down
2 changes: 1 addition & 1 deletion src/components/recomputer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const computerPageA = () => {
<div style={{ color: "#8DC215", fontStyle: 'italic'}}>
Note: Hover your mouse over the product name on the left hand side and click it to enter the relevant wiki pages. Also hover your mouse over the product series name
on the right hand side to have a glimpse of the products included in that series.
</div>
</div>
<HardwarePage></HardwarePage>
<div id="NVIDIA_index_software" style={{ textAlign: "center", color: "#8DC215", fontSize: "3.2rem", fontWeight: "bold" }}>AI Developer Tools</div>
After you have access to an NVIDIA Jetson device, you can start developing different AI applications to suite different scenarios. The very first step of an AI project is to
Expand Down

0 comments on commit a5b0185

Please sign in to comment.