Check out our detailed walkthrough video on YouTube to see how you can maximize
your experience with the Exhibition Curator app. Watch it here
Exhibition Curator is an Android app that lets users explore and curate digital artwork collections from two museum APIs. It features real-time artwork search, saved collections, and an AI-powered assistant using ChatGPT to suggest searches based on famous artworks.
Backend Link for the API service.
The following instructions will help you to run this project on your local machine for development and testing purposes:
- Clone the repository:
https://github.com/QWang00/exhibition-curator-android.git
- Navigate to the project directory:
cd exhibition-curator-android
- Open the application with Android Studio
-
Obtain an Open AI API key and place it in the gradle.properties file as:
OPENAI_API_KEY="YOUR_API_KEY"
-
Run the Exhibition Curator API in the background.