Coder Social home page Coder Social logo

bhavrish / jetbluescrawler Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 1.0 138.98 MB

Web application that allows airlines to obtain real-time insights through sentiment analysis of Tweets.

Python 19.10% HTML 4.45% CSS 21.46% JavaScript 54.95% Shell 0.04%

jetbluescrawler's Introduction

Don't Feel Blue, Jet Blue

Don't Feel Blue, Jet Blue is a web app that allows you and your airline to obtain real-time insights through sentiment analysis. It was developed by Bhavesh Shah, Jonathan Wong, Jessica Ding, and Michael Liu at YHack 2019.

Slides are available here.

Install

You can clone this repo or download it as a zip.

git clone https://github.com/bhavrish/jetbluescrawler.git/
cd jetbluescrawler

Once you've done this, you should create a postgres database. You can do this from the shell.

createdb <DB_NAME>

You can assign relevant privileges. First enter psql.

psql <DB_NAME>

You can grant privileges from here.

GRANT ALL PRIVILEGES ON DATABASE <db_name> to <user>;

You'll now need to input your access credentials. You can do this by copying the .modelenv file in jetBlueWebApp and modifying it appropriately.

cp jetBlueWebApp/.modelenv jetBlueWebApp/.env

You can now install the packages and migrate the database to the models.

pipenv install
pipenv shell
python3 manage.py makemigrations
python3 manage.py migrate

If all of this works as expected, you should be able to now run the server.

python3 manage.py runserver

Contributing

We don't currently have a guideline set in stone, but any popular OSS format works well, and we'll adopt one soon. Our project is super open to contributions.

jetbluescrawler's People

Contributors

bhavrish avatar colorblast avatar jessding avatar michaeltliu avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

jessding

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.