init uv project

This commit is contained in:
Sven Vogel 2025-03-18 01:01:55 +01:00
parent b4e055cefb
commit 2de4c35ec8
5 changed files with 2262 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.ipynb_checkpoints

1
.python-version Normal file
View File

@ -0,0 +1 @@
3.11

6
main.py Normal file
View File

@ -0,0 +1,6 @@
def main():
print("Hello from ai!")
if __name__ == "__main__":
main()

17
pyproject.toml Normal file
View File

@ -0,0 +1,17 @@
[project]
name = "ai"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"boto3>=1.37.11",
"jupyter>=1.1.1",
"keras>=3.9.0",
"matplotlib>=3.10.1",
"numpy>=2.2.3",
"opencv-python>=4.11.0.86",
"pandas>=2.2.3",
"scikit-learn>=1.6.1",
"seaborn>=0.13.2",
]

2237
uv.lock Normal file

File diff suppressed because it is too large Load Diff