JiveyGuy / Meteorite_Data_Mine

For NMSU CS 488
The Unlicense
2 stars 0 forks source link
data-science machine-learning meteor nasa
drawing

For NMSU CS 488 Fall 2023 with Instructor: Dr. Tuan Le

Setup Instructions

Linux

  1. Clone the repository to a machine which has a local display (Does not work on a remote server headlessesly)
    git clone https://github.com/JiveyGuy/Meteorite_Data_Mine.git
  2. cd into the directory
    cd Meteorite_Data_Mine
  3. Setup a python virtual env
    python3 -m venv .venv
  4. Activate the environment
    source .venv/bin/activate
  5. Install dependencies
    pip install -r requirements_linux.txt
  6. Open the notebook in Visual Studio Code or in a Jupyter notebook.

    • How to open in a Jupyter Notebook

      1. From terminal:

        jupyter-lab
      2. Navigate to "http://localhost:8888/" in a web browser.

      3. After it logs you in select project.ipynb on the left file menu.

Other Documents

There are other doucemnt to help you get started with this repostiory: