Giter VIP home page Giter VIP logo

imagilla's Introduction

Imagilla

This project aims to develop an image search application by giving a query image, similar images will be retrieved from a large database. It is based on deep learning which is a field of machine learning merged with a couple of new concepts that have gained a large interest in the last few years, transfer learning and approximate nearest neighbors search algorithms.

Technologies used for this project :

  • HTML & CSS
  • Bootstrap
  • Django
  • PostgreSQL
  • Tensorflow
  • Keras
  • Annoy
  • Cloudinary CDN

The necessary files for deep learning algorithm can be downloaded here : Kaggle notebook - output files.

The full algorithm is written in : algo/Model Building using Transfer Learning.ipynb

Installation

Follow these steps to install the repo :

git clone https://github.com/YassouSr/imagilla.git
cd imagilla
python -m venv env
.\env\Scripts\activate
python -m pip install -r requirement.txt

Then either download the necessary files for the algorithm from the link provided above or run the script of algorithm and store the results inside models/ folder, after that execute the application.

python manage.py runserver

Graphical User Interface

Home Page

This page enables users to search by uploading an image from their machine or entering a valid image URL.

home page

Search Page

After the user uploads an image or enters an image URL, our application will return 96 similar images to the query, based on the query predicted class. As shown below the application predicted the query class - pizza - and returned similar samples.

search query

results page

Error Page

Our web app will direct the user to this page whenever he or she enters an invalid image format or an invalid URL.

error page

imagilla's People

Contributors

yassousr avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.