Technical requirements
To complete the tasks in this chapter, you will need the following:
- A Hugging Face account and user access token.
- An OpenAI account and user access token.
- Python 3.7.1 or later version.
- Python packages. Make sure to have the following Python packages installed:
langchain
,python-dotenv
,huggingface_hub
,streamlit
,pytube
,openai
, andyoutube_search
. Those can be easily installed viapip install
in your terminal.
You can find all the code and examples in the book’s GitHub repository at https://github.com/PacktPublishing/Building-LLM-Powered-Applications.