Coder Social home page Coder Social logo

geosearch-search-engine's Introduction

GeoSearch-Search-Engine

We developed a location-based search system for web documents on the internet. This system can find documents based on the distance between locations that are described in web documents and a location specified by a user. It consists of three modules.

  • Gathering web documents,
  • A parser extracts address strings from documents and associates latitude-longitude information to the original document and retrieval module.
  • This system can retrieve location-related web documents overlooked by conventional keyword-based search engines.

To Run Project

  • First create jar file of the project using any IDE Example IntelliJ IDEA,
  • File -> Project Structure -> Artifacts -> + -> Follow default settings
  1. To run project first create a virtual environment to run Django backend server.

  2. Install dependancies using the command

    $ pip install -r requirements.txt

  3. To run django server go to root/django-server/geosearch/

    $ python manage.py runserver

  4. To run Lucene runnable jar go to root/geosearch_lucene

    $ java -jar geosearch_lucene.jar

Screenshots

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.