To get the most out of this book
To get the most out of this book, it is recommended that you have basic knowledge of programming languages such as HTML, CSS, and JavaScript, as well as a familiarity with machine learning concepts. However, the book is structured in such a way as to be accessible to both beginners and experienced professionals. This book covers a range of technologies that are crucial to the development of intelligent web applications. The main software and frameworks include the following:
Software/hardware covered in the book |
Operating system requirements |
Python 3.7 or higher |
Windows, macOS, or Linux |
GitHub Copilot |
|
Visual Studio Code |
To set up your development environment, follow these instructions:
- Install Python: Download and install the latest version of Python from python.org.
- Set up Visual Studio Code: Download and install Visual Studio Code from code.visualstudio.com.
- Set up GitHub Copilot: Install GitHub Copilot as an extension in your preferred code editor, such as Visual Studio Code, following the instructions available at copilot.github.com.
By following these steps, you will be ready to explore the advanced AI techniques applied to web development discussed in this book.
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.