--- title: Image Cultural Data Collection emoji: 🏆 colorFrom: pink colorTo: pink sdk: gradio sdk_version: 5.27.1 app_file: app.py pinned: false license: mit --- # Image Cultural Analysis App A Gradio-powered app for creating dataset for cultural aspects of images in SE Asia. ## Features - Upload images via upload button or webcam - Answer questions about the cultural relevance of the image - Provide location information (city and country) - Assess cultural relevance to South-East Asia - Add captions in native and English languages ## Deployment This app is designed to be deployed to Hugging Face Spaces. To deploy: 1. Create a new Space on Hugging Face: https://huggingface.co/new-space 2. Select Gradio as the SDK 3. Upload these files to the Space's repository 4. The app will automatically deploy ## Local Development To run this app locally: ```bash pip install -r requirements.txt python app.py ``` ## Structure - `app.py`: Main application code for the Gradio interface - `requirements.txt`: Dependencies required for the app - `README.md`: Documentation Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference