Skip to content

Commit

Permalink
Merge pull request #197 from Davisonyeas/main
Browse files Browse the repository at this point in the history
Built an image classification model using ResNet50
  • Loading branch information
Sammybams authored Oct 13, 2023
2 parents 9a2465c + eccc597 commit 00a6463
Show file tree
Hide file tree
Showing 6 changed files with 835 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
venv
pyvenv.cfg
lib64
*.DS_Store
Binary file added Project_1/.DS_Store
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"hello\n"
]
}
],
"source": [
"print(\"hello\")"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"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.10.9"
}
},
"nbformat": 4,
"nbformat_minor": 2
}

Large diffs are not rendered by default.

0 comments on commit 00a6463

Please sign in to comment.