From 891b161b4832adc5c7dbba0d0f19827b4d9e4462 Mon Sep 17 00:00:00 2001
From: hun-bot <njh3421@gmail.com>
Date: Sat, 1 Mar 2025 16:14:19 +0900
Subject: [PATCH] Added my contributions to community-contributions

---
 .../Week1-Day2-Ollama-Exercise.ipynb          | 57 +++++++++++++++++++
 1 file changed, 57 insertions(+)
 create mode 100644 week1/community-contributions/Week1-Day2-Ollama-Exercise.ipynb

diff --git a/week1/community-contributions/Week1-Day2-Ollama-Exercise.ipynb b/week1/community-contributions/Week1-Day2-Ollama-Exercise.ipynb
new file mode 100644
index 0000000..4c3e3ab
--- /dev/null
+++ b/week1/community-contributions/Week1-Day2-Ollama-Exercise.ipynb
@@ -0,0 +1,57 @@
+{
+ "cells": [
+  {
+   "cell_type": "markdown",
+   "id": "fad31e32-2e42-42ae-ae63-c15d90292839",
+   "metadata": {},
+   "source": [
+    "# First Project\n",
+    "\n",
+    "Day1"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 3,
+   "id": "e95ac7f2-5192-4f83-acf3-61df30cd3109",
+   "metadata": {},
+   "outputs": [],
+   "source": [
+    "# imports\n",
+    "\n",
+    "import requests\n",
+    "from bs4 import BeautifulSoup\n",
+    "from IPython.display import Markdown, display"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "id": "08405038-4115-487f-9efc-de58572453c1",
+   "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.11.11"
+  }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 5
+}