The educational application that visualises satellites and space debris, using machine learning to try and predict what these objects could look like in the future.
A long time ago, in a galaxy far far away, a group of Makers decided to create an application. Its mission? To create a predictive model which could help solve the problem of space debris
The initial goal was to use machine learning to predict the optimal orbit for a sweeper that would remove the items that are cluttering up our thermosphere. As a first iteration of this project, Space_Trash 1.0, is currently able to:
- fetch TLE data from space-track.org's API.
- import it to a local database.
- render the data to a model of the earth, using Cesium.js.
- let the user input the predictions they would like our model, How2, to make for objects of their choice.
- generate predictions and accuracy metrics for a machine learning model, using the linear regression algorithm.
Clone this repository, then run:
python manage.py migrate
python manage.py runserver
Visit localhost and have a look.
python manage.py test
To view the test coverage run
coverage report
As a user on the site, you can tell How2 what he should be predicting and which values he should be using to make his predictions. Not only will you be able to see his expected results but you'll also be able to see how accurate his predictions were.
To help provide context for the project we opted to have a landing page that would explain the concept and briefly outline the actions that a user could take.
We implemented a postgres database that would be populated by the API once every 24 hours. The goal was to streamline the amount of calls we made to the API since the amount of data being processed could affect the speed of the application.
The visualisation that displays the satellite data to the user requires a great deal of processing power so we decided to limit the number of objects that could be displayed at one time. A user can search for a specific object which can render in another's place.
• Django • Python • D3 • Tensorflow • Anaconda • Cesium • Travis • Heroku • PostgreSQL
We are indebted to the following services and sources: