Installation
Installing Dependencies (UNIX)
We assume that Python 3.10+ is installed on your system, and you have Poetry installed for dependency management.
Set Up Virtual Environment
Navigate to the project directory:
cd galaxyHackers
Installing Dependencies
Option 1: using Poetry 2.0.0+
Enter the Poetry environment:
poetry env activate
Install the project dependencies:
poetry install
Option 2: using pip
If Poetry doesn't suit your needs or it fails to fetch all required libraries, you can use pip to install all dependencies.
(Optional) Set up and activate the virtual environment:
python3.10 -m venv venv
source ./venv/bin/activate
Install the necessary packages using pip:
pip install torch torchvision timm torch_optimizer tqdm
pip install numpy pandas matplotlib scikit-learn Pillow
pip install astropy astroquery pixell dynaconf wget
pip install comet_ml h5py ultralytics