Files
vehicle-classification/notebooks/model-training-v1.ipynb
KeshavAnandCode 9b65795602 hello world
2026-03-18 17:06:05 -05:00

28 lines
410 B
Plaintext

{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"id": "45c7d2a1",
"metadata": {},
"outputs": [],
"source": [
"print(\"Hello World\")"
]
}
],
"metadata": {
"kernelspec": {
"display_name": ".venv",
"language": "python",
"name": "python3"
},
"language_info": {
"name": "python",
"version": "3.11.15"
}
},
"nbformat": 4,
"nbformat_minor": 5
}