GithubHelp home page GithubHelp logo

boynextdoor-cze / si100b-project Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 9.28 MB

Finished by Zeen Chi, Yihang Liu and Cheng Peng, all rights reserved

Python 52.37% JavaScript 1.05% Shell 0.60% HTML 3.76% Vue 42.13% CSS 0.09%

si100b-project's Introduction

SI100B Project: Who is Flying over?

Our project is an excellent course project (top 5).

Welcome to the python programming project for SI100B. In this project, you are going to build a web crawler that runs on a Raspberry Pi (a mini-computer) to obtain real-time flight data from a website called FlightRadar24 (or an alternative called FlightAware). You are going to control LED lights on an external circuit through the GPIO interface of your Raspberry Pi according to different scenarios and visualize your data analysis through graphs or a website. To be specific, you will build:

  1. A crawler to get data from a flight information website;

  2. A module that controls LED lights on an external circuit;

  3. A module or a website that accepts input parameters to your crawler;

  4. A module for analyzing and visualizing your data through plain graphs or a website.

All your programs run on a Raspberry Pi.

Overview

The project contains four parts. Each part requires you to implement a particular functionality of the project. Generally, you have one week of time to finish one part. At the end of each week, you are required to submit your implementation (Python code), a report on how you implement this part. Also, a face-to-face check will be arranged, requiring you to explain how your implementation works to a TA.

The 4 parts are:

How to run the Project?

Install dependencies

pip3 install -r requirements.txt

Additionally, make sure that Redis is already installed on your computer. If so, run

redis-server

on your PC to start the Redis server for all the communications in this project.

If normal, the output in the terminal should be like this:

Launch the program

In terminal run

python main.py --web

or

python3 main.py --web

to launch the project program.

Open the webpage

If the response of the server is normal, enter localhost:8999 in the browser address bar, then you can see a beautifully rendered webpage like this:

Retrieve data by yourself

You can change the arguments in the interactive interface, and see the visualized results in the Map bar and Data Visualization bar.

si100b-project's People

Contributors

boynextdoor-cze avatar

Watchers

 avatar

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.