To get the most out of this book
First of all, you’ll need Python 3 installed and working on your system. All the code examples are using spaCy v3.7. For the helper libraries, such as pandas, the latest versions available on pip will work.
|
Software/hardware covered in the book |
Operating system requirements |
|
Python >= 3.12 |
Windows, macOS, or Linux |
|
spaCy v3.7 |
|
|
spacy-transformers == 1.3.5 |
|
|
spacy-streamlit >= 1.0.6 |
|
|
FastAPI >= 0.112.0 |
If you are using the digital version of this book, we advise you to type the code yourself or access the code from the book’s GitHub repository (a link is available in the next section). Doing so will help you avoid any potential errors related to the copying and pasting of code.