diff --git a/.gitignore b/.gitignore index a794706f..fd1fd196 100644 --- a/.gitignore +++ b/.gitignore @@ -168,4 +168,7 @@ crawler_data.db test_pad.py test_pad*.py .data/ -Crawl4AI.egg-info/ \ No newline at end of file +Crawl4AI.egg-info/ + +requirements0.txt +a.txt diff --git a/requirements.txt b/requirements.txt index 1ec0b72e..3d554030 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,3 +16,6 @@ scikit-learn==1.4.2 selenium==4.20.0 spacy==3.7.4 uvicorn==0.29.0 +transformers==4.40.2 +chromedriver-autoinstaller==0.6.4 +torch==2.3.0 \ No newline at end of file