{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "\n", "%%HTML\n", "" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Clustering images\n", "\n", "**Mahmood Amintoosi, Fall 2024**\n", "\n", "Computer Science Dept, Ferdowsi University of Mashhad" ] }, { "cell_type": "code", "execution_count": null, "metadata": { "colab": { "base_uri": "https://localhost:8080/" }, "id": "xGEVTyYpbBWW", "outputId": "8ea643b3-0a28-4e52-de1a-5ee56138c626", "tags": [ "hide-input" ] }, "outputs": [], "source": [ "# Auto-setup when running on Google Colab\n", "import os\n", "if 'google.colab' in str(get_ipython()) and not os.path.exists('/content/mfds'):\n", " !git clone https://github.com/fum-cs/mfds.git\n", " %cd mfds/notebooks" ] }, { "cell_type": "markdown", "metadata": { "id": "nXFLW1mfbBWY" }, "source": [ "