/QAGOMA_colour_based_recommender

A Streamlit prototype that shows the early work for an artwork recommender based on artwork colours.

Primary LanguagePythonMIT LicenseMIT

QAGOMA_colour_based_recommender

A Streamlit prototype that shows the early work for an artwork recommender based on artwork colours.

To run the model, clone the repo. Then create a conda environment with the specific packages by using the next command:

conda env create -f environment.yml

Please be patient as the environment may take a few minutes to be created.

Then, to run the application, open a terminal in the location where you cloned the repo and use the next command:

conda activate qagoma_similar_colours

Then:

streamlit run app_similar_colours.py

You're good to go! Upload an image from your PC to see the results.

image