Pre-requisites
-
Install Python
sudo apt install python3
-
Install virtual environment utility
sudo apt install python3-venv
-
Create a virtual environment
python3 -m venv venv
-
Setup an environment and run project (Activate virtual environment and install requirements and run development server)
source .env
How to Run:
- Call the function from "skewCorrector" file.
- Now just pass the "cv2.imread" returned image to the function.
- Now just run the Python file