diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..fdbbf0cc --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +__pycache__ +*.html \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 00000000..efc21fd6 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,8 @@ +bokeh==2.4.2 +matplotlib==3.10.0 +numpy==2.2.1 +opencv_python==4.10.0.84 +pandas==1.5.3 +scikit_learn==1.6.0 +scipy==1.14.1 +tqdm==4.67.1