This commit is contained in:
Sasza Stanczew 2025-05-20 11:27:59 +02:00
parent 92a2de0135
commit 1dfffa4acf
4 changed files with 2828 additions and 86 deletions

3
PythonAI/JupyterLab/.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
data
model_checkpoints
logs

View file

@ -10,10 +10,18 @@ numpy = "*"
scikit-learn = "*" scikit-learn = "*"
sklearn-pandas = "*" sklearn-pandas = "*"
matplotlib = "*" matplotlib = "*"
<<<<<<< HEAD
notebook-intelligence = "*" notebook-intelligence = "*"
jupyterlab-vim = "*" jupyterlab-vim = "*"
=======
tensorflow = "*"
torch = "*"
torchvision = "*"
ultralytics = "*"
>>>>>>> a6f27a9 (123:x)
[dev-packages] [dev-packages]
[requires] [requires]
python_version = "3.13" python_version = "3.12"
# python_version = "3.13"

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long