Files
vehicle-classification/notebooks/model-training-v1.ipynb
KeshavAnandCode 8c74fb780d Real hellow world
2026-03-18 17:08:08 -05:00

44 lines
722 B
Plaintext

{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"id": "7a37220a",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Hello, World!\n"
]
}
],
"source": [
"print(\"Hello, World!\")"
]
}
],
"metadata": {
"kernelspec": {
"display_name": ".venv",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.15"
}
},
"nbformat": 4,
"nbformat_minor": 5
}