Contributors Forks Stargazers Issues


smiLens

Website Image search using image by color and texture similarity
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contact
  5. Acknowledgments

About The Project

smiLens adalah website yang dibuat guna memenuhi tugas besar mata kuliah IF2121 Aljabar Linier dan Geometri. Website ini dapat digunakan untuk mencari gambar yang mirip dengan gambar yang diupload oleh pengguna. Gambar yang diupload oleh pengguna akan dicari kemiripannya dengan gambar yang ada di database. Kemiripan gambar akan dihitung berdasarkan warna dan tekstur gambar. Gambar yang mirip akan ditampilkan pada halaman hasil pencarian. Pembuatan website ini menggunakan NextJS dan FastAPI.

(back to top)

Built With

  • HTML
  • CSS
  • JavaScript
  • NodeJS
  • Python

(back to top)

Getting Started

Prerequisites

To start this app you need to install NodeJS and Python3 on your computer. You can install NodeJS from NodeJS.org and Python3 from Python.org.

Installation

  1. Clone the repo

    git clone
    
  2. Install NPM packages

    npm install
  3. Install Python packages

    pip install -r requirements.txt
  4. Run the app

    npm run dev
  5. Start uvicorn server

    uvicorn main:app --reload
  6. Open the app on your browser

    http://localhost:3000/
  7. Upload your image and click search button

(back to top)

Usage

A demo of the app A demo of the app A demo of the app

(back to top)

Contact

Project Link: https://github.com/maulvi-zm/Algeo02-22122

(back to top)

Acknowledgments

(back to top)