- Clone or download this respository
git clone https://github.com/alakbarz/AstroImageEnhancer.git
- 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
- Create a folder called "uploads" in the AstroImageEnhancer/static/ directory
- Start the server
python3 server.py