/projects-2024-snakecharmers

projects-2024-snakecharmers created by GitHub Classroom

Primary LanguageJupyter NotebookMIT LicenseMIT

Snake Charmers

Group members:

  • Serkan Korkmaz
  • Nihan Mortensen

This repository contains

  1. Inaugural project.
  2. Data project. We fetch data from source x on y and show that ...
  3. Model project. We model ...

Dependencies

All dependencies can be installed via the requirements.txt-file,

Using Anaconda

conda install --file requirements.txt

Using PIP

python -m pip install -r requirements.txt

NOTE: This repository has two branches, a development branch and a main branch; the main branch contains the final product.