2 Getting Started
This chapter covers
- Using Anaconda
- Creating virtual environments using conda
- Using GPU in the pipeline() function
- Using the Hugging Face Hub package Setting up the Development Environment
Previously, you saw some of the exciting projects that you will be creating throughout this book using the Hugging Face pre-trained models as well as services such as AutoTrain. The main programming language you will be using is Python and personally my personal favorite IDE is Jupyter Notebook.
Jupyter Notebook is an open-source web application that allows you to create and share documents containing live code, equations, visualizations, and narrative text. It's widely used in data science, scientific research, machine learning, and education due to its interactive and exploratory nature.
In the following sections, you will learn how to setup Jupyter Notebook and how to create a virtual environment to work with all the examples in this book.