Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.28 KB

File metadata and controls

35 lines (24 loc) · 1.28 KB

Autonomous Satellite Routing Simulator

What is this project about?

This project is a simulator that uses machine learning and deep learning algorithms to predict the best route for a satellite to take in order to avoid space debris. The simulator uses a 3D model of the Earth made in PyQT and the space debris to calculate the best route for the satellite to take. The simulator also generates plots and statistics to show the performance of the machine learning and deep learning algorithms.

Dependencies

Setup

Install the dependencies using the latest version of Pip:

pip install PyQt5 numpy matplotlib pandas scikit-learn tensorflow

How to run the program

python model.py

How to run the program that generates the plots and statistics

python getPerformanceMetrics.py