Compare commits
2 Commits
b4e055cefb
...
c18f4946a7
Author | SHA1 | Date |
---|---|---|
|
c18f4946a7 | |
|
2de4c35ec8 |
|
@ -0,0 +1 @@
|
|||
.ipynb_checkpoints
|
|
@ -0,0 +1 @@
|
|||
3.11
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,6 @@
|
|||
def main():
|
||||
print("Hello from ai!")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
@ -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",
|
||||
]
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue