alakbarz / AstroImageEnhancer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 54.3%Language:HTML 19.3%Language:CSS 19.1%Language:JavaScript 7.4%