'''
The sample data I used for preprocessing is the BIQ2021 dataset found here on Kaggle:
https://www.kaggle.com/datasets/nisarahmedrana/biq2021
Uses python 3.9+
CI\CD Make portable to other operating systems and python versions Edge detection, train a model to recognize the contents of images
Activate a virtual environment if you so choose
Ensure you are using python 3.9+
Create a 'data' folder in your project directory
In your terminal run 'pip install -r requirements.txt' to install requirements
Execute the code to download the dataset via this line
path = kagglehub.dataset_download("nisarahmedrana/biq2021")
README will be updated as the project moves along
- Compatibility with image datasets outside of Kaggle