Complete Smart Farm Photo Keyword Tagging AI System - All deliverables ready

This commit is contained in:
Aherobo Ovie Victor
2025-07-16 20:24:25 +01:00
parent d0668af517
commit 2134df2635
74 changed files with 1317 additions and 0 deletions
Executable
+8
View File
@@ -0,0 +1,8 @@
#!/Users/macbook/ds_task_smart_farm_project/venv/bin/python3.10
# -*- coding: utf-8 -*-
import re
import sys
from pip._internal.cli.main import main
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
sys.exit(main())