View the report at https://classic-magnolia-8b6.notion.site/Carved-Into-the-City-Melbourne-s-Story-Through-Public-Art-210b78e40b24808eb46ff5a9bc3731fb?source=copy_lin
This project analyzes public artworks in Melbourne using data science and machine learning techniques. The repository includes data processing, enrichment, and analysis workflows, with a focus on leveraging large language models (LLMs) for enhanced insights.
data/
landing/
: Raw data files (e.g.,outdoor-artworks.parquet
)processed/
: Cleaned and processed data
models/
: Saved models and related artifactsnotebooks/
: Jupyter notebooks for data download, enrichment, and analysisdata_download.ipynb
: Scripts for downloading and preparing datallm_enrichment.ipynb
: Enrichment of data using LLMsanalysis.ipynb
: Exploratory data analysis and visualization
requirements.txt
: Python dependencies
- Clone the repository:
git clone <repo-url> cd Melbourne-Public-Art-Analysis
- Install dependencies:
pip install -r requirements.txt
- Run the notebooks: Open the notebooks in JupyterLab or VSCode and follow the instructions in each notebook.
- The primary dataset is a collection of outdoor artworks in Melbourne, provided in Parquet format.
- Data download and preprocessing
- Data enrichment using LLMs
- Exploratory data analysis and visualization
- Python 3.8+
- See
requirements.txt
for full list of dependencies
This project is licensed under the MIT License.
- City of Melbourne open data
- OpenAI, Hugging Face, and other contributors to the Python data science ecosystem