Giter VIP home page Giter VIP logo

kennethcandersen / the-mars-news-app Goto Github PK

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

This app scrapes the latest data regarding Mars exploration and presents it in one convenient online user interface. Uses MongoDB, Splinter, ChromeDriveManager, Beautifulsoup, Jupyter Notebook, Pandas, HTML and CSS.

Home Page: https://kennethcandersen.github.io/The-UFO-Sightings-Search-App/

Jupyter Notebook 51.50% HTML 19.30% Python 27.31% CSS 1.90%
mongodb splinter beautifulsoup jupyter-notebook pandas html-css

the-mars-news-app's Introduction

The Mars News App

Final App Screenshot

EXECUTIVE SUMMARY

This app scrapes the latest data regarding Mars exploration and presents it in one convenient user interface, demonstrated in the image above.

REPOSITORY NAVIGATION

  • Scraping code in Jupyter Notebook contains test code for scraping the various elements needed for the app, before converting to one python function (see next item).
  • Scraping function in Python contains the complete tested code for scraping data for the app. This function is called by the app (see next item).
  • Mission to Mars App contains the Python code for running the full application. It calls the scraping function (above).

OBJECTIVE

Create an app that automatically concentrates and displays the latest data on Mars exploration from four different websites into one convenient user interface.

STEPS, TOOLS & LANGUAGES USED

  1. Create an unstructured database in Mongo. An unstructured database makes sense since the project requires collecting a heterogenous set of data, including images, text and data formatted in a table.
  2. Create and test the scraping code in Jupyter Notebook. The code uses Splinter, ChromeDriverManager, BeautifulSoup, and Pandas. The scraped data is exported directly to the Mongo database using Pymongo.
  3. Convert the scraping code created in Notebook into one Python file as a function that can be called by the app.
  4. Create the app in a Python file using Flask that calls the scraping function, pulls the results from the Mongo database, and launches the HTML page that renders the data (see next item).
  5. Create an HTML file with Bootstrap and CSS that renders the data in a convenient user interface.

=======

the-mars-news-app's People

Contributors

kennethcandersen 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.