Skip to content

alakbarz/AstroImageEnhancer

Repository files navigation

AstroImageEnhancer

image

Setup

  1. Clone or download this respository
git clone https://github.com/alakbarz/AstroImageEnhancer.git
  1. Install required Python packages/libraries.
  • Flask
  • opencv-python

The following instructions are for Ubuntu (Debian-based Linux) users.

If you already have pip installed then skip the next step.

sudo apt install python3-pip

Install the packages

pip3 install Flask
pip3 install opencv-python
  1. Create a folder called "uploads" in the AstroImageEnhancer/static/ directory
  2. Start the server
python3 server.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published