Implementation and demo of the PCA colour augmentation technique as described in the AlexNet paper.
This project uses Python 3.9.6. Setup your virtual environment then install with the below
pip install -r requirements.txt
Then startup with
streamlit run streamlit_app.py
Live demo of the application can be found on Streamlit where you can also test your own images.