From the course: AI Toolkit Essentials for Visual Studio Code

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

Importing ONNX models into AI Toolkit with Model Creator

Importing ONNX models into AI Toolkit with Model Creator - Visual Studio Code Tutorial

From the course: AI Toolkit Essentials for Visual Studio Code

Importing ONNX models into AI Toolkit with Model Creator

- [Instructor] Let's go through the process of downloading a model, converting it using Onyx, and opening it in AI Toolkit. One location we can go to in order to find models to use is Hugging Face. They have a command-line interface that we can install and use to download their models, and let's install it so we can get some models, and we're here in a command prompt, and this is an administrator command prompt 'cause some of what we're going to do in this video does require administrator permissions. So the first thing I'm going to do is I'm going to go pip install -U, and we're going to install huggingface_hub and CLI, and we're not installing this inside of our Anaconda environment; we're just installing it directly on the machine. Okay, and now we can use it to download a model, and let's go look at their website real quick. So here we are on their website, and we can get a list of models that may be interesting. Remember, not all of these models will work based on Onyx and AI…

Contents