Browse Source

Output clear.

pull/210/head
SyedNaqi Hussain 3 months ago
parent
commit
67a296c6e9
  1. 27
      week1/tweet-generate-from-alt-text.ipynb

27
week1/tweet-generate-from-alt-text.ipynb

@ -524,33 +524,10 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 25, "execution_count": null,
"id": "00743dac-0e70-45b7-879a-d7293a6f68a6", "id": "00743dac-0e70-45b7-879a-d7293a6f68a6",
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [],
{
"data": {
"text/markdown": [
"Here's a markdown layout featuring tables for each image with a funny tweet alongside it:\n",
"\n",
"```markdown\n",
"| Image | Funny Tweet |\n",
"|------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------|\n",
"| ![Vintage Motorcycle](https://images.pexels.com/photos/30770767/pexels-photo-30770767/free-photo-of-classic-motorcycle-in-kerala-countryside.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500) | \"When you want to feel like a rebel, but your bike is still in the shop. 🏍😂\" |\n",
"| ![Flock of Birds](https://images.pexels.com/photos/30810205/pexels-photo-30810205/free-photo-of-flock-of-birds-in-flight-against-clear-sky.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500) | \"When the squad is finally ready to leave the party but you can't find your keys. 🕊🤣\" |\n",
"| ![Playful Seals](https://images.pexels.com/photos/30824250/pexels-photo-30824250/free-photo-of-playful-seals-on-rocky-san-diego-shore.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500) | \"When you’re trying to chill at the beach, but your buddy won’t stop splashing you. 🦭💦\" |\n",
"```\n",
"\n",
"Feel free to use or modify the layout and the tweets as you see fit!"
],
"text/plain": [
"<IPython.core.display.Markdown object>"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [ "source": [
"# A small exercise to feed the llm with image alt text and return a funny tweet.\n", "# A small exercise to feed the llm with image alt text and return a funny tweet.\n",
"\n", "\n",

Loading…
Cancel
Save