Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.32 KB

File metadata and controls

35 lines (24 loc) · 1.32 KB

ISS-Supply-Optimization-Project

Introduction

Welcome to our ISS-Supply-Optimization Web App(To The Moon). This application is designed to analyze user-provided datasets and offer insightful predictions, visualized through interactive graphs and tables.

Features

  • Data Upload: Users can upload their data in CSV format.
  • Data Processing: The app processes the data to identify patterns and correlations.
  • Predictive Analysis: Using algorithms, the app predicts future trends based on the data.
  • Visualization: Presents data predictions in the form of interactive graphs and tables.

Tech Stack

  • Frontend: HTML, CSS, PHP
  • Backend: Python with Flask
  • Libraries/Tools: Jupyter Notebook for algorithm creation, Pandas for data manipulation, Matplotlib/Plotly for data visualization

Prerequisites

  • Python 3.6 or higher
  • Pip package manager
  • A modern web browser

Setup Instructions

Consult the Installation Manual found in the Wiki page.

Authors