From 7c8ad2b7b2732704a81aeb80af8702c15653bf3b Mon Sep 17 00:00:00 2001 From: nssuu Date: Fri, 7 Feb 2025 00:19:02 +0300 Subject: [PATCH] Complete web page summarizer using gemini 2.0 flash --- ...eek1_web_page_summarizer_with_gemini.ipynb | 57 +------------------ 1 file changed, 2 insertions(+), 55 deletions(-) diff --git a/week1/community-contributions/week1_web_page_summarizer_with_gemini.ipynb b/week1/community-contributions/week1_web_page_summarizer_with_gemini.ipynb index ebcf6ef..a4bc395 100644 --- a/week1/community-contributions/week1_web_page_summarizer_with_gemini.ipynb +++ b/week1/community-contributions/week1_web_page_summarizer_with_gemini.ipynb @@ -102,63 +102,10 @@ }, { "cell_type": "code", - "execution_count": 56, + "execution_count": null, "id": "4b2a7585-d6fe-4160-af94-e905eaa13109", "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Home - Edward Donner\n", - "Home\n", - "Outsmart\n", - "An arena that pits LLMs against each other in a battle of diplomacy and deviousness\n", - "About\n", - "Posts\n", - "Well, hi there.\n", - "I’m Ed. I like writing code and experimenting with LLMs, and hopefully you’re here because you do too. I also enjoy DJing (but I’m badly out of practice), amateur electronic music production (\n", - "very\n", - "amateur) and losing myself in\n", - "Hacker News\n", - ", nodding my head sagely to things I only half understand.\n", - "I’m the co-founder and CTO of\n", - "Nebula.io\n", - ". We’re applying AI to a field where it can make a massive, positive impact: helping people discover their potential and pursue their reason for being. Recruiters use our product today to source, understand, engage and manage talent. I’m previously the founder and CEO of AI startup untapt,\n", - "acquired in 2021\n", - ".\n", - "We work with groundbreaking, proprietary LLMs verticalized for talent, we’ve\n", - "patented\n", - "our matching model, and our award-winning platform has happy customers and tons of press coverage.\n", - "Connect\n", - "with me for more!\n", - "January 23, 2025\n", - "LLM Workshop – Hands-on with Agents – resources\n", - "December 21, 2024\n", - "Welcome, SuperDataScientists!\n", - "November 13, 2024\n", - "Mastering AI and LLM Engineering – Resources\n", - "October 16, 2024\n", - "From Software Engineer to AI Data Scientist – resources\n", - "Navigation\n", - "Home\n", - "Outsmart\n", - "An arena that pits LLMs against each other in a battle of diplomacy and deviousness\n", - "About\n", - "Posts\n", - "Get in touch\n", - "ed [at] edwarddonner [dot] com\n", - "www.edwarddonner.com\n", - "Follow me\n", - "LinkedIn\n", - "Twitter\n", - "Facebook\n", - "Subscribe to newsletter\n", - "Type your email…\n", - "Subscribe\n" - ] - } - ], + "outputs": [], "source": [ "ed = Website(\"https://edwarddonner.com\")\n", "print(ed.title)\n",