Code Monkey home page Code Monkey logo

garglesearchengine's Introduction

Introduction

This project contains an image search engine I implemented on the side. It allows for search using an image or text. I aimed to design it so it would be easy to modify or replace many of the components. The search component is implemented in Python, and provides a server for making requests against. The front-end is a NodeJS server that takes requests and routes them to the Python server. This could theoretically allow for distributing the search queries.

Setup

To run this, you will need to have Python 3 and NodeJS available. I have run the code on Arch Linux to verify that it runs. You will also require some libraries:

pip install tensorflow tensorflow_datasets numpy scipy sklearn
npm install

To run the servers, you will need to need to have two sessions:

python search_runner.py
node web_server.py

Features

The implementation as it stands only permits searching for image data. However, it should be possible to query for text data instead with the proper data. Searches can be done using text or images.

The code will utilize a dataset of flower photos by default. However, this can be adjusted in search_runner.py, which sets up the indexing.

Licenses

My code is implemented to use a set of example flower images provided by Tensorflow. These images are covered under a variety of licenses, mostly (from the looks of the LICENSE.md file) Creative Commons. I do not own these images, and any legal responsibilities of users of my code are not mine. Users may change the dataset, but I am not responsible for any legal ramifications of doing so.

garglesearchengine's People

Contributors

dependabot[bot] avatar vimlord avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

afifaj

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.