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 a635ee4 commit 157873c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/components/jeston/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,13 @@ const computerPageA = () => {
})}
{usageRender({
class:styles.gray,
title: 'Jetpack Flash and Hardware Usage',
title: 'AI Developer Tools',
desc: `
Most of our reComputer Jetson products come with NVIDIA JetPack system pre-installed on the device. However, if you want to flash these devices again or flash other devices which do not come with JetPack system, you can follow the below links for step-by-step guidance. We have also included guidance on how to use different hardware peripherals on these NVIDIA Jetson powered devices.
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.
`,
list:listData1
})}
Expand Down

0 comments on commit 157873c

Please sign in to comment.