Git Product home page Git Product logo

saproject's Introduction

SG Travel Planner

Social Analytics Project

Requirements

Requires Python 3.x

Installation

Run pip install -r requirements.txt to install all necessary dependencies.

Crawler

  • Create a file called .env in the project root directory based on the sample.env provided
  • Run the following commands:
    1. $ set -a
    2. $ source .env
    3. $ python -m crawler.runner

Web UI

To run the UI, you will need to first install Docker and Docker Compose. Choose the appropriate installation for your OS.

Once you have done that and have verified the installations, follow these steps in your Terminal/Command Prompt:

  • Ensure docker is up by running docker -v
  • cd travel_planner
  • docker-compose up --build and wait for everything to load, the first time will take some time to load up
  • Once everything is up and running, open up your browser and visit http://locahost/

saproject's People

Contributors

alagu30 avatar chchin2016 avatar rupini89 avatar thomasjiangcy avatar vigneshwarvadivel avatar

Stargazers

 avatar

Watchers

 avatar

saproject's Issues

Routing script

Construct MST.

Potential inputs:

  • Total time available
  • Time spent at each venue (arbitrary constant)
  • Time spent traveling (arbitrary distance/unit time)
  • Starting point (based on where user will be staying)

User interface script

Script to take in user preferences, run it through the LDA model and retrieve filtered list of Venues.

It should also sort the venues based on the average sentiment of each venue's tips.

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.