feat: Initial project setup with structure, dependencies, and tooling

This commit is contained in:
Craig
2025-04-12 10:01:26 +01:00
parent 8c6de7380f
commit 36d1a877e5
21 changed files with 728 additions and 10 deletions

6
main.py Normal file
View File

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