Skip to content

Commit

Permalink
Créé à l'aide de Colab
Browse files Browse the repository at this point in the history
  • Loading branch information
beryamosta committed Apr 16, 2024
1 parent 2c989ff commit bc9ae09
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions MLFloorPlan.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"nbformat": 4,
"nbformat_minor": 0,
"metadata": {
"colab": {
"provenance": [],
"gpuType": "T4",
"authorship_tag": "ABX9TyPb1NbSul25pfSPSaClqB+l",
"include_colab_link": true
},
"kernelspec": {
"name": "python3",
"display_name": "Python 3"
},
"language_info": {
"name": "python"
},
"accelerator": "GPU"
},
"cells": [
{
"cell_type": "markdown",
"metadata": {
"id": "view-in-github",
"colab_type": "text"
},
"source": [
"<a href=\"https://colab.research.google.com/github/beryamosta/MLFloorPlan/blob/main/MLFloorPlan.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "-wOn0V1pq6e1",
"outputId": "e2f42e8f-c286-466b-a15a-47b25e49c7a8"
},
"outputs": [
{
"output_type": "stream",
"name": "stdout",
"text": [
"yazod\n"
]
}
],
"source": [
"print ('yazod')"
]
}
]
}

0 comments on commit bc9ae09

Please sign in to comment.