Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 922 Bytes

File metadata and controls

37 lines (21 loc) · 922 Bytes

image-processing

The goal is to process FITS images and apply filters and whatever you're supposed to do with astronomy pictures.

Table of Contents

  1. Overview
  2. Packages used
  3. Project Setup

Overview

So basically we don't really know. Once we got a diagram or smth we can put it here

Packages used

List of packages used in this project can be found here

Project Setup

Prerequisites

Installation

  1. Clone the repository

    git clone https://github.com/JAVA-IMAGING/image-processing.git

  2. Navigate to project directory

    cd ./image-processing

  3. Install required packages

    pip install -r requirements.txt