Giter Site home page Giter Site logo

jimut123 / wisp Goto Github PK

View Code? Open in Web Editor NEW
14.0 3.0 6.0 32.56 MB

A preference based location finder app. https://jimut123.github.io/projects/wisp.html https://jimut123.github.io/blogs/jjc_wisp.html https://arxiv.org/pdf/2002.05886.pdf

Home Page: https://arxiv.org/abs/2002.05886

License: GNU General Public License v3.0

Python 0.25% TeX 0.01% Jupyter Notebook 99.75%
requests pandas folium numpy application cli machine-learning clustering foursquareapi html-renderer

wisp's Introduction

██╗    ██╗██╗███████╗██████╗       
██║    ██║██║██╔════╝██╔══██╗       
██║ █╗ ██║██║███████╗██████╔╝        
██║███╗██║██║╚════██║██╔═══╝       
╚███╔███╔╝██║███████║██║                 
 ╚══╝╚══╝ ╚═╝╚══════╝╚═╝     	2.0s - supporting CLI only
                                JIMUT(TM) 

Wisp : A preference based location finder app

Pull Requests Welcome first-timers-only Friendly Build Status DOI Papers With Code arXiv

Abstract

The work of finding the best place according to user preference is a tedious task. It needs manual research and lot of intuitive process to find the best location according to some earlier knowledge about the place. It is mainly about accessing publicly available spatial data, applying a simple algorithm to summarize the data according to given preferences, and visualizing the result on a map. We introduced JJCluster to eliminate the rigorous way of researching about a place and visualizing the location in real time. This algorithm successfully finds the heart of a city when used in Wisp application. The main purpose of designing Wisp application is used for finding the perfect location for a trip to unknown place which is nearest to a set of preferences. We also discussed the various optimization algorithms that are pioneer of today's dynamic programming and the need for visualization to find patterns when the data is cluttered. Yet, this general clustering algorithm can be used in other areas where we can explore every possible preference to maximize its utility.

Usage for version - 2.0 (Supporting CLI only)

$ git clone https://github.com/Jimut123/wisp
$ sudo pip install -r requirements.txt
$ python wisp_v2.py

Documentations

[abs/2002.05886 Research paper | B.Sc. Thesis | Old-Slide]

Video

youtube-video

These are some of the recent vizualisations generated by the clustering algorithm.


Contribution

Please feel free to raise issues and fix any existing ones. Further details can be found in our code of conduct.

While making a PR, please make sure you:

  • Always start your PR description with "Fixes #issue_number", if you're fixing an issue.
  • Briefly mention the purpose of the PR, along with the tools/libraries you have used. It would be great if you could be version specific.
  • Briefly mention what logic you used to implement the changes/upgrades.
  • Provide in-code review comments on GitHub to highlight specific LOC if deemed necessary.
  • Please provide snapshots if deemed necessary.
  • Update readme if required.
 GNU GENERAL PUBLIC LICENSE
                       Version 3, 29 June 2007

 Copyright (C) 2019-20 Jimut Bahan Pal, <https://jimut123.github.io/>
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.

BibTeX and citations

@article{DBLP:journals/corr/abs-2002-05886,
  author    = {Jimut Bahan Pal},
  title     = {How to cluster nearest unique nodes from different classes using JJCluster
               in Wisp application?},
  journal   = {CoRR},
  volume    = {abs/2002.05886},
  year      = {2020},
  url       = {https://arxiv.org/abs/2002.05886},
  archivePrefix = {arXiv},
  eprint    = {2002.05886},
  timestamp = {Mon, 02 Mar 2020 16:46:06 +0100},
  biburl    = {https://dblp.org/rec/journals/corr/abs-2002-05886.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

wisp's People

Contributors

imgbotapp avatar jimut123 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

wisp's Issues

Map saving

why is the map saved in the location C:\\Users\\admin\\AppData\\Local\\Temp\\tmp20ubm6zg which gives a PermissionError: [Errno 13] Permission denied: it can either save it in a chosen location or in the same directory.

Entire error message :
Exception in Tkinter callback Traceback (most recent call last): File "C:\Users\admin\AppData\Local\Programs\Python\Python37\Lib\tkinter\__init__.py", line 1705, in __call__ return self.func(*args) File "E:\git\wisp\venv\lib\site-packages\wisp-0.0.8b0-py3.7.egg\wisp.py", line 753, in show_map MAP_FINAL.save(tmp.name) File "E:\git\wisp\venv\lib\site-packages\branca\element.py", line 164, in save fid = open(outfile, 'wb') PermissionError: [Errno 13] Permission denied: 'C:\\Users\\admin\\AppData\\Local\\Temp\\tmpod9udnn7'

What is the policy for contributing?

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.