/AI-NASA-asteroids

This repository holds the second project of the AI curricular unit (Artificial Intelligence).

Primary LanguageJupyter Notebook

NASA: Asteroids Classification

How to run

  • Install all necessary requirements: pip install -r requirements.txt
  • All code is provided in a Jupyter notebook (.ipynb).
  • To test the models, you can use a simple web app by running: streamlit run Asteroids\ ☄️.py

Project structure

  • data/: This folder contains the datasets used in the project.
  • models/: This directory holds the saved models after training. Files are named based on the classifier type and timestamp.
  • main.ipynb: The Jupyter notebook used for developing the code.
  • Asteroids ☄️.py: Script for running a Streamlit web app