Get your API key from HuggingFace here.
Create a virtual environment
Open the Terminal and create a python virtual environment.
Terminal
Install libraries
pip install -U huggingface_hub phidata
Export Environment Variables
export HF_TOKEN=***
Run HuggingFace Agent
python cookbook/providers/huggingface/basic.py
Was this page helpful?