Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 545 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 545 Bytes

HuggingFace Agent Demo

This is repo contains code exploring the use of HuggingFace agents. Reusable code is in the src folder. Example usage is in the agent_testing.ipynb jupyter notebook. To run the Notebook, Begin by creating the environment.

conda env create -f environment.yml

Next activate the environment.

conda activate hf_agents

Finally start jupyter lab to interact with the notebook.

jupyter lab