Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 956 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 956 Bytes

PCA Colour Augmentation

GitHub Workflow Status Streamlit App

Implementation and demo of the PCA colour augmentation technique as described in the AlexNet paper.

App Demo

Getting started

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

Demo

Live demo of the application can be found on Streamlit where you can also test your own images.

License

MIT