This is a collection of useful scripts and tools for a different range of tasks.
Use the following to set up the environment:
conda create -n cv_coockbook python=3.8 -y
conda activate cv_coockbook
conda install matplotlib
pip install icrawler
pip install -q -U transformers
pip install accelerate
pip install requests beautifulsoup4
'''