- Digital Image Processing Course Project (EE3035).
- Install Anaconda from this url https://www.anaconda.com/download. (Ignore this step if Anaconda is already installed).
- Create new conda environment.
conda create -n <your_env_name> python==3.10
- Activate new created environment.
conda activate <your_env_name>
- Install libraries and packages.
pip install -r requirement.txt
-
Check folder information
./samples:
Place your input images here../ans_keys:
Put your answer key (*.txt) file here. Set up answers as the below format.
1A 2A 3A 4A 5A 6E ...
./results:
Where the scanning result is stored asresult.csv
file.
-
Run GUI
python GUI.py